Cluster Istio Args
data class ClusterIstioArgs(val clusterName: Output<String>? = null, val location: Output<String>? = null, val serviceName: Output<String>? = null, val serviceNamespace: Output<String>? = null) : ConvertibleToJava<ClusterIstioArgs>
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.
Properties
Link copied to clipboard
The name of the Kubernetes cluster in which this Istio service is defined. Corresponds to the cluster_name resource label in k8s_cluster resources.
Link copied to clipboard
The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.
Link copied to clipboard
The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.