Uses of Class
io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaPropsOrBool
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.apiextensions |
-
Uses of JSONSchemaPropsOrBool in io.fabric8.kubernetes.api.model.apiextensions
Methods in io.fabric8.kubernetes.api.model.apiextensions that return JSONSchemaPropsOrBool Modifier and Type Method Description JSONSchemaPropsOrBoolJSONSchemaPropsOrBoolBuilder. build()JSONSchemaPropsOrBoolJSONSchemaPropsFluent. buildAdditionalItems()JSONSchemaPropsOrBoolJSONSchemaPropsFluentImpl. buildAdditionalItems()JSONSchemaPropsOrBoolJSONSchemaPropsFluent. buildAdditionalProperties()JSONSchemaPropsOrBoolJSONSchemaPropsFluentImpl. buildAdditionalProperties()JSONSchemaPropsOrBoolJSONSchemaPropsOrBoolSerDe.Deserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)JSONSchemaPropsOrBoolDoneableJSONSchemaPropsOrBool. done()JSONSchemaPropsOrBoolJSONSchemaProps. getAdditionalItems()JSONSchemaPropsOrBoolJSONSchemaPropsFluent. getAdditionalItems()Deprecated.JSONSchemaPropsOrBoolJSONSchemaPropsFluentImpl. getAdditionalItems()Deprecated.JSONSchemaPropsOrBoolJSONSchemaProps. getAdditionalProperties()JSONSchemaPropsOrBoolJSONSchemaPropsFluent. getAdditionalProperties()Deprecated.JSONSchemaPropsOrBoolJSONSchemaPropsFluentImpl. getAdditionalProperties()Deprecated.Constructors in io.fabric8.kubernetes.api.model.apiextensions with parameters of type JSONSchemaPropsOrBool Constructor Description DoneableJSONSchemaPropsOrBool(JSONSchemaPropsOrBool item)DoneableJSONSchemaPropsOrBool(JSONSchemaPropsOrBool item, io.fabric8.kubernetes.api.builder.Function<JSONSchemaPropsOrBool,JSONSchemaPropsOrBool> 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)JSONSchemaPropsOrBoolBuilder(JSONSchemaPropsOrBool instance)JSONSchemaPropsOrBoolBuilder(JSONSchemaPropsOrBoolFluent<?> fluent, JSONSchemaPropsOrBool instance)JSONSchemaPropsOrBoolBuilder(JSONSchemaPropsOrBoolFluent<?> fluent, JSONSchemaPropsOrBool instance, Boolean validationEnabled)JSONSchemaPropsOrBoolBuilder(JSONSchemaPropsOrBool instance, Boolean validationEnabled)JSONSchemaPropsOrBoolFluentImpl(JSONSchemaPropsOrBool instance)Constructor parameters in io.fabric8.kubernetes.api.model.apiextensions with type arguments of type JSONSchemaPropsOrBool Constructor Description DoneableJSONSchemaPropsOrBool(io.fabric8.kubernetes.api.builder.Function<JSONSchemaPropsOrBool,JSONSchemaPropsOrBool> function)DoneableJSONSchemaPropsOrBool(io.fabric8.kubernetes.api.builder.Function<JSONSchemaPropsOrBool,JSONSchemaPropsOrBool> function)DoneableJSONSchemaPropsOrBool(JSONSchemaPropsOrBool item, io.fabric8.kubernetes.api.builder.Function<JSONSchemaPropsOrBool,JSONSchemaPropsOrBool> function)DoneableJSONSchemaPropsOrBool(JSONSchemaPropsOrBool item, io.fabric8.kubernetes.api.builder.Function<JSONSchemaPropsOrBool,JSONSchemaPropsOrBool> function)