Uses of Interface
io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaPropsFluent
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.apiextensions |
-
Uses of JSONSchemaPropsFluent in io.fabric8.kubernetes.api.model.apiextensions
Classes in io.fabric8.kubernetes.api.model.apiextensions with type parameters of type JSONSchemaPropsFluent Modifier and Type Interface Description interfaceJSONSchemaPropsFluent<A extends JSONSchemaPropsFluent<A>>classJSONSchemaPropsFluentImpl<A extends JSONSchemaPropsFluent<A>>Subinterfaces of JSONSchemaPropsFluent in io.fabric8.kubernetes.api.model.apiextensions Modifier and Type Interface Description static interfaceCustomResourceValidationFluent.OpenAPIV3SchemaNested<N>static interfaceJSONSchemaPropsFluent.AllOfNested<N>static interfaceJSONSchemaPropsFluent.AnyOfNested<N>static interfaceJSONSchemaPropsFluent.NotNested<N>static interfaceJSONSchemaPropsFluent.OneOfNested<N>static interfaceJSONSchemaPropsOrArrayFluent.JSONSchemasNested<N>static interfaceJSONSchemaPropsOrArrayFluent.SchemaNested<N>static interfaceJSONSchemaPropsOrBoolFluent.SchemaNested<N>static interfaceJSONSchemaPropsOrStringArrayFluent.SchemaNested<N>Classes in io.fabric8.kubernetes.api.model.apiextensions that implement JSONSchemaPropsFluent Modifier and Type Class Description classCustomResourceValidationFluentImpl.OpenAPIV3SchemaNestedImpl<N>classDoneableJSONSchemaPropsclassJSONSchemaPropsBuilderclassJSONSchemaPropsFluentImpl<A extends JSONSchemaPropsFluent<A>>classJSONSchemaPropsFluentImpl.AllOfNestedImpl<N>classJSONSchemaPropsFluentImpl.AnyOfNestedImpl<N>classJSONSchemaPropsFluentImpl.NotNestedImpl<N>classJSONSchemaPropsFluentImpl.OneOfNestedImpl<N>classJSONSchemaPropsOrArrayFluentImpl.JSONSchemasNestedImpl<N>classJSONSchemaPropsOrArrayFluentImpl.SchemaNestedImpl<N>classJSONSchemaPropsOrBoolFluentImpl.SchemaNestedImpl<N>classJSONSchemaPropsOrStringArrayFluentImpl.SchemaNestedImpl<N>Constructors in io.fabric8.kubernetes.api.model.apiextensions with parameters of type JSONSchemaPropsFluent Constructor Description JSONSchemaPropsBuilder(JSONSchemaPropsFluent<?> fluent)JSONSchemaPropsBuilder(JSONSchemaPropsFluent<?> fluent, JSONSchemaProps instance)JSONSchemaPropsBuilder(JSONSchemaPropsFluent<?> fluent, JSONSchemaProps instance, Boolean validationEnabled)JSONSchemaPropsBuilder(JSONSchemaPropsFluent<?> fluent, Boolean validationEnabled)