kubelet: add initial credentialprovider v1alpha1 APIs

Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
This commit is contained in:
Andrew Sy Kim
2020-11-10 13:44:06 -05:00
parent ab04386e8f
commit 2d0dd26252
19 changed files with 891 additions and 2 deletions

View File

@@ -495,7 +495,8 @@ type CredentialProvider struct {
DefaultCacheDuration *metav1.Duration
// Required input version of the exec CredentialProviderRequest. The returned CredentialProviderResponse
// MUST use the same encoding version as the input.
// MUST use the same encoding version as the input. Current supported values are:
// - credentialprovider.kubelet.k8s.io/v1alpha1
APIVersion string
// Arguments to pass to the command when executing it.