Uses of Class
io.fabric8.kubernetes.api.model.apiextensions.v1beta1.JSONSchemaPropsOrBool
-
Packages that use JSONSchemaPropsOrBool Package Description io.fabric8.kubernetes.api.model.apiextensions.v1beta1 -
-
Uses of JSONSchemaPropsOrBool in io.fabric8.kubernetes.api.model.apiextensions.v1beta1
Methods in io.fabric8.kubernetes.api.model.apiextensions.v1beta1 that return JSONSchemaPropsOrBool Modifier and Type Method Description JSONSchemaPropsOrBoolJSONSchemaPropsOrBoolBuilder. build()JSONSchemaPropsOrBoolJSONSchemaPropsFluent. buildAdditionalItems()JSONSchemaPropsOrBoolJSONSchemaPropsFluent. buildAdditionalProperties()JSONSchemaPropsOrBoolJSONSchemaPropsOrBoolSerDe.Deserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)JSONSchemaPropsOrBoolJSONSchemaProps. getAdditionalItems()JSONSchemaPropsOrBoolJSONSchemaProps. getAdditionalProperties()Constructors in io.fabric8.kubernetes.api.model.apiextensions.v1beta1 with parameters of type JSONSchemaPropsOrBool 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)JSONSchemaPropsOrBoolBuilder(JSONSchemaPropsOrBool instance)JSONSchemaPropsOrBoolBuilder(JSONSchemaPropsOrBoolFluent<?> fluent, JSONSchemaPropsOrBool instance)JSONSchemaPropsOrBoolFluent(JSONSchemaPropsOrBool instance)
-