Google Cloud Container V1 Client - Class Fleet (1.30.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

Namespace

Google \ Cloud \ Container \ V1

Methods

__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 //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
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