IstioServiceMesh Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. IstioServiceMesh
- com.
Implements
public final class IstioServiceMesh
implements JsonSerializable<IstioServiceMesh>
Istio service mesh configuration.
Constructor Summary
Constructor | Description |
---|---|
IstioServiceMesh() |
Creates an instance of Istio |
Method Summary
Modifier and Type | Method and Description |
---|---|
Istio |
certificateAuthority()
Get the certificate |
Istio |
components()
Get the components property: Istio components configuration. |
static
Istio |
fromJson(JsonReader jsonReader)
Reads an instance of Istio |
List<String> |
revisions()
Get the revisions property: The list of revisions of the Istio control plane. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Istio |
withCertificateAuthority(IstioCertificateAuthority certificateAuthority)
Set the certificate |
Istio |
withComponents(IstioComponents components)
Set the components property: Istio components configuration. |
Istio |
withRevisions(List<String> revisions)
Set the revisions property: The list of revisions of the Istio control plane. |
Methods inherited from java.lang.Object
Constructor Details
IstioServiceMesh
public IstioServiceMesh()
Creates an instance of IstioServiceMesh class.
Method Details
certificateAuthority
public IstioCertificateAuthority 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:
components
public IstioComponents components()
Get the components property: Istio components configuration.
Returns:
fromJson
public static IstioServiceMesh fromJson(JsonReader jsonReader)
Reads an instance of IstioServiceMesh from the JsonReader.
Parameters:
Returns:
Throws:
revisions
public List
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:
toJson
validate
public void validate()
Validates the instance.
withCertificateAuthority
public IstioServiceMesh withCertificateAuthority(IstioCertificateAuthority certificateAuthority)
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:
Returns:
withComponents
public IstioServiceMesh withComponents(IstioComponents components)
Set the components property: Istio components configuration.
Parameters:
Returns:
withRevisions
public IstioServiceMesh withRevisions(List
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:
Returns:
Applies to
Azure SDK for Java