# Constants
GlobalPluginCacheKeyType means the kubelet will cache credentials for all images that match for a given plugin.
GroupName is the group name use in this package.
ImagePluginCacheKeyType means the kubelet will cache credentials on a per-image basis, using the image passed from the kubelet directly as the cache key.
RegistryPluginCacheKeyType means the kubelet will cache credentials on a per-registry basis.
# Variables
No description provided by the author
No description provided by the author
SchemeGroupVersion is group version used to register these objects.
# Structs
AuthConfig contains authentication information for a container registry.
CredentialProviderRequest includes the image that the kubelet requires authentication for.
CredentialProviderResponse holds credentials that the kubelet should use for the specified image provided in the original request.
# Type aliases
No description provided by the author