Class 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 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.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)