Package | Description |
---|---|
io.fabric8.kubernetes.api.model | |
io.fabric8.kubernetes.api.model.apiextensions |
Modifier and Type | Method and Description |
---|---|
A |
WatchEventFluent.withJSONSchemaPropsOrArrayObject(JSONSchemaPropsOrArray jSONSchemaPropsOrArrayObject) |
A |
WatchEventFluentImpl.withJSONSchemaPropsOrArrayObject(JSONSchemaPropsOrArray jSONSchemaPropsOrArrayObject) |
WatchEventFluent.JSONSchemaPropsOrArrayObjectNested<A> |
WatchEventFluent.withNewJSONSchemaPropsOrArrayObjectLike(JSONSchemaPropsOrArray item) |
WatchEventFluent.JSONSchemaPropsOrArrayObjectNested<A> |
WatchEventFluentImpl.withNewJSONSchemaPropsOrArrayObjectLike(JSONSchemaPropsOrArray item) |
Modifier and Type | Method and Description |
---|---|
JSONSchemaPropsOrArray |
JSONSchemaPropsOrArrayBuilder.build() |
JSONSchemaPropsOrArray |
JSONSchemaPropsFluentImpl.buildItems() |
JSONSchemaPropsOrArray |
JSONSchemaPropsFluent.buildItems() |
JSONSchemaPropsOrArray |
DoneableJSONSchemaPropsOrArray.done() |
JSONSchemaPropsOrArray |
JSONSchemaProps.getItems() |
JSONSchemaPropsOrArray |
JSONSchemaPropsFluentImpl.getItems()
Deprecated.
|
JSONSchemaPropsOrArray |
JSONSchemaPropsFluent.getItems()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
JSONSchemaPropsFluent.ItemsNested<A> |
JSONSchemaPropsFluentImpl.editOrNewItemsLike(JSONSchemaPropsOrArray item) |
JSONSchemaPropsFluent.ItemsNested<A> |
JSONSchemaPropsFluent.editOrNewItemsLike(JSONSchemaPropsOrArray item) |
void |
JSONSchemaProps.setItems(JSONSchemaPropsOrArray items) |
A |
JSONSchemaPropsFluentImpl.withItems(JSONSchemaPropsOrArray items) |
A |
JSONSchemaPropsFluent.withItems(JSONSchemaPropsOrArray items) |
JSONSchemaPropsFluent.ItemsNested<A> |
JSONSchemaPropsFluentImpl.withNewItemsLike(JSONSchemaPropsOrArray item) |
JSONSchemaPropsFluent.ItemsNested<A> |
JSONSchemaPropsFluent.withNewItemsLike(JSONSchemaPropsOrArray item) |
Constructor and Description |
---|
DoneableJSONSchemaPropsOrArray(JSONSchemaPropsOrArray item) |
DoneableJSONSchemaPropsOrArray(JSONSchemaPropsOrArray item,
Function<JSONSchemaPropsOrArray,JSONSchemaPropsOrArray> function) |
JSONSchemaProps(java.lang.String $ref,
java.lang.String $schema,
JSONSchemaPropsOrBool additionalItems,
JSONSchemaPropsOrBool additionalProperties,
java.util.List<JSONSchemaProps> allOf,
java.util.List<JSONSchemaProps> anyOf,
JSON _default,
java.util.Map<java.lang.String,JSONSchemaProps> definitions,
java.util.Map<java.lang.String,JSONSchemaPropsOrStringArray> dependencies,
java.lang.String description,
java.util.List<java.lang.String> _enum,
JSON example,
java.lang.Boolean exclusiveMaximum,
java.lang.Boolean exclusiveMinimum,
ExternalDocumentation externalDocs,
java.lang.String format,
java.lang.String id,
JSONSchemaPropsOrArray items,
java.lang.Long maxItems,
java.lang.Long maxLength,
java.lang.Long maxProperties,
java.lang.Double maximum,
java.lang.Long minItems,
java.lang.Long minLength,
java.lang.Long minProperties,
java.lang.Double minimum,
java.lang.Double multipleOf,
JSONSchemaProps not,
java.util.List<JSONSchemaProps> oneOf,
java.lang.String pattern,
java.util.Map<java.lang.String,JSONSchemaProps> patternProperties,
java.util.Map<java.lang.String,JSONSchemaProps> properties,
java.util.List<java.lang.String> required,
java.lang.String title,
java.lang.String type,
java.lang.Boolean uniqueItems) |
JSONSchemaPropsOrArrayBuilder(JSONSchemaPropsOrArray instance) |
JSONSchemaPropsOrArrayBuilder(JSONSchemaPropsOrArray instance,
java.lang.Boolean validationEnabled) |
JSONSchemaPropsOrArrayBuilder(JSONSchemaPropsOrArrayFluent<?> fluent,
JSONSchemaPropsOrArray instance) |
JSONSchemaPropsOrArrayBuilder(JSONSchemaPropsOrArrayFluent<?> fluent,
JSONSchemaPropsOrArray instance,
java.lang.Boolean validationEnabled) |
JSONSchemaPropsOrArrayFluentImpl(JSONSchemaPropsOrArray instance) |
Constructor and Description |
---|
DoneableJSONSchemaPropsOrArray(Function<JSONSchemaPropsOrArray,JSONSchemaPropsOrArray> function) |
DoneableJSONSchemaPropsOrArray(Function<JSONSchemaPropsOrArray,JSONSchemaPropsOrArray> function) |
DoneableJSONSchemaPropsOrArray(JSONSchemaPropsOrArray item,
Function<JSONSchemaPropsOrArray,JSONSchemaPropsOrArray> function) |
DoneableJSONSchemaPropsOrArray(JSONSchemaPropsOrArray item,
Function<JSONSchemaPropsOrArray,JSONSchemaPropsOrArray> function) |
Copyright © 2015-2019 Red Hat. All Rights Reserved.