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.
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.
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.
var
string
$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/*
.
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/*
.
var
string
$this
getPreRegistered
Output only. Whether the cluster has been registered through the fleet API.
bool
setPreRegistered
Output only. Whether the cluster has been registered through the fleet API.
var
bool
$this