package azure

import "k8s.io/kubernetes/pkg/credentialprovider/azure"

Index

Functions

func NewACRProvider

func NewACRProvider(configFile *string) credentialprovider.DockerConfigProvider

NewACRProvider parses the specified configFile and returns a DockerConfigProvider

Types

type RegistriesClient

type RegistriesClient interface {
	List(ctx context.Context) ([]containerregistry.Registry, error)
}

RegistriesClient is a testable interface for the ACR client List operation.

Source Files

azure_acr_helper.go azure_credentials.go

Version
v1.13.9
Published
Aug 1, 2019
Platform
js/wasm
Imports
23 packages
Last checked
2 minutes ago

Tools for package owners.