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.V1JSONSchemaProps
editOrNewOpenAPIV3SchemaLike
(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) boolean
io.kubernetes.client.openapi.models.V1JSONSchemaProps
Deprecated.int
hashCode()
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:
getOpenAPIV3Schema
in interfaceV1CustomResourceValidationFluent<A extends V1CustomResourceValidationFluent<A>>
- Returns:
- The buildable object.
-
buildOpenAPIV3Schema
public io.kubernetes.client.openapi.models.V1JSONSchemaProps buildOpenAPIV3Schema()- Specified by:
buildOpenAPIV3Schema
in interfaceV1CustomResourceValidationFluent<A extends V1CustomResourceValidationFluent<A>>
-
withOpenAPIV3Schema
- Specified by:
withOpenAPIV3Schema
in interfaceV1CustomResourceValidationFluent<A extends V1CustomResourceValidationFluent<A>>
-
hasOpenAPIV3Schema
- Specified by:
hasOpenAPIV3Schema
in interfaceV1CustomResourceValidationFluent<A extends V1CustomResourceValidationFluent<A>>
-
withNewOpenAPIV3Schema
- Specified by:
withNewOpenAPIV3Schema
in interfaceV1CustomResourceValidationFluent<A extends V1CustomResourceValidationFluent<A>>
-
withNewOpenAPIV3SchemaLike
public V1CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> withNewOpenAPIV3SchemaLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) - Specified by:
withNewOpenAPIV3SchemaLike
in interfaceV1CustomResourceValidationFluent<A extends V1CustomResourceValidationFluent<A>>
-
editOpenAPIV3Schema
- Specified by:
editOpenAPIV3Schema
in interfaceV1CustomResourceValidationFluent<A extends V1CustomResourceValidationFluent<A>>
-
editOrNewOpenAPIV3Schema
- Specified by:
editOrNewOpenAPIV3Schema
in interfaceV1CustomResourceValidationFluent<A extends V1CustomResourceValidationFluent<A>>
-
editOrNewOpenAPIV3SchemaLike
public V1CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> editOrNewOpenAPIV3SchemaLike(io.kubernetes.client.openapi.models.V1JSONSchemaProps item) - Specified by:
editOrNewOpenAPIV3SchemaLike
in interfaceV1CustomResourceValidationFluent<A extends V1CustomResourceValidationFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1CustomResourceValidationFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1CustomResourceValidationFluent<A>>
-
toString
-