public class CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CustomResourceValidationFluent.OpenAPIV3SchemaNested<N> |
| Constructor and Description |
|---|
CustomResourceValidationFluent() |
CustomResourceValidationFluent(CustomResourceValidation instance) |
public CustomResourceValidationFluent()
public CustomResourceValidationFluent(CustomResourceValidation instance)
protected void copyInstance(CustomResourceValidation instance)
public JSONSchemaProps buildOpenAPIV3Schema()
public A withOpenAPIV3Schema(JSONSchemaProps openAPIV3Schema)
public boolean hasOpenAPIV3Schema()
public CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> withNewOpenAPIV3Schema()
public CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> withNewOpenAPIV3SchemaLike(JSONSchemaProps item)
public CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> editOpenAPIV3Schema()
public CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> editOrNewOpenAPIV3Schema()
public CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> editOrNewOpenAPIV3SchemaLike(JSONSchemaProps item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CustomResourceValidationFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CustomResourceValidationFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.