KubeConfigFormat Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The KubeConfigFormat.
public readonly struct KubeConfigFormat : IEquatable<Azure.ResourceManager.ContainerService.Models.KubeConfigFormat>
type KubeConfigFormat = struct
Public Structure KubeConfigFormat
Implements IEquatable(Of KubeConfigFormat)
- Inheritance
-
KubeConfigFormat
- Implements
Constructors
KubeConfigFormat(String) |
Initializes a new instance of KubeConfigFormat. |
Properties
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. |
Methods
Equals(KubeConfigFormat) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(KubeConfigFormat, KubeConfigFormat) |
Determines if two KubeConfigFormat values are the same. |
Implicit(String to KubeConfigFormat) |
Converts a string to a KubeConfigFormat. |
Inequality(KubeConfigFormat, KubeConfigFormat) |
Determines if two KubeConfigFormat values are not the same. |
Applies to
Azure SDK for .NET