Google Cloud Container V1 Client - Class MembershipType (2.7.0)

Reference documentation and code samples for the Google Cloud Container V1 Client class MembershipType.

MembershipType describes if the membership supports all features or only lightweight compatible ones.

Protobuf type google.container.v1.Fleet.MembershipType

Namespace

Google \ Cloud \ Container \ V1 \ Fleet

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MEMBERSHIP_TYPE_UNSPECIFIED

Value: 0

The MembershipType is not set.

Generated from protobuf enum MEMBERSHIP_TYPE_UNSPECIFIED = 0;

LIGHTWEIGHT

Value: 1

The membership supports only lightweight compatible features.

Generated from protobuf enum LIGHTWEIGHT = 1;