Cloud API Overview > @adpt/cloud > k8s > ClusterInfo
k8s.ClusterInfo interface
Holds the information needed to connect, authenticate, and run code in a kuberenetes cluster
Signature:
export interface ClusterInfo
Properties
Property | Type | Description |
---|---|---|
kubeconfig | Kubeconfig | Javascript object formed by parsing a valid kubeconfig file |
registryUrl | string | DockerSplitRegistryInfo | URL or string to which Docker images used by the cluster in kubeconfig should be pushed and pulled |