Show / Hide Table of Contents

Class ClusterIstio

Istio service scoped to a single Kubernetes cluster. Learn more at http://istio.io.

Inheritance
System.Object
ClusterIstio
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.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
System.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
System.String

Implements

IDirectResponseSchema
Back to top