Google Cloud Container V1 Client - Class HostCapability (2.8.0)

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 \ RegistryHostConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

HOST_CAPABILITY_UNSPECIFIED

Value: 0

UNKNOWN should never be set.

Generated from protobuf enum HOST_CAPABILITY_UNSPECIFIED = 0;

HOST_CAPABILITY_PULL

Value: 1

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

Generated from protobuf enum HOST_CAPABILITY_PULL = 1;

HOST_CAPABILITY_RESOLVE

Value: 2

Resolve represents the capability to fetch manifests by name.

Generated from protobuf enum HOST_CAPABILITY_RESOLVE = 2;

HOST_CAPABILITY_PUSH

Value: 3

Push represents the capability to push blobs and manifests.

Generated from protobuf enum HOST_CAPABILITY_PUSH = 3;