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.7.13-beta.0
Published
Dec 29, 2017
Platform
js/wasm
Imports
10 packages
Last checked
12 seconds ago

Tools for package owners.