Class ClusterInstallLocalReference

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ClusterInstallLocalReference
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ClusterInstallLocalReferenceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ClusterInstallLocalReference provides reference to an object that implements the hivecontract ClusterInstall. The namespace of the object is same as the ClusterDeployment.
    See Also:
    Serialized Form
    • Constructor Detail

      • ClusterInstallLocalReference

        public ClusterInstallLocalReference()
        No args constructor for use in serialization
      • ClusterInstallLocalReference

        public ClusterInstallLocalReference​(String group,
                                            String kind,
                                            String name,
                                            String version)
    • Method Detail

      • getGroup

        public String getGroup()
        ClusterInstallLocalReference provides reference to an object that implements the hivecontract ClusterInstall. The namespace of the object is same as the ClusterDeployment.
      • setGroup

        public void setGroup​(String group)
        ClusterInstallLocalReference provides reference to an object that implements the hivecontract ClusterInstall. The namespace of the object is same as the ClusterDeployment.
      • getKind

        public String getKind()
        ClusterInstallLocalReference provides reference to an object that implements the hivecontract ClusterInstall. The namespace of the object is same as the ClusterDeployment.
      • setKind

        public void setKind​(String kind)
        ClusterInstallLocalReference provides reference to an object that implements the hivecontract ClusterInstall. The namespace of the object is same as the ClusterDeployment.
      • getName

        public String getName()
        ClusterInstallLocalReference provides reference to an object that implements the hivecontract ClusterInstall. The namespace of the object is same as the ClusterDeployment.
      • setName

        public void setName​(String name)
        ClusterInstallLocalReference provides reference to an object that implements the hivecontract ClusterInstall. The namespace of the object is same as the ClusterDeployment.
      • getVersion

        public String getVersion()
        ClusterInstallLocalReference provides reference to an object that implements the hivecontract ClusterInstall. The namespace of the object is same as the ClusterDeployment.
      • setVersion

        public void setVersion​(String version)
        ClusterInstallLocalReference provides reference to an object that implements the hivecontract ClusterInstall. The namespace of the object is same as the ClusterDeployment.
      • getAdditionalProperties

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

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

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