Interface V1CustomResourceValidationFluent<A extends V1CustomResourceValidationFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1CustomResourceDefinitionVersionFluent.SchemaNested<N>
- All Known Implementing Classes:
V1CustomResourceValidationBuilder
,V1CustomResourceValidationFluentImpl
public interface V1CustomResourceValidationFluent<A extends V1CustomResourceValidationFluent<A>>
extends Fluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1JSONSchemaProps
editOrNewOpenAPIV3SchemaLike
(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) io.kubernetes.client.openapi.models.V1JSONSchemaProps
Deprecated.withNewOpenAPIV3SchemaLike
(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) withOpenAPIV3Schema
(io.kubernetes.client.openapi.models.V1JSONSchemaProps openAPIV3Schema)
-
Method Details
-
getOpenAPIV3Schema
Deprecated.This method has been deprecated, please use method buildOpenAPIV3Schema instead.- Returns:
- The buildable object.
-
buildOpenAPIV3Schema
io.kubernetes.client.openapi.models.V1JSONSchemaProps buildOpenAPIV3Schema() -
withOpenAPIV3Schema
-
hasOpenAPIV3Schema
Boolean hasOpenAPIV3Schema() -
withNewOpenAPIV3Schema
V1CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> withNewOpenAPIV3Schema() -
withNewOpenAPIV3SchemaLike
V1CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> withNewOpenAPIV3SchemaLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) -
editOpenAPIV3Schema
V1CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> editOpenAPIV3Schema() -
editOrNewOpenAPIV3Schema
V1CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> editOrNewOpenAPIV3Schema() -
editOrNewOpenAPIV3SchemaLike
V1CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> editOrNewOpenAPIV3SchemaLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item)
-