Google Cloud Monitoring v3 API - Class Service.Types.GkeWorkload (3.9.0)

public sealed class Service.Types.GkeWorkload : IMessage<Service.Types.GkeWorkload>, IEquatable<Service.Types.GkeWorkload>, IDeepCloneable<Service.Types.GkeWorkload>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Monitoring v3 API class Service.Types.GkeWorkload.

A GKE Workload (Deployment, StatefulSet, etc). The field names correspond to the metadata labels on monitored resources that fall under a workload (for example, k8s_container or k8s_pod).

Inheritance

object > Service.Types.GkeWorkload

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

GkeWorkload()

public GkeWorkload()

GkeWorkload(GkeWorkload)

public GkeWorkload(Service.Types.GkeWorkload other)
Parameter
NameDescription
otherServiceTypesGkeWorkload

Properties

ClusterName

public string ClusterName { get; set; }

The name of the parent cluster.

Property Value
TypeDescription
string

Location

public string Location { get; set; }

The location of the parent cluster. This may be a zone or region.

Property Value
TypeDescription
string

NamespaceName

public string NamespaceName { get; set; }

The name of the parent namespace.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; set; }

Output only. The project this resource lives in. For legacy services migrated from the Custom type, this may be a distinct project from the one parenting the service itself.

Property Value
TypeDescription
string

TopLevelControllerName

public string TopLevelControllerName { get; set; }

The name of this workload.

Property Value
TypeDescription
string

TopLevelControllerType

public string TopLevelControllerType { get; set; }

The type of this workload (for example, "Deployment" or "DaemonSet")

Property Value
TypeDescription
string