Reference documentation and code samples for the Google Cloud Container V1 Client class HostCapability.
HostCapability configures capabilities for the registry host.
Protobuf type google.container.v1.ContainerdConfig.RegistryHostConfig.HostCapability
Namespace
Google \ Cloud \ Container \ V1 \ ContainerdConfig \ RegistryHostConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
HOST_CAPABILITY_UNSPECIFIED
Value: 0UNKNOWN should never be set.
Generated from protobuf enum HOST_CAPABILITY_UNSPECIFIED = 0;
HOST_CAPABILITY_PULL
Value: 1Pull represents the capability to fetch manifests and blobs by digest.
Generated from protobuf enum HOST_CAPABILITY_PULL = 1;
HOST_CAPABILITY_RESOLVE
Value: 2Resolve represents the capability to fetch manifests by name.
Generated from protobuf enum HOST_CAPABILITY_RESOLVE = 2;
HOST_CAPABILITY_PUSH
Value: 3Push represents the capability to push blobs and manifests.
Generated from protobuf enum HOST_CAPABILITY_PUSH = 3;