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
).
Implements
IMessageServiceTypesGkeWorkload, IEquatableServiceTypesGkeWorkload, IDeepCloneableServiceTypesGkeWorkload, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
GkeWorkload()
public GkeWorkload()
GkeWorkload(GkeWorkload)
public GkeWorkload(Service.Types.GkeWorkload other)
Parameter | |
---|---|
Name | Description |
other |
ServiceTypesGkeWorkload |
Properties
ClusterName
public string ClusterName { get; set; }
The name of the parent cluster.
Property Value | |
---|---|
Type | Description |
string |
Location
public string Location { get; set; }
The location of the parent cluster. This may be a zone or region.
Property Value | |
---|---|
Type | Description |
string |
NamespaceName
public string NamespaceName { get; set; }
The name of the parent namespace.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
TopLevelControllerName
public string TopLevelControllerName { get; set; }
The name of this workload.
Property Value | |
---|---|
Type | Description |
string |
TopLevelControllerType
public string TopLevelControllerType { get; set; }
The type of this workload (for example, "Deployment" or "DaemonSet")
Property Value | |
---|---|
Type | Description |
string |