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