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.26.4
Published
Apr 12, 2023
Platform
windows/amd64
Imports
26 packages
Last checked
6 minutes ago

Tools for package owners.