Class IstioServiceMesh
java.lang.Object
com.azure.resourcemanager.containerservice.models.IstioServiceMesh
Istio service mesh configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the certificateAuthority property: Istio Service Mesh Certificate Authority (CA) configuration.Get the components property: Istio components configuration.Get the revisions property: The list of revisions of the Istio control plane.voidvalidate()Validates the instance.withCertificateAuthority(IstioCertificateAuthority certificateAuthority) Set the certificateAuthority property: Istio Service Mesh Certificate Authority (CA) configuration.withComponents(IstioComponents components) Set the components property: Istio components configuration.withRevisions(List<String> revisions) Set the revisions property: The list of revisions of the Istio control plane.
-
Constructor Details
-
IstioServiceMesh
public IstioServiceMesh()Creates an instance of IstioServiceMesh class.
-
-
Method Details
-
components
Get the components property: Istio components configuration.- Returns:
- the components value.
-
withComponents
Set the components property: Istio components configuration.- Parameters:
components- the components value to set.- Returns:
- the IstioServiceMesh object itself.
-
certificateAuthority
Get the certificateAuthority property: Istio Service Mesh Certificate Authority (CA) configuration. For now, we only support plugin certificates as described here https://aka.ms/asm-plugin-ca.- Returns:
- the certificateAuthority value.
-
withCertificateAuthority
Set the certificateAuthority property: Istio Service Mesh Certificate Authority (CA) configuration. For now, we only support plugin certificates as described here https://aka.ms/asm-plugin-ca.- Parameters:
certificateAuthority- the certificateAuthority value to set.- Returns:
- the IstioServiceMesh object itself.
-
revisions
Get the revisions property: 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.- Returns:
- the revisions value.
-
withRevisions
Set the revisions property: 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.- Parameters:
revisions- the revisions value to set.- Returns:
- the IstioServiceMesh object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-