Class CustomResourceValidationFluentImpl<A extends CustomResourceValidationFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.apiextensions.CustomResourceValidationFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,CustomResourceValidationFluent<A>
- Direct Known Subclasses:
CustomResourceDefinitionSpecFluentImpl.ValidationNestedImpl,CustomResourceDefinitionVersionFluentImpl.SchemaNestedImpl,CustomResourceValidationBuilder,DoneableCustomResourceValidation
public class CustomResourceValidationFluentImpl<A extends CustomResourceValidationFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CustomResourceValidationFluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classCustomResourceValidationFluentImpl.OpenAPIV3SchemaNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.apiextensions.CustomResourceValidationFluent
CustomResourceValidationFluent.OpenAPIV3SchemaNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description CustomResourceValidationFluentImpl()CustomResourceValidationFluentImpl(CustomResourceValidation instance) -
Method Summary
-
Constructor Details
-
CustomResourceValidationFluentImpl
public CustomResourceValidationFluentImpl() -
CustomResourceValidationFluentImpl
-
-
Method Details
-
getOpenAPIV3Schema
Deprecated.This method has been deprecated, please use method buildOpenAPIV3Schema instead.- Specified by:
getOpenAPIV3Schemain interfaceCustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>- Returns:
- The buildable object.
-
buildOpenAPIV3Schema
- Specified by:
buildOpenAPIV3Schemain interfaceCustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>
-
withOpenAPIV3Schema
- Specified by:
withOpenAPIV3Schemain interfaceCustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>
-
hasOpenAPIV3Schema
- Specified by:
hasOpenAPIV3Schemain interfaceCustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>
-
withNewOpenAPIV3Schema
- Specified by:
withNewOpenAPIV3Schemain interfaceCustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>
-
withNewOpenAPIV3SchemaLike
public CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> withNewOpenAPIV3SchemaLike(JSONSchemaProps item)- Specified by:
withNewOpenAPIV3SchemaLikein interfaceCustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>
-
editOpenAPIV3Schema
- Specified by:
editOpenAPIV3Schemain interfaceCustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>
-
editOrNewOpenAPIV3Schema
- Specified by:
editOrNewOpenAPIV3Schemain interfaceCustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>
-
editOrNewOpenAPIV3SchemaLike
public CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> editOrNewOpenAPIV3SchemaLike(JSONSchemaProps item)- Specified by:
editOrNewOpenAPIV3SchemaLikein interfaceCustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>
-
equals
-