Cloud API Overview > @adpt/cloud > k8s > MakeClusterInfoOptions > registryUrl
k8s.MakeClusterInfoOptions.registryUrl property
URL to the docker registry that this cluster uses to pull private images.
Signature:
registryUrl?: string | DockerSplitRegistryInfo;
Remarks
This is identical to the registryUrl
field in k8s.ClusterInfo. It will be returned verbatim in the resulting k8s.ClusterInfo object.