Dela via


KubeConfigFormat Struct

Definition

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