Reference documentation and code samples for the Google Cloud Container V1 Client class Fleet.
Fleet is the fleet configuration for the cluster.
Generated from protobuf message google.container.v1.Fleet
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ project |
string
The Fleet host project(project ID or project number) where this cluster will be registered to. This field cannot be changed after the cluster has been registered. |
↳ membership |
string
Output only. The full resource name of the registered fleet membership of the cluster, in the format |
↳ pre_registered |
bool
Output only. Whether the cluster has been registered through the fleet API. |
↳ membership_type |
int
The type of the cluster's fleet membership. |
getProject
The Fleet host project(project ID or project number) where this cluster will be registered to. This field cannot be changed after the cluster has been registered.
| Returns | |
|---|---|
| Type | Description |
string |
|
setProject
The Fleet host project(project ID or project number) where this cluster will be registered to. This field cannot be changed after the cluster has been registered.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMembership
Output only. The full resource name of the registered fleet membership of
the cluster, in the format
//gkehub.googleapis.com/projects/*/locations/*/memberships/*.
| Returns | |
|---|---|
| Type | Description |
string |
|
setMembership
Output only. The full resource name of the registered fleet membership of
the cluster, in the format
//gkehub.googleapis.com/projects/*/locations/*/memberships/*.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPreRegistered
Output only. Whether the cluster has been registered through the fleet API.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setPreRegistered
Output only. Whether the cluster has been registered through the fleet API.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMembershipType
The type of the cluster's fleet membership.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type MembershipType. |
setMembershipType
The type of the cluster's fleet membership.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type MembershipType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|