public interface V1CustomResourceValidationFluent<A extends V1CustomResourceValidationFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1CustomResourceValidationFluent.OpenAPIV3SchemaNested<N> |
Modifier and Type | Method and Description |
---|---|
io.kubernetes.client.openapi.models.V1JSONSchemaProps |
buildOpenAPIV3Schema() |
V1CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> |
editOpenAPIV3Schema() |
V1CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> |
editOrNewOpenAPIV3Schema() |
V1CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> |
editOrNewOpenAPIV3SchemaLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) |
io.kubernetes.client.openapi.models.V1JSONSchemaProps |
getOpenAPIV3Schema()
Deprecated.
|
Boolean |
hasOpenAPIV3Schema() |
V1CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> |
withNewOpenAPIV3Schema() |
V1CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> |
withNewOpenAPIV3SchemaLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) |
A |
withOpenAPIV3Schema(io.kubernetes.client.openapi.models.V1JSONSchemaProps openAPIV3Schema) |
@Deprecated io.kubernetes.client.openapi.models.V1JSONSchemaProps getOpenAPIV3Schema()
io.kubernetes.client.openapi.models.V1JSONSchemaProps buildOpenAPIV3Schema()
A withOpenAPIV3Schema(io.kubernetes.client.openapi.models.V1JSONSchemaProps openAPIV3Schema)
Boolean hasOpenAPIV3Schema()
V1CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> withNewOpenAPIV3Schema()
V1CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> withNewOpenAPIV3SchemaLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item)
V1CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> editOpenAPIV3Schema()
V1CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> editOrNewOpenAPIV3Schema()
V1CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> editOrNewOpenAPIV3SchemaLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item)
Copyright © 2021. All rights reserved.