Class KubeconfigSecretReference
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.v1.KubeconfigSecretReference
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<KubeconfigSecretReferenceBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class KubeconfigSecretReference extends Object implements io.fabric8.kubernetes.api.builder.Editable<KubeconfigSecretReferenceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
KubeconfigSecretReference is a reference to a secret containing the kubeconfig for a remote cluster.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KubeconfigSecretReference()No args constructor for use in serializationKubeconfigSecretReference(String name, String namespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KubeconfigSecretReferenceBuilderedit()Map<String,Object>getAdditionalProperties()StringgetName()Name is the name of the secret.StringgetNamespace()Namespace is the namespace where the secret lives.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetName(String name)Name is the name of the secret.voidsetNamespace(String namespace)Namespace is the namespace where the secret lives.KubeconfigSecretReferenceBuildertoBuilder()
-
-
-
Method Detail
-
getName
public String getName()
Name is the name of the secret.
-
setName
public void setName(String name)
Name is the name of the secret.
-
getNamespace
public String getNamespace()
Namespace is the namespace where the secret lives.
-
setNamespace
public void setNamespace(String namespace)
Namespace is the namespace where the secret lives.
-
edit
public KubeconfigSecretReferenceBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<KubeconfigSecretReferenceBuilder>
-
toBuilder
public KubeconfigSecretReferenceBuilder toBuilder()
-
-