Package | Description |
---|---|
io.fabric8.kubernetes.api.model | |
io.fabric8.kubernetes.api.model.apiextensions |
Modifier and Type | Method and Description |
---|---|
A |
WatchEventFluentImpl.withJSONObject(JSON jSONObject) |
A |
WatchEventFluent.withJSONObject(JSON jSONObject) |
WatchEventFluent.JSONObjectNested<A> |
WatchEventFluentImpl.withNewJSONObjectLike(JSON item) |
WatchEventFluent.JSONObjectNested<A> |
WatchEventFluent.withNewJSONObjectLike(JSON item) |
Modifier and Type | Method and Description |
---|---|
JSON |
JSONBuilder.build() |
JSON |
JSONSchemaPropsFluent.buildDefault() |
JSON |
JSONSchemaPropsFluentImpl.buildDefault() |
JSON |
JSONSchemaPropsFluent.buildEnum(int index) |
JSON |
JSONSchemaPropsFluentImpl.buildEnum(int index) |
JSON |
JSONSchemaPropsFluent.buildExample() |
JSON |
JSONSchemaPropsFluentImpl.buildExample() |
JSON |
JSONSchemaPropsFluent.buildFirstEnum() |
JSON |
JSONSchemaPropsFluentImpl.buildFirstEnum() |
JSON |
JSONSchemaPropsFluent.buildLastEnum() |
JSON |
JSONSchemaPropsFluentImpl.buildLastEnum() |
JSON |
JSONSchemaPropsFluent.buildMatchingEnum(Predicate<JSONBuilder> predicate) |
JSON |
JSONSchemaPropsFluentImpl.buildMatchingEnum(Predicate<JSONBuilder> predicate) |
JSON |
DoneableJSON.done() |
JSON |
JSONSchemaPropsFluent.getDefault()
Deprecated.
|
JSON |
JSONSchemaPropsFluentImpl.getDefault()
Deprecated.
|
JSON |
JSONSchemaProps.getDefault() |
JSON |
JSONSchemaPropsFluent.getExample()
Deprecated.
|
JSON |
JSONSchemaPropsFluentImpl.getExample()
Deprecated.
|
JSON |
JSONSchemaProps.getExample() |
Modifier and Type | Method and Description |
---|---|
List<JSON> |
JSONSchemaPropsFluent.buildEnum() |
List<JSON> |
JSONSchemaPropsFluentImpl.buildEnum() |
List<JSON> |
JSONSchemaPropsFluent.getEnum()
Deprecated.
|
List<JSON> |
JSONSchemaPropsFluentImpl.getEnum()
Deprecated.
|
List<JSON> |
JSONSchemaProps.getEnum() |
Modifier and Type | Method and Description |
---|---|
JSONSchemaPropsFluent.EnumNested<A> |
JSONSchemaPropsFluent.addNewEnumLike(JSON item) |
JSONSchemaPropsFluent.EnumNested<A> |
JSONSchemaPropsFluentImpl.addNewEnumLike(JSON item) |
A |
JSONSchemaPropsFluent.addToEnum(int index,
JSON item) |
A |
JSONSchemaPropsFluentImpl.addToEnum(int index,
JSON item) |
A |
JSONSchemaPropsFluent.addToEnum(JSON... items) |
A |
JSONSchemaPropsFluentImpl.addToEnum(JSON... items) |
JSONSchemaPropsFluent.DefaultNested<A> |
JSONSchemaPropsFluent.editOrNewDefaultLike(JSON item) |
JSONSchemaPropsFluent.DefaultNested<A> |
JSONSchemaPropsFluentImpl.editOrNewDefaultLike(JSON item) |
JSONSchemaPropsFluent.ExampleNested<A> |
JSONSchemaPropsFluent.editOrNewExampleLike(JSON item) |
JSONSchemaPropsFluent.ExampleNested<A> |
JSONSchemaPropsFluentImpl.editOrNewExampleLike(JSON item) |
A |
JSONSchemaPropsFluent.removeFromEnum(JSON... items) |
A |
JSONSchemaPropsFluentImpl.removeFromEnum(JSON... items) |
void |
JSONSchemaProps.setDefault(JSON _default) |
void |
JSONSchemaProps.setExample(JSON example) |
JSONSchemaPropsFluent.EnumNested<A> |
JSONSchemaPropsFluent.setNewEnumLike(int index,
JSON item) |
JSONSchemaPropsFluent.EnumNested<A> |
JSONSchemaPropsFluentImpl.setNewEnumLike(int index,
JSON item) |
A |
JSONSchemaPropsFluent.setToEnum(int index,
JSON item) |
A |
JSONSchemaPropsFluentImpl.setToEnum(int index,
JSON item) |
A |
JSONSchemaPropsFluent.withDefault(JSON _default) |
A |
JSONSchemaPropsFluentImpl.withDefault(JSON _default) |
A |
JSONSchemaPropsFluent.withEnum(JSON... _enum) |
A |
JSONSchemaPropsFluentImpl.withEnum(JSON... _enum) |
A |
JSONSchemaPropsFluent.withExample(JSON example) |
A |
JSONSchemaPropsFluentImpl.withExample(JSON example) |
JSONSchemaPropsFluent.DefaultNested<A> |
JSONSchemaPropsFluent.withNewDefaultLike(JSON item) |
JSONSchemaPropsFluent.DefaultNested<A> |
JSONSchemaPropsFluentImpl.withNewDefaultLike(JSON item) |
JSONSchemaPropsFluent.ExampleNested<A> |
JSONSchemaPropsFluent.withNewExampleLike(JSON item) |
JSONSchemaPropsFluent.ExampleNested<A> |
JSONSchemaPropsFluentImpl.withNewExampleLike(JSON item) |
Modifier and Type | Method and Description |
---|---|
A |
JSONSchemaPropsFluent.addAllToEnum(Collection<JSON> items) |
A |
JSONSchemaPropsFluentImpl.addAllToEnum(Collection<JSON> items) |
A |
JSONSchemaPropsFluent.removeAllFromEnum(Collection<JSON> items) |
A |
JSONSchemaPropsFluentImpl.removeAllFromEnum(Collection<JSON> items) |
void |
JSONSchemaProps.setEnum(List<JSON> _enum) |
A |
JSONSchemaPropsFluent.withEnum(List<JSON> _enum) |
A |
JSONSchemaPropsFluentImpl.withEnum(List<JSON> _enum) |
Constructor and Description |
---|
DoneableJSON(JSON item) |
DoneableJSON(JSON item,
Function<JSON,JSON> function) |
JSONBuilder(JSON instance) |
JSONBuilder(JSON instance,
Boolean validationEnabled) |
JSONBuilder(JSONFluent<?> fluent,
JSON instance) |
JSONBuilder(JSONFluent<?> fluent,
JSON instance,
Boolean validationEnabled) |
JSONFluentImpl(JSON instance) |
JSONSchemaProps(String $ref,
String $schema,
JSONSchemaPropsOrBool additionalItems,
JSONSchemaPropsOrBool additionalProperties,
List<JSONSchemaProps> allOf,
List<JSONSchemaProps> anyOf,
JSON _default,
Map<String,JSONSchemaProps> definitions,
Map<String,JSONSchemaPropsOrStringArray> dependencies,
String description,
List<JSON> _enum,
JSON example,
Boolean exclusiveMaximum,
Boolean exclusiveMinimum,
ExternalDocumentation externalDocs,
String format,
String id,
JSONSchemaPropsOrArray items,
Long maxItems,
Long maxLength,
Long maxProperties,
Double maximum,
Long minItems,
Long minLength,
Long minProperties,
Double minimum,
Double multipleOf,
JSONSchemaProps not,
List<JSONSchemaProps> oneOf,
String pattern,
Map<String,JSONSchemaProps> patternProperties,
Map<String,JSONSchemaProps> properties,
List<String> required,
String title,
String type,
Boolean uniqueItems) |
Constructor and Description |
---|
DoneableJSON(Function<JSON,JSON> function) |
DoneableJSON(Function<JSON,JSON> function) |
DoneableJSON(JSON item,
Function<JSON,JSON> function) |
DoneableJSON(JSON item,
Function<JSON,JSON> function) |
JSONSchemaProps(String $ref,
String $schema,
JSONSchemaPropsOrBool additionalItems,
JSONSchemaPropsOrBool additionalProperties,
List<JSONSchemaProps> allOf,
List<JSONSchemaProps> anyOf,
JSON _default,
Map<String,JSONSchemaProps> definitions,
Map<String,JSONSchemaPropsOrStringArray> dependencies,
String description,
List<JSON> _enum,
JSON example,
Boolean exclusiveMaximum,
Boolean exclusiveMinimum,
ExternalDocumentation externalDocs,
String format,
String id,
JSONSchemaPropsOrArray items,
Long maxItems,
Long maxLength,
Long maxProperties,
Double maximum,
Long minItems,
Long minLength,
Long minProperties,
Double minimum,
Double multipleOf,
JSONSchemaProps not,
List<JSONSchemaProps> oneOf,
String pattern,
Map<String,JSONSchemaProps> patternProperties,
Map<String,JSONSchemaProps> properties,
List<String> required,
String title,
String type,
Boolean uniqueItems) |
Copyright © 2011–2018 Red Hat. All rights reserved.