Class ClusterIstio
Istio service scoped to a single Kubernetes cluster. Learn more at https://istio.io. Clusters running OSS Istio will have their services ingested as this type.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class ClusterIstio : IDirectResponseSchema
Properties
ClusterName
The name of the Kubernetes cluster in which this Istio service is defined. Corresponds to the cluster_name resource label in k8s_cluster resources.
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 Kubernetes cluster in which this Istio service is defined. Corresponds to the location resource label in k8s_cluster resources.
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceName
The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.
Declaration
[JsonProperty("serviceName")]
public virtual string ServiceName { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceNamespace
The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.
Declaration
[JsonProperty("serviceNamespace")]
public virtual string ServiceNamespace { get; set; }
Property Value
Type | Description |
---|---|
string |