Cloud API Overview > @adpt/cloud > k8s > MakeClusterInfoOptions
k8s.MakeClusterInfoOptions interface
Options for k8s.makeClusterInfo()
Signature:
export interface MakeClusterInfoOptions
Properties
Property | Type | Description |
---|---|---|
kubeconfig | Kubeconfig | string | A Javascript Object representing a valid kubeconfig, or a YAML string, or a path to a kubeconfig file. |
registryUrl | string | DockerSplitRegistryInfo | URL to the docker registry that this cluster uses to pull private images. |