Istio Service Mesh Response
data class IstioServiceMeshResponse(val certificateAuthority: IstioCertificateAuthorityResponse? = null, val components: IstioComponentsResponse? = null, val revisions: List<String>? = null)
Istio service mesh configuration.
Constructors
Link copied to clipboard
constructor(certificateAuthority: IstioCertificateAuthorityResponse? = null, components: IstioComponentsResponse? = null, revisions: List<String>? = null)
Properties
Link copied to clipboard
Istio Service Mesh Certificate Authority (CA) configuration. For now, we only support plugin certificates as described here https://aka.ms/asm-plugin-ca
Link copied to clipboard
Istio components configuration.
Link copied to clipboard
The 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. For more information, see: https://learn.microsoft.com/en-us/azure/aks/istio-upgrade