Class DoneableJSONSchemaPropsOrBool
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaPropsOrBoolFluentImpl<DoneableJSONSchemaPropsOrBool>
io.fabric8.kubernetes.api.model.apiextensions.DoneableJSONSchemaPropsOrBool
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableJSONSchemaPropsOrBool>,io.fabric8.kubernetes.api.builder.Visitable<DoneableJSONSchemaPropsOrBool>,JSONSchemaPropsOrBoolFluent<DoneableJSONSchemaPropsOrBool>,io.fabric8.kubernetes.api.model.Doneable<JSONSchemaPropsOrBool>
public class DoneableJSONSchemaPropsOrBool extends JSONSchemaPropsOrBoolFluentImpl<DoneableJSONSchemaPropsOrBool> implements io.fabric8.kubernetes.api.model.Doneable<JSONSchemaPropsOrBool>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaPropsOrBoolFluentImpl
JSONSchemaPropsOrBoolFluentImpl.SchemaNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaPropsOrBoolFluent
JSONSchemaPropsOrBoolFluent.SchemaNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableJSONSchemaPropsOrBool(io.fabric8.kubernetes.api.builder.Function<JSONSchemaPropsOrBool,JSONSchemaPropsOrBool> function)DoneableJSONSchemaPropsOrBool(JSONSchemaPropsOrBool item)DoneableJSONSchemaPropsOrBool(JSONSchemaPropsOrBool item, io.fabric8.kubernetes.api.builder.Function<JSONSchemaPropsOrBool,JSONSchemaPropsOrBool> function) -
Method Summary
Modifier and Type Method Description JSONSchemaPropsOrBooldone()Methods inherited from class io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaPropsOrBoolFluentImpl
buildSchema, editOrNewSchema, editOrNewSchemaLike, editSchema, equals, getSchema, hasAllows, hasSchema, isAllows, withAllows, withNewAllows, withNewAllows, withNewSchema, withNewSchemaLike, withSchema
-
Constructor Details
-
DoneableJSONSchemaPropsOrBool
public DoneableJSONSchemaPropsOrBool(io.fabric8.kubernetes.api.builder.Function<JSONSchemaPropsOrBool,JSONSchemaPropsOrBool> function) -
DoneableJSONSchemaPropsOrBool
public DoneableJSONSchemaPropsOrBool(JSONSchemaPropsOrBool item, io.fabric8.kubernetes.api.builder.Function<JSONSchemaPropsOrBool,JSONSchemaPropsOrBool> function) -
DoneableJSONSchemaPropsOrBool
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<JSONSchemaPropsOrBool>
-