Uses of Class
io.fabric8.kubernetes.api.model.apiextensions.v1beta1.JSONSchemaPropsOrArray
-
Packages that use JSONSchemaPropsOrArray Package Description io.fabric8.kubernetes.api.model.apiextensions.v1beta1 -
-
Uses of JSONSchemaPropsOrArray in io.fabric8.kubernetes.api.model.apiextensions.v1beta1
Methods in io.fabric8.kubernetes.api.model.apiextensions.v1beta1 that return JSONSchemaPropsOrArray Modifier and Type Method Description JSONSchemaPropsOrArrayJSONSchemaPropsOrArrayBuilder. build()JSONSchemaPropsOrArrayJSONSchemaPropsFluent. buildItems()JSONSchemaPropsOrArrayJSONSchemaPropsOrArraySerDe.Deserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)JSONSchemaPropsOrArrayJSONSchemaProps. getItems()Methods in io.fabric8.kubernetes.api.model.apiextensions.v1beta1 with parameters of type JSONSchemaPropsOrArray Modifier and Type Method Description protected voidJSONSchemaPropsOrArrayFluent. copyInstance(JSONSchemaPropsOrArray instance)JSONSchemaPropsFluent.ItemsNested<A>JSONSchemaPropsFluent. 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)JSONSchemaPropsFluent.ItemsNested<A>JSONSchemaPropsFluent. withNewItemsLike(JSONSchemaPropsOrArray item)Constructors in io.fabric8.kubernetes.api.model.apiextensions.v1beta1 with parameters of type JSONSchemaPropsOrArray Constructor Description 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, List<ValidationRule> xKubernetesValidations)JSONSchemaPropsOrArrayBuilder(JSONSchemaPropsOrArray instance)JSONSchemaPropsOrArrayBuilder(JSONSchemaPropsOrArrayFluent<?> fluent, JSONSchemaPropsOrArray instance)JSONSchemaPropsOrArrayFluent(JSONSchemaPropsOrArray instance)
-