KubernetesClusterInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Kubernetes cluster configuration
public class KubernetesClusterInfo
type KubernetesClusterInfo = class
Public Class KubernetesClusterInfo
- Inheritance
-
KubernetesClusterInfo
Constructors
KubernetesClusterInfo() |
Initializes a new instance of the KubernetesClusterInfo class. |
KubernetesClusterInfo(String, EtcdInfo, IList<NodeInfo>) |
Initializes a new instance of the KubernetesClusterInfo class. |
Properties
EtcdInfo |
Gets etcd configuration |
Nodes |
Gets kubernetes cluster nodes |
Version |
Gets or sets kubernetes cluster version |
Methods
Validate() |
Validate the object. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET