GetKubernetesClusterServiceMeshProfile

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

Constructors

Link copied to clipboard
constructor(certificateAuthorities: List<GetKubernetesClusterServiceMeshProfileCertificateAuthority>, externalIngressGatewayEnabled: Boolean, internalIngressGatewayEnabled: Boolean, mode: String, revisions: List<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.

Link copied to clipboard

List of revisions of the Istio control plane. When an upgrade is not in progress, this holds one value. When canary upgrade is in progress, this can only hold two consecutive values. Learn More.