Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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

§
address?: string
[src]

The registry address.

§
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.