Class Cluster
Relates nicknames to cluster information.
Inherited Members
Namespace: k8s.KubeConfigModels
Assembly: KubernetesClient.dll
Syntax
public class Cluster
Constructors
View SourceCluster()
Declaration
public Cluster()
Properties
View SourceClusterEndpoint
Gets or sets the cluster information.
Declaration
public ClusterEndpoint ClusterEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| ClusterEndpoint |
Name
Gets or sets the nickname for this Cluster.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |