Show / Hide Table of Contents

Class ClusterUpgradeFleetSpec

ClusterUpgrade: The configuration for the fleet-level ClusterUpgrade feature.

Inheritance
object
ClusterUpgradeFleetSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEHub.v1.Data
Assembly: Google.Apis.GKEHub.v1.dll
Syntax
public class ClusterUpgradeFleetSpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GkeUpgradeOverrides

Allow users to override some properties of each GKE upgrade.

Declaration
[JsonProperty("gkeUpgradeOverrides")]
public virtual IList<ClusterUpgradeGKEUpgradeOverride> GkeUpgradeOverrides { get; set; }
Property Value
Type Description
IList<ClusterUpgradeGKEUpgradeOverride>

PostConditions

Required. Post conditions to evaluate to mark an upgrade COMPLETE. Required.

Declaration
[JsonProperty("postConditions")]
public virtual ClusterUpgradePostConditions PostConditions { get; set; }
Property Value
Type Description
ClusterUpgradePostConditions

UpstreamFleets

This fleet consumes upgrades that have COMPLETE status code in the upstream fleets. See UpgradeStatus.Code for code definitions. The fleet name should be either fleet project number or id. This is defined as repeated for future proof reasons. Initial implementation will enforce at most one upstream fleet.

Declaration
[JsonProperty("upstreamFleets")]
public virtual IList<string> UpstreamFleets { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX