Interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Implementing Classes:
DoneableJSONSchemaPropsOrStringArray,JSONSchemaPropsOrStringArrayBuilder,JSONSchemaPropsOrStringArrayFluentImpl
public interface JSONSchemaPropsOrStringArrayFluent<A extends JSONSchemaPropsOrStringArrayFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceJSONSchemaPropsOrStringArrayFluent.SchemaNested<N> -
Method Summary
-
Method Details
-
addToProperty
-
setToProperty
-
addToProperty
-
addAllToProperty
-
removeFromProperty
-
removeAllFromProperty
-
getProperty
-
getProperty
-
getFirstProperty
String getFirstProperty() -
getLastProperty
String getLastProperty() -
getMatchingProperty
-
hasMatchingProperty
-
withProperty
-
withProperty
-
hasProperty
Boolean hasProperty() -
addNewProperty
-
addNewProperty
-
addNewProperty
-
getSchema
Deprecated.This method has been deprecated, please use method buildSchema instead.- Returns:
- The buildable object.
-
buildSchema
JSONSchemaProps buildSchema() -
withSchema
-
hasSchema
Boolean hasSchema() -
withNewSchema
JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> withNewSchema() -
withNewSchemaLike
-
editSchema
JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> editSchema() -
editOrNewSchema
JSONSchemaPropsOrStringArrayFluent.SchemaNested<A> editOrNewSchema() -
editOrNewSchemaLike
-