VmwareAdminPrivateRegistryConfig
import type { VmwareAdminPrivateRegistryConfig } from "https://googleapis.deno.dev/v1/gkeonprem:v1.ts";
VmwareAdminPrivateRegistryConfig represents configuration for admin cluster registry.
interface VmwareAdminPrivateRegistryConfig {
address?: string;
caCert?: string;
}§Properties
§
caCert?: string
[src]When the container runtime pulls an image from private registry, the registry must prove its identity by presenting a certificate. The registry's certificate is signed by a certificate authority (CA). The container runtime uses the CA's certificate to validate the registry's certificate.