We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52fd578 commit af68caaCopy full SHA for af68caa
Sources/SwiftkubeClient/Config/KubernetesClientConfig.swift
@@ -549,7 +549,7 @@ public extension AuthInfo {
549
// Acordingly with the doc https://kubernetes.io/docs/reference/config-api/client-authentication.v1beta1/
550
// ExecCredential.Spec.interactive is required as long as the ones in the Status object.
551
public struct ExecCredential: Codable {
552
- let apiVersion: String
+ let apiVersion: String
553
let kind: String
554
let spec: Spec
555
let status: Status
0 commit comments