Class V1CustomResourceValidationFluentImpl<A extends V1CustomResourceValidationFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1CustomResourceValidationFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1CustomResourceValidationFluent<A>
- Direct Known Subclasses:
V1CustomResourceValidationBuilder
public class V1CustomResourceValidationFluentImpl<A extends V1CustomResourceValidationFluent<A>>
extends BaseFluent<A>
implements V1CustomResourceValidationFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1CustomResourceValidationFluent
V1CustomResourceValidationFluent.OpenAPIV3SchemaNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1CustomResourceValidationFluentImpl(io.kubernetes.client.openapi.models.V1CustomResourceValidation instance) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1JSONSchemaPropseditOrNewOpenAPIV3SchemaLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) booleanio.kubernetes.client.openapi.models.V1JSONSchemaPropsDeprecated.inthashCode()toString()withNewOpenAPIV3SchemaLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) withOpenAPIV3Schema(io.kubernetes.client.openapi.models.V1JSONSchemaProps openAPIV3Schema) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1CustomResourceValidationFluentImpl
public V1CustomResourceValidationFluentImpl() -
V1CustomResourceValidationFluentImpl
public V1CustomResourceValidationFluentImpl(io.kubernetes.client.openapi.models.V1CustomResourceValidation instance)
-
-
Method Details
-
getOpenAPIV3Schema
Deprecated.This method has been deprecated, please use method buildOpenAPIV3Schema instead.- Specified by:
getOpenAPIV3Schemain interfaceV1CustomResourceValidationFluent<A extends V1CustomResourceValidationFluent<A>>- Returns:
- The buildable object.
-
buildOpenAPIV3Schema
public io.kubernetes.client.openapi.models.V1JSONSchemaProps buildOpenAPIV3Schema()- Specified by:
buildOpenAPIV3Schemain interfaceV1CustomResourceValidationFluent<A extends V1CustomResourceValidationFluent<A>>
-
withOpenAPIV3Schema
- Specified by:
withOpenAPIV3Schemain interfaceV1CustomResourceValidationFluent<A extends V1CustomResourceValidationFluent<A>>
-
hasOpenAPIV3Schema
- Specified by:
hasOpenAPIV3Schemain interfaceV1CustomResourceValidationFluent<A extends V1CustomResourceValidationFluent<A>>
-
withNewOpenAPIV3Schema
- Specified by:
withNewOpenAPIV3Schemain interfaceV1CustomResourceValidationFluent<A extends V1CustomResourceValidationFluent<A>>
-
withNewOpenAPIV3SchemaLike
public V1CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> withNewOpenAPIV3SchemaLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) - Specified by:
withNewOpenAPIV3SchemaLikein interfaceV1CustomResourceValidationFluent<A extends V1CustomResourceValidationFluent<A>>
-
editOpenAPIV3Schema
- Specified by:
editOpenAPIV3Schemain interfaceV1CustomResourceValidationFluent<A extends V1CustomResourceValidationFluent<A>>
-
editOrNewOpenAPIV3Schema
- Specified by:
editOrNewOpenAPIV3Schemain interfaceV1CustomResourceValidationFluent<A extends V1CustomResourceValidationFluent<A>>
-
editOrNewOpenAPIV3SchemaLike
public V1CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> editOrNewOpenAPIV3SchemaLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) - Specified by:
editOrNewOpenAPIV3SchemaLikein interfaceV1CustomResourceValidationFluent<A extends V1CustomResourceValidationFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1CustomResourceValidationFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1CustomResourceValidationFluent<A>>
-
toString
-