Interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>

All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
All Known Subinterfaces:
CustomResourceValidationFluent.OpenAPIV3SchemaNested<N>, JSONSchemaPropsFluent.AllOfNested<N>, JSONSchemaPropsFluent.AnyOfNested<N>, JSONSchemaPropsFluent.NotNested<N>, JSONSchemaPropsFluent.OneOfNested<N>, JSONSchemaPropsOrArrayFluent.JSONSchemasNested<N>, JSONSchemaPropsOrArrayFluent.SchemaNested<N>, JSONSchemaPropsOrBoolFluent.SchemaNested<N>, JSONSchemaPropsOrStringArrayFluent.SchemaNested<N>
All Known Implementing Classes:
CustomResourceValidationFluentImpl.OpenAPIV3SchemaNestedImpl, DoneableJSONSchemaProps, JSONSchemaPropsBuilder, JSONSchemaPropsFluentImpl, JSONSchemaPropsFluentImpl.AllOfNestedImpl, JSONSchemaPropsFluentImpl.AnyOfNestedImpl, JSONSchemaPropsFluentImpl.NotNestedImpl, JSONSchemaPropsFluentImpl.OneOfNestedImpl, JSONSchemaPropsOrArrayFluentImpl.JSONSchemasNestedImpl, JSONSchemaPropsOrArrayFluentImpl.SchemaNestedImpl, JSONSchemaPropsOrBoolFluentImpl.SchemaNestedImpl, JSONSchemaPropsOrStringArrayFluentImpl.SchemaNestedImpl

public interface JSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>