Google Kubernetes Engine v1 API - Class Fleet (3.19.0)

public sealed class Fleet : IMessage<Fleet>, IEquatable<Fleet>, IDeepCloneable<Fleet>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class Fleet.

Fleet is the fleet configuration for the cluster.

Inheritance

object > Fleet

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

Fleet()

public Fleet()

Fleet(Fleet)

public Fleet(Fleet other)
Parameter
NameDescription
otherFleet

Properties

Membership

public string Membership { get; set; }

[Output only] The full resource name of the registered fleet membership of the cluster, in the format //gkehub.googleapis.com/projects/*/locations/*/memberships/*.

Property Value
TypeDescription
string

PreRegistered

public bool PreRegistered { get; set; }

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

Property Value
TypeDescription
bool

Project

public string Project { get; set; }

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.

Property Value
TypeDescription
string