Class ParentReference

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<ParentReferenceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ParentReference
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ParentReferenceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ParentReference describes a reference to a parent object.
    See Also:
    Serialized Form
    • Constructor Detail

      • ParentReference

        public ParentReference()
        No args constructor for use in serialization
    • Method Detail

      • getGroup

        public String getGroup()
        Group is the group of the object being referenced.
      • setGroup

        public void setGroup​(String group)
        Group is the group of the object being referenced.
      • getName

        public String getName()
        Name is the name of the object being referenced.
      • setName

        public void setName​(String name)
        Name is the name of the object being referenced.
      • getNamespace

        public String getNamespace()
        Namespace is the namespace of the object being referenced.
      • setNamespace

        public void setNamespace​(String namespace)
        Namespace is the namespace of the object being referenced.
      • getResource

        public String getResource()
        Resource is the resource of the object being referenced.
      • setResource

        public void setResource​(String resource)
        Resource is the resource of the object being referenced.
      • getAdditionalProperties

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

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

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