Interface JSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
JSONSchemaPropsFluent.AdditionalItemsNested<N>,JSONSchemaPropsFluent.AdditionalPropertiesNested<N>
- All Known Implementing Classes:
DoneableJSONSchemaPropsOrBool,JSONSchemaPropsFluentImpl.AdditionalItemsNestedImpl,JSONSchemaPropsFluentImpl.AdditionalPropertiesNestedImpl,JSONSchemaPropsOrBoolBuilder,JSONSchemaPropsOrBoolFluentImpl
public interface JSONSchemaPropsOrBoolFluent<A extends JSONSchemaPropsOrBoolFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceJSONSchemaPropsOrBoolFluent.SchemaNested<N> -
Method Summary
Modifier and Type Method Description JSONSchemaPropsbuildSchema()JSONSchemaPropsOrBoolFluent.SchemaNested<A>editOrNewSchema()JSONSchemaPropsOrBoolFluent.SchemaNested<A>editOrNewSchemaLike(JSONSchemaProps item)JSONSchemaPropsOrBoolFluent.SchemaNested<A>editSchema()JSONSchemaPropsgetSchema()Deprecated.BooleanhasAllows()BooleanhasSchema()BooleanisAllows()AwithAllows(Boolean allows)AwithNewAllows(boolean arg1)AwithNewAllows(String arg1)JSONSchemaPropsOrBoolFluent.SchemaNested<A>withNewSchema()JSONSchemaPropsOrBoolFluent.SchemaNested<A>withNewSchemaLike(JSONSchemaProps item)AwithSchema(JSONSchemaProps schema)
-
Method Details
-
isAllows
Boolean isAllows() -
withAllows
-
hasAllows
Boolean hasAllows() -
withNewAllows
-
withNewAllows
-
getSchema
Deprecated.This method has been deprecated, please use method buildSchema instead.- Returns:
- The buildable object.
-
buildSchema
JSONSchemaProps buildSchema() -
withSchema
-
hasSchema
Boolean hasSchema() -
withNewSchema
JSONSchemaPropsOrBoolFluent.SchemaNested<A> withNewSchema() -
withNewSchemaLike
-
editSchema
JSONSchemaPropsOrBoolFluent.SchemaNested<A> editSchema() -
editOrNewSchema
JSONSchemaPropsOrBoolFluent.SchemaNested<A> editOrNewSchema() -
editOrNewSchemaLike
-