Package | Description |
---|---|
com.vmware.vcenter.namespace_management.supervisors |
The
com.vmware.vcenter.namespace_management.supervisors package provides
interfaces for operating a Supervisor. |
Modifier and Type | Method and Description |
---|---|
ImageSyncConfig.Builder |
ImageSyncConfig.Builder.setContentLibraries(java.util.List<ContentLibrarySpec> contentLibraries)
ImageSyncConfig.getContentLibraries()
is a list of Content Libraries that will be associated with a Supervisor. |
ImageSyncConfig.Builder |
ImageSyncConfig.Builder.setKubernetesContentLibrary(java.lang.String kubernetesContentLibrary)
ImageSyncConfig.getKubernetesContentLibrary()
is the UUID of the Content Library which holds the VM Images for Tanzu
Kubernetes Service for vSphere. |
ImageSyncConfig.Builder |
ImageSyncConfig.Builder.setRegistry(ImageRegistry registry)
The
ImageSyncConfig.getRegistry()
class contains the specification required to configure container image registry
endpoint. |
ImageSyncConfig.Builder |
ImageSyncConfig.Builder.setRepository(java.lang.String repository)
The
ImageSyncConfig.getRepository()
specifies the default container image repository to use when the Kubernetes Pod
specification does not specify it. |