public sealed class Fleet : IMessage<Fleet>, IEquatable<Fleet>, IDeepCloneable<Fleet>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class Fleet.
Fleet is the fleet configuration for the cluster.
Namespace
Google.Cloud.Container.V1Assembly
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 |
|
MembershipType
public Fleet.Types.MembershipType MembershipType { get; set; }The type of the cluster's fleet membership.
| Property Value | |
|---|---|
| Type | Description |
FleetTypesMembershipType |
|
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 |
|