Show / Hide Table of Contents

Class Cluster

Relates nicknames to cluster information.

Inheritance
object
Cluster
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: k8s.KubeConfigModels
Assembly: KubernetesClient.dll
Syntax
public class Cluster

Constructors

View Source

Cluster()

Declaration
public Cluster()

Properties

View Source

ClusterEndpoint

Gets or sets the cluster information.

Declaration
public ClusterEndpoint ClusterEndpoint { get; set; }
Property Value
Type Description
ClusterEndpoint
View Source

Name

Gets or sets the nickname for this Cluster.

Declaration
public string Name { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX