Class SchemaReference
- java.lang.Object
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.SchemaReference
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<SchemaReferenceBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class SchemaReference extends Object implements io.fabric8.kubernetes.api.builder.Editable<SchemaReferenceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaReference()No args constructor for use in serializationSchemaReference(String name, String namespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaReferenceBuilderedit()Map<String,Object>getAdditionalProperties()StringgetName()`name` is the reference to the schema.StringgetNamespace()`namespace` is the namespace of the where the schema is stored.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetName(String name)`name` is the reference to the schema.voidsetNamespace(String namespace)`namespace` is the namespace of the where the schema is stored.SchemaReferenceBuildertoBuilder()
-
-
-
Method Detail
-
getName
public String getName()
`name` is the reference to the schema.
-
setName
public void setName(String name)
`name` is the reference to the schema.
-
getNamespace
public String getNamespace()
`namespace` is the namespace of the where the schema is stored.
-
setNamespace
public void setNamespace(String namespace)
`namespace` is the namespace of the where the schema is stored.
-
edit
public SchemaReferenceBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<SchemaReferenceBuilder>
-
toBuilder
public SchemaReferenceBuilder toBuilder()
-
-