V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps._default(V1beta1JSON _default) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps._enum(List<V1beta1JSON> _enum) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.addAllOfItem(V1beta1JSONSchemaProps allOfItem) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.addAnyOfItem(V1beta1JSONSchemaProps anyOfItem) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.addEnumItem(V1beta1JSON _enumItem) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.additionalItems(V1beta1JSONSchemaPropsOrBool additionalItems) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.additionalProperties(V1beta1JSONSchemaPropsOrBool additionalProperties) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.addOneOfItem(V1beta1JSONSchemaProps oneOfItem) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.addRequiredItem(String requiredItem) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.allOf(List<V1beta1JSONSchemaProps> allOf) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.anyOf(List<V1beta1JSONSchemaProps> anyOf) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.definitions(Map<String,V1beta1JSONSchemaProps> definitions) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.dependencies(Map<String,V1beta1JSONSchemaPropsOrStringArray> dependencies) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.description(String description) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.example(V1beta1JSON example) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.exclusiveMaximum(Boolean exclusiveMaximum) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.exclusiveMinimum(Boolean exclusiveMinimum) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.externalDocs(V1beta1ExternalDocumentation externalDocs) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.format(String format) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.getNot()
Get not
|
V1beta1JSONSchemaProps |
V1beta1CustomResourceValidation.getOpenAPIV3Schema()
OpenAPIV3Schema is the OpenAPI v3 schema to be validated against.
|
V1beta1JSONSchemaProps |
V1beta1JSONSchemaPropsOrBool.getSchema()
Get schema
|
V1beta1JSONSchemaProps |
V1beta1JSONSchemaPropsOrStringArray.getSchema()
Get schema
|
V1beta1JSONSchemaProps |
V1beta1JSONSchemaPropsOrArray.getSchema()
Get schema
|
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.id(String id) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.items(V1beta1JSONSchemaPropsOrArray items) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.maximum(Double maximum) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.maxItems(Long maxItems) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.maxLength(Long maxLength) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.maxProperties(Long maxProperties) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.minimum(Double minimum) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.minItems(Long minItems) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.minLength(Long minLength) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.minProperties(Long minProperties) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.multipleOf(Double multipleOf) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.not(V1beta1JSONSchemaProps not) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.oneOf(List<V1beta1JSONSchemaProps> oneOf) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.pattern(String pattern) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.patternProperties(Map<String,V1beta1JSONSchemaProps> patternProperties) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.properties(Map<String,V1beta1JSONSchemaProps> properties) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.putDefinitionsItem(String key,
V1beta1JSONSchemaProps definitionsItem) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.putDependenciesItem(String key,
V1beta1JSONSchemaPropsOrStringArray dependenciesItem) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.putPatternPropertiesItem(String key,
V1beta1JSONSchemaProps patternPropertiesItem) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.putPropertiesItem(String key,
V1beta1JSONSchemaProps propertiesItem) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.ref(String ref) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.required(List<String> required) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.schema(String schema) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.title(String title) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.type(String type) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.uniqueItems(Boolean uniqueItems) |