containerregistry

package
v0.0.0-...-37f2402 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 4 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RegistriesAddons

type RegistriesAddons interface {
	GenerateCredentials(ctx context.Context, resourceGroupName string, registryName string, generateCredentialsParameters mgmtcontainerregistry.GenerateCredentialsParameters) (result mgmtcontainerregistry.GenerateCredentialsResult, err error)
}

RegistriesAddons contains addons for RegistriesClient

type RegistriesClient

type RegistriesClient interface {
	RegistriesAddons
}

RegistriesClient is a minimal interface for azure RegistriesClient

func NewRegistriesClient

func NewRegistriesClient(environment *azureclient.AROEnvironment, subscriptionID string, authorizer autorest.Authorizer) RegistriesClient

NewRegistriesClient creates a new RegistriesClient

type TokensAddons

type TokensAddons interface {
	CreateAndWait(ctx context.Context, resourceGroupName string, registryName string, tokenName string, tokenCreateParameters mgmtcontainerregistry.Token) error
	DeleteAndWait(ctx context.Context, resourceGroupName string, registryName string, tokenName string) error
	GetTokenProperties(ctx context.Context, resourceGroupName, registryName, tokenName string) (mgmtcontainerregistry.TokenProperties, error)
}

TokensAddons contains addons for TokensClient

type TokensClient

type TokensClient interface {
	TokensAddons
}

TokensClient is a minimal interface for azure TokensClient

func NewTokensClient

func NewTokensClient(environment *azureclient.AROEnvironment, subscriptionID string, authorizer autorest.Authorizer) TokensClient

NewTokensClient creates a new TokensClient

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL