registry

package
v0.0.0-...-92c741f Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegistrySchema

func RegistrySchema() schema.Block

Types

type Registry

type Registry struct {
	AnonymousAuth *auth.AnonymousAuth `tfsdk:"anonymous_auth"`
	BasicAuth     *auth.BasicAuth     `tfsdk:"basic_auth"`
	BearerAuth    *auth.BearerAuth    `tfsdk:"bearer_auth"`
	Url           types.String        `tfsdk:"url"`
}

func (*Registry) GetGcrOpts

func (registry *Registry) GetGcrOpts() []remote.Option

type RegistryCollection

type RegistryCollection struct {
	// contains filtered or unexported fields
}

func NewRegistryCollection

func NewRegistryCollection() *RegistryCollection

func (*RegistryCollection) GetRegistry

func (registryCollection *RegistryCollection) GetRegistry(url string) *Registry

func (*RegistryCollection) LoadConfiguration

func (registryCollection *RegistryCollection) LoadConfiguration(ctx context.Context, req provider.ConfigureRequest, res *provider.ConfigureResponse)

Jump to

Keyboard shortcuts

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