View Source GoogleApi.Monitoring.V3.Model.ClusterIstio (google_api_monitoring v0.55.0)

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.

Attributes

  • clusterName (type: String.t, default: nil) - The name of the Kubernetes cluster in which this Istio service is defined. Corresponds to the cluster_name resource label in k8s_cluster resources.
  • location (type: String.t, default: nil) - The location of the Kubernetes cluster in which this Istio service is defined. Corresponds to the location resource label in k8s_cluster resources.
  • serviceName (type: String.t, default: nil) - The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.
  • serviceNamespace (type: String.t, default: nil) - The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.ClusterIstio{
  clusterName: String.t() | nil,
  location: String.t() | nil,
  serviceName: String.t() | nil,
  serviceNamespace: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.