public sealed class Fleet : IMessage<Fleet>, IEquatable<Fleet>, IDeepCloneable<Fleet>, IBufferMessage, IMessageReference documentation and code samples for the Config Delivery v1beta API class Fleet.
The fleet where the FleetPackage should be deployed.
Namespace
Google.Cloud.ConfigDelivery.V1BetaAssembly
Google.Cloud.ConfigDelivery.V1Beta.dll
Constructors
Fleet()
public Fleet()Fleet(Fleet)
public Fleet(Fleet other)| Parameter | |
|---|---|
| Name | Description |
other |
Fleet |
Properties
Project
public string Project { get; set; }Required. The host project for the GKE fleet. Format is
projects/{project}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ProjectAsProjectName
public ProjectName ProjectAsProjectName { get; set; }ProjectName-typed view over the Project resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProjectName |
|
Selector
public Fleet.Types.LabelSelector Selector { get; set; }Optional. selector allows targeting a subset of fleet members using their labels.
| Property Value | |
|---|---|
| Type | Description |
FleetTypesLabelSelector |
|