Uses of Class
io.fabric8.kubernetes.api.model.apiextensions.v1.JSONSchemaProps
-
Packages that use JSONSchemaProps Package Description io.fabric8.kubernetes.api.model.apiextensions.v1 -
-
Uses of JSONSchemaProps in io.fabric8.kubernetes.api.model.apiextensions.v1
Methods in io.fabric8.kubernetes.api.model.apiextensions.v1 that return JSONSchemaProps Modifier and Type Method Description JSONSchemaPropsJSONSchemaPropsBuilder. build()JSONSchemaPropsJSONSchemaPropsFluent. buildAllOf(int index)JSONSchemaPropsJSONSchemaPropsFluent. buildAnyOf(int index)JSONSchemaPropsJSONSchemaPropsFluent. buildFirstAllOf()JSONSchemaPropsJSONSchemaPropsFluent. buildFirstAnyOf()JSONSchemaPropsJSONSchemaPropsOrArrayFluent. buildFirstJSONSchema()JSONSchemaPropsJSONSchemaPropsFluent. buildFirstOneOf()JSONSchemaPropsJSONSchemaPropsOrArrayFluent. buildJSONSchema(int index)JSONSchemaPropsJSONSchemaPropsFluent. buildLastAllOf()JSONSchemaPropsJSONSchemaPropsFluent. buildLastAnyOf()JSONSchemaPropsJSONSchemaPropsOrArrayFluent. buildLastJSONSchema()JSONSchemaPropsJSONSchemaPropsFluent. buildLastOneOf()JSONSchemaPropsJSONSchemaPropsFluent. buildMatchingAllOf(Predicate<JSONSchemaPropsBuilder> predicate)JSONSchemaPropsJSONSchemaPropsFluent. buildMatchingAnyOf(Predicate<JSONSchemaPropsBuilder> predicate)JSONSchemaPropsJSONSchemaPropsOrArrayFluent. buildMatchingJSONSchema(Predicate<JSONSchemaPropsBuilder> predicate)JSONSchemaPropsJSONSchemaPropsFluent. buildMatchingOneOf(Predicate<JSONSchemaPropsBuilder> predicate)JSONSchemaPropsJSONSchemaPropsFluent. buildNot()JSONSchemaPropsJSONSchemaPropsFluent. buildOneOf(int index)JSONSchemaPropsCustomResourceValidationFluent. buildOpenAPIV3Schema()JSONSchemaPropsJSONSchemaPropsOrArrayFluent. buildSchema()JSONSchemaPropsJSONSchemaPropsOrBoolFluent. buildSchema()JSONSchemaPropsJSONSchemaPropsOrStringArrayFluent. buildSchema()JSONSchemaPropsJSONSchemaProps. getNot()JSONSchemaPropsCustomResourceValidation. getOpenAPIV3Schema()CustomResourceValidation is a list of validation methods for CustomResources.JSONSchemaPropsJSONSchemaPropsOrArray. getSchema()JSONSchemaPropsJSONSchemaPropsOrBool. getSchema()JSONSchemaPropsJSONSchemaPropsOrStringArray. getSchema()Method parameters in io.fabric8.kubernetes.api.model.apiextensions.v1 with type arguments of type JSONSchemaProps Modifier and Type Method Description AJSONSchemaPropsFluent. addAllToAllOf(Collection<JSONSchemaProps> items)AJSONSchemaPropsFluent. addAllToAnyOf(Collection<JSONSchemaProps> items)AJSONSchemaPropsOrArrayFluent. addAllToJSONSchemas(Collection<JSONSchemaProps> items)AJSONSchemaPropsFluent. addAllToOneOf(Collection<JSONSchemaProps> items)AJSONSchemaPropsFluent. addToDefinitions(Map<String,JSONSchemaProps> map)AJSONSchemaPropsFluent. addToPatternProperties(Map<String,JSONSchemaProps> map)AJSONSchemaPropsFluent. addToProperties(Map<String,JSONSchemaProps> map)AJSONSchemaPropsFluent. removeAllFromAllOf(Collection<JSONSchemaProps> items)AJSONSchemaPropsFluent. removeAllFromAnyOf(Collection<JSONSchemaProps> items)AJSONSchemaPropsOrArrayFluent. removeAllFromJSONSchemas(Collection<JSONSchemaProps> items)AJSONSchemaPropsFluent. removeAllFromOneOf(Collection<JSONSchemaProps> items)AJSONSchemaPropsFluent. removeFromDefinitions(Map<String,JSONSchemaProps> map)AJSONSchemaPropsFluent. removeFromPatternProperties(Map<String,JSONSchemaProps> map)AJSONSchemaPropsFluent. removeFromProperties(Map<String,JSONSchemaProps> map)voidJSONSchemaProps. setAllOf(List<JSONSchemaProps> allOf)voidJSONSchemaProps. setAnyOf(List<JSONSchemaProps> anyOf)voidJSONSchemaProps. setDefinitions(Map<String,JSONSchemaProps> definitions)voidJSONSchemaPropsOrArray. setJSONSchemas(List<JSONSchemaProps> jSONSchemas)voidJSONSchemaProps. setOneOf(List<JSONSchemaProps> oneOf)voidJSONSchemaProps. setPatternProperties(Map<String,JSONSchemaProps> patternProperties)voidJSONSchemaProps. setProperties(Map<String,JSONSchemaProps> properties)AJSONSchemaPropsFluent. withAllOf(List<JSONSchemaProps> allOf)AJSONSchemaPropsFluent. withAnyOf(List<JSONSchemaProps> anyOf)<K,V>
AJSONSchemaPropsFluent. withDefinitions(Map<String,JSONSchemaProps> definitions)AJSONSchemaPropsOrArrayFluent. withJSONSchemas(List<JSONSchemaProps> jSONSchemas)AJSONSchemaPropsFluent. withOneOf(List<JSONSchemaProps> oneOf)<K,V>
AJSONSchemaPropsFluent. withPatternProperties(Map<String,JSONSchemaProps> patternProperties)<K,V>
AJSONSchemaPropsFluent. withProperties(Map<String,JSONSchemaProps> properties)Constructors in io.fabric8.kubernetes.api.model.apiextensions.v1 with parameters of type JSONSchemaProps Constructor Description CustomResourceValidation(JSONSchemaProps openAPIV3Schema)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)JSONSchemaPropsBuilder(JSONSchemaProps instance)JSONSchemaPropsBuilder(JSONSchemaPropsFluent<?> fluent, JSONSchemaProps instance)JSONSchemaPropsFluent(JSONSchemaProps instance)JSONSchemaPropsOrArray(List<JSONSchemaProps> jSONSchemas, JSONSchemaProps schema)JSONSchemaPropsOrBool(Boolean allows, JSONSchemaProps schema)JSONSchemaPropsOrStringArray(List<String> property, JSONSchemaProps schema)Constructor parameters in io.fabric8.kubernetes.api.model.apiextensions.v1 with type arguments of type JSONSchemaProps 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)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)JSONSchemaPropsOrArray(List<JSONSchemaProps> jSONSchemas, JSONSchemaProps schema)
-