public class CustomResourceValidationFluentImpl<A extends CustomResourceValidationFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CustomResourceValidationFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CustomResourceValidationFluentImpl.OpenAPIV3SchemaNestedImpl<N> |
CustomResourceValidationFluent.OpenAPIV3SchemaNested<N>| Constructor and Description |
|---|
CustomResourceValidationFluentImpl() |
CustomResourceValidationFluentImpl(CustomResourceValidation instance) |
public CustomResourceValidationFluentImpl()
public CustomResourceValidationFluentImpl(CustomResourceValidation instance)
@Deprecated public JSONSchemaProps getOpenAPIV3Schema()
getOpenAPIV3Schema in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>public JSONSchemaProps buildOpenAPIV3Schema()
buildOpenAPIV3Schema in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>public A withOpenAPIV3Schema(JSONSchemaProps openAPIV3Schema)
withOpenAPIV3Schema in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>public Boolean hasOpenAPIV3Schema()
hasOpenAPIV3Schema in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>public CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> withNewOpenAPIV3Schema()
withNewOpenAPIV3Schema in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>public CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> withNewOpenAPIV3SchemaLike(JSONSchemaProps item)
withNewOpenAPIV3SchemaLike in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>public CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> editOpenAPIV3Schema()
editOpenAPIV3Schema in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>public CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> editOrNewOpenAPIV3Schema()
editOrNewOpenAPIV3Schema in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>public CustomResourceValidationFluent.OpenAPIV3SchemaNested<A> editOrNewOpenAPIV3SchemaLike(JSONSchemaProps item)
editOrNewOpenAPIV3SchemaLike in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface CustomResourceValidationFluent<A extends CustomResourceValidationFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.