Google Kubernetes Engine v1 API - Enum ContainerdConfig.Types.RegistryHostConfig.Types.HostCapability (3.37.0)

public enum ContainerdConfig.Types.RegistryHostConfig.Types.HostCapability

Reference documentation and code samples for the Google Kubernetes Engine v1 API enum ContainerdConfig.Types.RegistryHostConfig.Types.HostCapability.

HostCapability configures capabilities for the registry host.

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Fields

Name Description
Pull

Pull represents the capability to fetch manifests and blobs by digest.

Push

Push represents the capability to push blobs and manifests.

Resolve

Resolve represents the capability to fetch manifests by name.

Unspecified

UNKNOWN should never be set.