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() (containerregistry.RegistryListResult, error)
}

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

Source Files

azure_acr_helper.go azure_credentials.go

Version
v1.8.0
Published
Sep 28, 2017
Platform
darwin/amd64
Imports
21 packages
Last checked
18 seconds ago

Tools for package owners.