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 \ FleetMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MEMBERSHIP_TYPE_UNSPECIFIED
Value: 0The MembershipType is not set.
Generated from protobuf enum MEMBERSHIP_TYPE_UNSPECIFIED = 0;
LIGHTWEIGHT
Value: 1The membership supports only lightweight compatible features.
Generated from protobuf enum LIGHTWEIGHT = 1;