Show / Hide Table of Contents

Class 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
GkeWorkload
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.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class GkeWorkload : IDirectResponseSchema

Properties

ClusterName

The name of the parent cluster.

Declaration
[JsonProperty("clusterName")]
public virtual string ClusterName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Location

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

Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type Description
string

NamespaceName

The name of the parent namespace.

Declaration
[JsonProperty("namespaceName")]
public virtual string NamespaceName { get; set; }
Property Value
Type Description
string

ProjectId

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.

Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type Description
string

TopLevelControllerName

The name of this workload.

Declaration
[JsonProperty("topLevelControllerName")]
public virtual string TopLevelControllerName { get; set; }
Property Value
Type Description
string

TopLevelControllerType

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

Declaration
[JsonProperty("topLevelControllerType")]
public virtual string TopLevelControllerType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX