Google Kubernetes Engine v1 API - Class Fleet (3.26.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
Name Description
other Fleet

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
Type Description
string

PreRegistered

public bool PreRegistered { get; set; }

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

Property Value
Type Description
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
Type Description
string