public enum ContainerdConfig.RegistryHostConfig.HostCapability extends Enum<ContainerdConfig.RegistryHostConfig.HostCapability> implements ProtocolMessageEnumHostCapability configures capabilities for the registry host.
Protobuf enum
google.container.v1beta1.ContainerdConfig.RegistryHostConfig.HostCapability
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
HOST_CAPABILITY_PULL |
Pull represents the capability to fetch manifests and blobs by digest. |
HOST_CAPABILITY_PULL_VALUE |
Pull represents the capability to fetch manifests and blobs by digest. |
HOST_CAPABILITY_PUSH |
Push represents the capability to push blobs and manifests. |
HOST_CAPABILITY_PUSH_VALUE |
Push represents the capability to push blobs and manifests. |
HOST_CAPABILITY_RESOLVE |
Resolve represents the capability to fetch manifests by name. |
HOST_CAPABILITY_RESOLVE_VALUE |
Resolve represents the capability to fetch manifests by name. |
HOST_CAPABILITY_UNSPECIFIED |
UNKNOWN should never be set. |
HOST_CAPABILITY_UNSPECIFIED_VALUE |
UNKNOWN should never be set. |
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() |
|