Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegistrySchema ¶
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 ¶
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)
Click to show internal directories.
Click to hide internal directories.