DockerRegistry
{
"oshift_registry": {
"registry_namespace": "string",
"registry_service": "string",
"registry_vip": {
"addr": "string",
"type": "string"
}
},
"password": "string",
"private": false,
"registry": "string",
"username": "string"
}
Password for docker registry. Authorized 'regular user' password if registry is Openshift integrated registry. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.
Set if docker registry is private. Avi controller will not attempt to push SE image to the registry, unless se_repository_push is set. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.
Avi ServiceEngine repository name. For private registry, it's registry port/repository, for public registry, it's registry/repository, for openshift registry, it's registry port/namespace/repo. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.
Username for docker registry. Authorized 'regular user' if registry is Openshift integrated registry. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.