KubernetesClusterServiceMeshProfile

data class KubernetesClusterServiceMeshProfile(val certificateAuthority: KubernetesClusterServiceMeshProfileCertificateAuthority? = null, val externalIngressGatewayEnabled: Boolean? = null, val internalIngressGatewayEnabled: Boolean? = null, val mode: String)

Constructors

Link copied to clipboard
constructor(certificateAuthority: KubernetesClusterServiceMeshProfileCertificateAuthority? = null, externalIngressGatewayEnabled: Boolean? = null, internalIngressGatewayEnabled: Boolean? = null, mode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A certificate_authority block as defined below. When this property is specified, key_vault_secrets_provider is also required to be set. This configuration allows you to bring your own root certificate and keys for Istio CA in the Istio-based service mesh add-on for Azure Kubernetes Service.

Link copied to clipboard

Is Istio External Ingress Gateway enabled?

Link copied to clipboard

Is Istio Internal Ingress Gateway enabled?

Link copied to clipboard

The mode of the service mesh. Possible value is Istio.