Class MCOObjectReference
- java.lang.Object
-
- io.fabric8.openshift.api.model.machineconfiguration.v1.MCOObjectReference
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<MCOObjectReferenceBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class MCOObjectReference extends Object implements io.fabric8.kubernetes.api.builder.Editable<MCOObjectReferenceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
MCOObjectReference holds information about an object the MCO either owns or modifies in some way- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MCOObjectReference()No args constructor for use in serializationMCOObjectReference(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MCOObjectReferenceBuilderedit()Map<String,Object>getAdditionalProperties()StringgetName()name is the name of the object being referenced.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetName(String name)name is the name of the object being referenced.MCOObjectReferenceBuildertoBuilder()
-
-
-
Constructor Detail
-
MCOObjectReference
public MCOObjectReference()
No args constructor for use in serialization
-
MCOObjectReference
public MCOObjectReference(String name)
-
-
Method Detail
-
getName
public String getName()
name is the name of the object being referenced. For example, this can represent a machine config pool or node name. Must be a lowercase RFC-1123 subdomain name (https://tools.ietf.org/html/rfc1123) consisting of only lowercase alphanumeric characters, hyphens (-), and periods (.), and must start and end with an alphanumeric character, and be at most 253 characters in length.
-
setName
public void setName(String name)
name is the name of the object being referenced. For example, this can represent a machine config pool or node name. Must be a lowercase RFC-1123 subdomain name (https://tools.ietf.org/html/rfc1123) consisting of only lowercase alphanumeric characters, hyphens (-), and periods (.), and must start and end with an alphanumeric character, and be at most 253 characters in length.
-
edit
public MCOObjectReferenceBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<MCOObjectReferenceBuilder>
-
toBuilder
public MCOObjectReferenceBuilder toBuilder()
-
-