Uses of Class
io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaPropsOrArray
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.apiextensions |
-
Uses of JSONSchemaPropsOrArray in io.fabric8.kubernetes.api.model.apiextensions
Methods in io.fabric8.kubernetes.api.model.apiextensions that return JSONSchemaPropsOrArray Modifier and Type Method Description JSONSchemaPropsOrArrayJSONSchemaPropsOrArrayBuilder. build()JSONSchemaPropsOrArrayJSONSchemaPropsFluent. buildItems()JSONSchemaPropsOrArrayJSONSchemaPropsFluentImpl. buildItems()JSONSchemaPropsOrArrayJSONSchemaPropsOrArraySerDe.Deserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)JSONSchemaPropsOrArrayDoneableJSONSchemaPropsOrArray. done()JSONSchemaPropsOrArrayJSONSchemaProps. getItems()JSONSchemaPropsOrArrayJSONSchemaPropsFluent. getItems()Deprecated.JSONSchemaPropsOrArrayJSONSchemaPropsFluentImpl. getItems()Deprecated.Methods in io.fabric8.kubernetes.api.model.apiextensions with parameters of type JSONSchemaPropsOrArray Modifier and Type Method Description JSONSchemaPropsFluent.ItemsNested<A>JSONSchemaPropsFluent. editOrNewItemsLike(JSONSchemaPropsOrArray item)JSONSchemaPropsFluent.ItemsNested<A>JSONSchemaPropsFluentImpl. editOrNewItemsLike(JSONSchemaPropsOrArray item)voidJSONSchemaPropsOrArraySerDe.Serializer. serialize(JSONSchemaPropsOrArray jsonSchemaPropsOrArray, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider)voidJSONSchemaProps. setItems(JSONSchemaPropsOrArray items)AJSONSchemaPropsFluent. withItems(JSONSchemaPropsOrArray items)AJSONSchemaPropsFluentImpl. withItems(JSONSchemaPropsOrArray items)JSONSchemaPropsFluent.ItemsNested<A>JSONSchemaPropsFluent. withNewItemsLike(JSONSchemaPropsOrArray item)JSONSchemaPropsFluent.ItemsNested<A>JSONSchemaPropsFluentImpl. withNewItemsLike(JSONSchemaPropsOrArray item)Constructors in io.fabric8.kubernetes.api.model.apiextensions with parameters of type JSONSchemaPropsOrArray Constructor Description DoneableJSONSchemaPropsOrArray(JSONSchemaPropsOrArray item)DoneableJSONSchemaPropsOrArray(JSONSchemaPropsOrArray item, io.fabric8.kubernetes.api.builder.Function<JSONSchemaPropsOrArray,JSONSchemaPropsOrArray> function)JSONSchemaProps(String $ref, String $schema, JSONSchemaPropsOrBool additionalItems, JSONSchemaPropsOrBool additionalProperties, List<JSONSchemaProps> allOf, List<JSONSchemaProps> anyOf, com.fasterxml.jackson.databind.JsonNode _default, Map<String,JSONSchemaProps> definitions, Map<String,JSONSchemaPropsOrStringArray> dependencies, String description, List<com.fasterxml.jackson.databind.JsonNode> _enum, com.fasterxml.jackson.databind.JsonNode 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)JSONSchemaPropsOrArrayBuilder(JSONSchemaPropsOrArray instance)JSONSchemaPropsOrArrayBuilder(JSONSchemaPropsOrArrayFluent<?> fluent, JSONSchemaPropsOrArray instance)JSONSchemaPropsOrArrayBuilder(JSONSchemaPropsOrArrayFluent<?> fluent, JSONSchemaPropsOrArray instance, Boolean validationEnabled)JSONSchemaPropsOrArrayBuilder(JSONSchemaPropsOrArray instance, Boolean validationEnabled)JSONSchemaPropsOrArrayFluentImpl(JSONSchemaPropsOrArray instance)Constructor parameters in io.fabric8.kubernetes.api.model.apiextensions with type arguments of type JSONSchemaPropsOrArray Constructor Description DoneableJSONSchemaPropsOrArray(io.fabric8.kubernetes.api.builder.Function<JSONSchemaPropsOrArray,JSONSchemaPropsOrArray> function)DoneableJSONSchemaPropsOrArray(io.fabric8.kubernetes.api.builder.Function<JSONSchemaPropsOrArray,JSONSchemaPropsOrArray> function)DoneableJSONSchemaPropsOrArray(JSONSchemaPropsOrArray item, io.fabric8.kubernetes.api.builder.Function<JSONSchemaPropsOrArray,JSONSchemaPropsOrArray> function)DoneableJSONSchemaPropsOrArray(JSONSchemaPropsOrArray item, io.fabric8.kubernetes.api.builder.Function<JSONSchemaPropsOrArray,JSONSchemaPropsOrArray> function)