ClusterIstioArgs

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.

Constructors

Link copied to clipboard
fun ClusterIstioArgs(clusterName: Output<String>? = null, location: Output<String>? = null, serviceName: Output<String>? = null, serviceNamespace: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ClusterIstioArgs

Properties

Link copied to clipboard
val clusterName: Output<String>? = null

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
val location: Output<String>? = null

The location of the Kubernetes cluster in which this Istio service is defined. Corresponds to the location resource label in k8s_cluster resources.

Link copied to clipboard
val serviceName: Output<String>? = null

The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.

Link copied to clipboard
val serviceNamespace: Output<String>? = null

The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.