GetKubernetesClusterServiceMeshProfile

data class GetKubernetesClusterServiceMeshProfile(val certificateAuthorities: List<GetKubernetesClusterServiceMeshProfileCertificateAuthority>, val externalIngressGatewayEnabled: Boolean, val internalIngressGatewayEnabled: Boolean, val mode: String)

Constructors

Link copied to clipboard
constructor(certificateAuthorities: List<GetKubernetesClusterServiceMeshProfileCertificateAuthority>, externalIngressGatewayEnabled: Boolean, internalIngressGatewayEnabled: Boolean, mode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A certificate_authority block as documented below.

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.