V1JSONSchemaProps |
V1JSONSchemaProps._default(Object _default) |
V1JSONSchemaProps |
V1JSONSchemaProps._enum(List<Object> _enum) |
V1JSONSchemaProps |
V1JSONSchemaProps.$ref(String $ref) |
V1JSONSchemaProps |
V1JSONSchemaProps.$schema(String $schema) |
V1JSONSchemaProps |
V1JSONSchemaProps.addAllOfItem(V1JSONSchemaProps allOfItem) |
V1JSONSchemaProps |
V1JSONSchemaProps.addAnyOfItem(V1JSONSchemaProps anyOfItem) |
V1JSONSchemaProps |
V1JSONSchemaProps.addEnumItem(Object _enumItem) |
V1JSONSchemaProps |
V1JSONSchemaProps.additionalItems(Object additionalItems) |
V1JSONSchemaProps |
V1JSONSchemaProps.additionalProperties(Object additionalProperties) |
V1JSONSchemaProps |
V1JSONSchemaProps.addOneOfItem(V1JSONSchemaProps oneOfItem) |
V1JSONSchemaProps |
V1JSONSchemaProps.addRequiredItem(String requiredItem) |
V1JSONSchemaProps |
V1JSONSchemaProps.addXKubernetesListMapKeysItem(String xKubernetesListMapKeysItem) |
V1JSONSchemaProps |
V1JSONSchemaProps.addXKubernetesValidationsItem(V1ValidationRule xKubernetesValidationsItem) |
V1JSONSchemaProps |
V1JSONSchemaProps.allOf(List<V1JSONSchemaProps> allOf) |
V1JSONSchemaProps |
V1JSONSchemaProps.anyOf(List<V1JSONSchemaProps> anyOf) |
V1JSONSchemaProps |
V1JSONSchemaProps.definitions(Map<String,V1JSONSchemaProps> definitions) |
V1JSONSchemaProps |
V1JSONSchemaProps.dependencies(Map<String,Object> dependencies) |
V1JSONSchemaProps |
V1JSONSchemaProps.description(String description) |
V1JSONSchemaProps |
V1JSONSchemaProps.example(Object example) |
V1JSONSchemaProps |
V1JSONSchemaProps.exclusiveMaximum(Boolean exclusiveMaximum) |
V1JSONSchemaProps |
V1JSONSchemaProps.exclusiveMinimum(Boolean exclusiveMinimum) |
V1JSONSchemaProps |
V1JSONSchemaProps.externalDocs(V1ExternalDocumentation externalDocs) |
V1JSONSchemaProps |
V1JSONSchemaProps.format(String format) |
V1JSONSchemaProps |
V1JSONSchemaProps.getNot()
Get not
|
V1JSONSchemaProps |
V1CustomResourceValidation.getOpenAPIV3Schema()
Get openAPIV3Schema
|
V1JSONSchemaProps |
V1JSONSchemaProps.id(String id) |
V1JSONSchemaProps |
V1JSONSchemaProps.items(Object items) |
V1JSONSchemaProps |
V1JSONSchemaProps.maximum(Double maximum) |
V1JSONSchemaProps |
V1JSONSchemaProps.maxItems(Long maxItems) |
V1JSONSchemaProps |
V1JSONSchemaProps.maxLength(Long maxLength) |
V1JSONSchemaProps |
V1JSONSchemaProps.maxProperties(Long maxProperties) |
V1JSONSchemaProps |
V1JSONSchemaProps.minimum(Double minimum) |
V1JSONSchemaProps |
V1JSONSchemaProps.minItems(Long minItems) |
V1JSONSchemaProps |
V1JSONSchemaProps.minLength(Long minLength) |
V1JSONSchemaProps |
V1JSONSchemaProps.minProperties(Long minProperties) |
V1JSONSchemaProps |
V1JSONSchemaProps.multipleOf(Double multipleOf) |
V1JSONSchemaProps |
V1JSONSchemaProps.not(V1JSONSchemaProps not) |
V1JSONSchemaProps |
V1JSONSchemaProps.nullable(Boolean nullable) |
V1JSONSchemaProps |
V1JSONSchemaProps.oneOf(List<V1JSONSchemaProps> oneOf) |
V1JSONSchemaProps |
V1JSONSchemaProps.pattern(String pattern) |
V1JSONSchemaProps |
V1JSONSchemaProps.patternProperties(Map<String,V1JSONSchemaProps> patternProperties) |
V1JSONSchemaProps |
V1JSONSchemaProps.properties(Map<String,V1JSONSchemaProps> properties) |
V1JSONSchemaProps |
V1JSONSchemaProps.putDefinitionsItem(String key,
V1JSONSchemaProps definitionsItem) |
V1JSONSchemaProps |
V1JSONSchemaProps.putDependenciesItem(String key,
Object dependenciesItem) |
V1JSONSchemaProps |
V1JSONSchemaProps.putPatternPropertiesItem(String key,
V1JSONSchemaProps patternPropertiesItem) |
V1JSONSchemaProps |
V1JSONSchemaProps.putPropertiesItem(String key,
V1JSONSchemaProps propertiesItem) |
V1JSONSchemaProps |
V1JSONSchemaProps.required(List<String> required) |
V1JSONSchemaProps |
V1JSONSchemaProps.title(String title) |
V1JSONSchemaProps |
V1JSONSchemaProps.type(String type) |
V1JSONSchemaProps |
V1JSONSchemaProps.uniqueItems(Boolean uniqueItems) |
V1JSONSchemaProps |
V1JSONSchemaProps.xKubernetesEmbeddedResource(Boolean xKubernetesEmbeddedResource) |
V1JSONSchemaProps |
V1JSONSchemaProps.xKubernetesIntOrString(Boolean xKubernetesIntOrString) |
V1JSONSchemaProps |
V1JSONSchemaProps.xKubernetesListMapKeys(List<String> xKubernetesListMapKeys) |
V1JSONSchemaProps |
V1JSONSchemaProps.xKubernetesListType(String xKubernetesListType) |
V1JSONSchemaProps |
V1JSONSchemaProps.xKubernetesMapType(String xKubernetesMapType) |
V1JSONSchemaProps |
V1JSONSchemaProps.xKubernetesPreserveUnknownFields(Boolean xKubernetesPreserveUnknownFields) |
V1JSONSchemaProps |
V1JSONSchemaProps.xKubernetesValidations(List<V1ValidationRule> xKubernetesValidations) |