package credentials
import "k8s.io/kubernetes/pkg/credentialprovider/aws"
Index ¶
Functions ¶
func RegisterCredentialsProvider ¶
func RegisterCredentialsProvider(region string)
RegisterCredentialsProvider registers a credential provider for the specified region. It creates a lazy provider for each AWS region, in order to support cross-region ECR access. They have to be lazy because it's unlikely, but not impossible, that we'll use more than one. This should be called only if using the AWS cloud provider. This way, we avoid timeouts waiting for a non-existent provider.
Source Files ¶
aws_credentials.go
- Version
- v1.10.4
- Published
- Jun 4, 2018
- Platform
- js/wasm
- Imports
- 10 packages
- Last checked
- 25 seconds ago –
Tools for package owners.