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 doc.go

Version
v1.21.0
Published
Apr 8, 2021
Platform
darwin/amd64
Imports
25 packages
Last checked
2 minutes ago

Tools for package owners.