Enum ContainerdConfig.RegistryHostConfig.HostCapability (2.86.0)

public enum ContainerdConfig.RegistryHostConfig.HostCapability extends Enum<ContainerdConfig.RegistryHostConfig.HostCapability> implements ProtocolMessageEnum

HostCapability configures capabilities for the registry host.

Protobuf enum google.container.v1beta1.ContainerdConfig.RegistryHostConfig.HostCapability

Implements

ProtocolMessageEnum

Static Fields

Name Description
HOST_CAPABILITY_PULL

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

HOST_CAPABILITY_PULL = 1;

HOST_CAPABILITY_PULL_VALUE

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

HOST_CAPABILITY_PULL = 1;

HOST_CAPABILITY_PUSH

Push represents the capability to push blobs and manifests.

HOST_CAPABILITY_PUSH = 3;

HOST_CAPABILITY_PUSH_VALUE

Push represents the capability to push blobs and manifests.

HOST_CAPABILITY_PUSH = 3;

HOST_CAPABILITY_RESOLVE

Resolve represents the capability to fetch manifests by name.

HOST_CAPABILITY_RESOLVE = 2;

HOST_CAPABILITY_RESOLVE_VALUE

Resolve represents the capability to fetch manifests by name.

HOST_CAPABILITY_RESOLVE = 2;

HOST_CAPABILITY_UNSPECIFIED

UNKNOWN should never be set.

HOST_CAPABILITY_UNSPECIFIED = 0;

HOST_CAPABILITY_UNSPECIFIED_VALUE

UNKNOWN should never be set.

HOST_CAPABILITY_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()