Google Cloud Container V1 Client - Class Fleet (1.12.1)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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 //gkehub.googleapis.com/projects/*/locations/*/memberships/*.

↳ pre_registered bool

[Output only] Whether the cluster has been registered through the fleet API.

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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getPreRegistered

[Output only] Whether the cluster has been registered through the fleet API.

Returns
TypeDescription
bool

setPreRegistered

[Output only] Whether the cluster has been registered through the fleet API.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this