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.buildExample() |
JSON |
JSONSchemaPropsFluentImpl.buildExample() |
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() |
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<String> _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,
Boolean nullable,
List<JSONSchemaProps> oneOf,
String pattern,
Map<String,JSONSchemaProps> patternProperties,
Map<String,JSONSchemaProps> properties,
List<String> required,
String title,
String type,
Boolean uniqueItems,
Boolean xKubernetesEmbeddedResource,
Boolean xKubernetesIntOrString,
List<String> xKubernetesListMapKeys,
String xKubernetesListType,
String xKubernetesMapType,
Boolean xKubernetesPreserveUnknownFields) |
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) |
Copyright © 2015–2020 Red Hat. All rights reserved.