Class ParametersReference

    • Constructor Detail

      • ParametersReference

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

      • getGroup

        public String getGroup()
        Group is the group of the referent.
      • setGroup

        public void setGroup​(String group)
        Group is the group of the referent.
      • getKind

        public String getKind()
        Kind is kind of the referent.
      • setKind

        public void setKind​(String kind)
        Kind is kind of the referent.
      • getName

        public String getName()
        Name is the name of the referent.
      • setName

        public void setName​(String name)
        Name is the name of the referent.
      • getNamespace

        public String getNamespace()
        Namespace is the namespace of the referent. This field is required when referring to a Namespace-scoped resource and MUST be unset when referring to a Cluster-scoped resource.
      • setNamespace

        public void setNamespace​(String namespace)
        Namespace is the namespace of the referent. This field is required when referring to a Namespace-scoped resource and MUST be unset when referring to a Cluster-scoped resource.
      • getAdditionalProperties

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

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

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