Uses of Class
io.kubernetes.client.openapi.models.V1JSONSchemaProps
Packages that use V1JSONSchemaProps
-
Uses of V1JSONSchemaProps in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1JSONSchemaPropsModifier and TypeMethodDescriptionV1JSONSchemaProps.addAllOfItem(V1JSONSchemaProps allOfItem) V1JSONSchemaProps.addAnyOfItem(V1JSONSchemaProps anyOfItem) V1JSONSchemaProps.addEnumItem(Object _enumItem) V1JSONSchemaProps.additionalItems(Object additionalItems) V1JSONSchemaProps.additionalProperties(Object additionalProperties) V1JSONSchemaProps.addOneOfItem(V1JSONSchemaProps oneOfItem) V1JSONSchemaProps.addRequiredItem(String requiredItem) V1JSONSchemaProps.addXKubernetesListMapKeysItem(String xKubernetesListMapKeysItem) V1JSONSchemaProps.addXKubernetesValidationsItem(V1ValidationRule xKubernetesValidationsItem) V1JSONSchemaProps.allOf(List<V1JSONSchemaProps> allOf) V1JSONSchemaProps.anyOf(List<V1JSONSchemaProps> anyOf) V1JSONSchemaProps.definitions(Map<String, V1JSONSchemaProps> definitions) V1JSONSchemaProps.dependencies(Map<String, Object> dependencies) V1JSONSchemaProps.description(String description) V1JSONSchemaProps.exclusiveMaximum(Boolean exclusiveMaximum) V1JSONSchemaProps.exclusiveMinimum(Boolean exclusiveMinimum) V1JSONSchemaProps.externalDocs(V1ExternalDocumentation externalDocs) static V1JSONSchemaPropsCreate an instance of V1JSONSchemaProps given an JSON stringV1JSONSchemaProps.getNot()Get notV1CustomResourceValidation.getOpenAPIV3Schema()Get openAPIV3SchemaV1JSONSchemaProps.maxProperties(Long maxProperties) V1JSONSchemaProps.minProperties(Long minProperties) V1JSONSchemaProps.multipleOf(Double multipleOf) V1JSONSchemaProps.not(V1JSONSchemaProps not) V1JSONSchemaProps.oneOf(List<V1JSONSchemaProps> oneOf) V1JSONSchemaProps.patternProperties(Map<String, V1JSONSchemaProps> patternProperties) V1JSONSchemaProps.properties(Map<String, V1JSONSchemaProps> properties) V1JSONSchemaProps.putDefinitionsItem(String key, V1JSONSchemaProps definitionsItem) V1JSONSchemaProps.putDependenciesItem(String key, Object dependenciesItem) V1JSONSchemaProps.putPatternPropertiesItem(String key, V1JSONSchemaProps patternPropertiesItem) V1JSONSchemaProps.putPropertiesItem(String key, V1JSONSchemaProps propertiesItem) V1JSONSchemaProps.uniqueItems(Boolean uniqueItems) V1JSONSchemaProps.xKubernetesEmbeddedResource(Boolean xKubernetesEmbeddedResource) V1JSONSchemaProps.xKubernetesIntOrString(Boolean xKubernetesIntOrString) V1JSONSchemaProps.xKubernetesListMapKeys(List<String> xKubernetesListMapKeys) V1JSONSchemaProps.xKubernetesListType(String xKubernetesListType) V1JSONSchemaProps.xKubernetesMapType(String xKubernetesMapType) V1JSONSchemaProps.xKubernetesPreserveUnknownFields(Boolean xKubernetesPreserveUnknownFields) V1JSONSchemaProps.xKubernetesValidations(List<V1ValidationRule> xKubernetesValidations) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1JSONSchemaPropsModifier and TypeMethodDescriptionV1JSONSchemaProps.getAllOf()Get allOfV1JSONSchemaProps.getAnyOf()Get anyOfV1JSONSchemaProps.getDefinitions()Get definitionsV1JSONSchemaProps.getOneOf()Get oneOfV1JSONSchemaProps.getPatternProperties()Get patternPropertiesV1JSONSchemaProps.getProperties()Get propertiesMethods in io.kubernetes.client.openapi.models with parameters of type V1JSONSchemaPropsModifier and TypeMethodDescriptionV1JSONSchemaProps.addAllOfItem(V1JSONSchemaProps allOfItem) V1JSONSchemaProps.addAnyOfItem(V1JSONSchemaProps anyOfItem) V1JSONSchemaProps.addOneOfItem(V1JSONSchemaProps oneOfItem) V1JSONSchemaProps.not(V1JSONSchemaProps not) V1CustomResourceValidation.openAPIV3Schema(V1JSONSchemaProps openAPIV3Schema) V1JSONSchemaProps.putDefinitionsItem(String key, V1JSONSchemaProps definitionsItem) V1JSONSchemaProps.putPatternPropertiesItem(String key, V1JSONSchemaProps patternPropertiesItem) V1JSONSchemaProps.putPropertiesItem(String key, V1JSONSchemaProps propertiesItem) voidV1JSONSchemaProps.setNot(V1JSONSchemaProps not) voidV1CustomResourceValidation.setOpenAPIV3Schema(V1JSONSchemaProps openAPIV3Schema) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1JSONSchemaPropsModifier and TypeMethodDescriptionV1JSONSchemaProps.allOf(List<V1JSONSchemaProps> allOf) V1JSONSchemaProps.anyOf(List<V1JSONSchemaProps> anyOf) V1JSONSchemaProps.definitions(Map<String, V1JSONSchemaProps> definitions) V1JSONSchemaProps.oneOf(List<V1JSONSchemaProps> oneOf) V1JSONSchemaProps.patternProperties(Map<String, V1JSONSchemaProps> patternProperties) V1JSONSchemaProps.properties(Map<String, V1JSONSchemaProps> properties) voidV1JSONSchemaProps.setAllOf(List<V1JSONSchemaProps> allOf) voidV1JSONSchemaProps.setAnyOf(List<V1JSONSchemaProps> anyOf) voidV1JSONSchemaProps.setDefinitions(Map<String, V1JSONSchemaProps> definitions) voidV1JSONSchemaProps.setOneOf(List<V1JSONSchemaProps> oneOf) voidV1JSONSchemaProps.setPatternProperties(Map<String, V1JSONSchemaProps> patternProperties) voidV1JSONSchemaProps.setProperties(Map<String, V1JSONSchemaProps> properties)