Class Format
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Format>
com.azure.resourcemanager.containerservice.models.Format
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The format of the kubeconfig credential.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FormatfromString(String name) Creates or finds a Format from its string representation.static Collection<Format> values()Gets known Format values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
AZURE
Return azure auth-provider kubeconfig. This format is deprecated in v1.22 and will be fully removed in v1.26. See: https://aka.ms/k8s/changes-1-26. -
EXEC
Return exec format kubeconfig. This format requires kubelogin binary in the path.
-
-
Constructor Details
-
Format
Deprecated.Use thefromString(String)factory method.Creates a new instance of Format value.
-
-
Method Details
-
fromString
-
values
-
fromString(String)factory method.