Class ClusterInstallLocalReference
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.v1.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 Summary
Constructors Constructor Description ClusterInstallLocalReference()No args constructor for use in serializationClusterInstallLocalReference(String group, String kind, String name, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterInstallLocalReferenceBuilderedit()Map<String,Object>getAdditionalProperties()StringgetGroup()ClusterInstallLocalReference provides reference to an object that implements the hivecontract ClusterInstall.StringgetKind()ClusterInstallLocalReference provides reference to an object that implements the hivecontract ClusterInstall.StringgetName()ClusterInstallLocalReference provides reference to an object that implements the hivecontract ClusterInstall.StringgetVersion()ClusterInstallLocalReference provides reference to an object that implements the hivecontract ClusterInstall.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetGroup(String group)ClusterInstallLocalReference provides reference to an object that implements the hivecontract ClusterInstall.voidsetKind(String kind)ClusterInstallLocalReference provides reference to an object that implements the hivecontract ClusterInstall.voidsetName(String name)ClusterInstallLocalReference provides reference to an object that implements the hivecontract ClusterInstall.voidsetVersion(String version)ClusterInstallLocalReference provides reference to an object that implements the hivecontract ClusterInstall.ClusterInstallLocalReferenceBuildertoBuilder()
-
-
-
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.
-
edit
public ClusterInstallLocalReferenceBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ClusterInstallLocalReferenceBuilder>
-
toBuilder
public ClusterInstallLocalReferenceBuilder toBuilder()
-
-