Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Provider ¶
func Provider() terraform.ResourceProvider
Types ¶
type DockerConfig ¶ added in v0.1.1
DockerConfig is the structure that stores the configuration to talk to a Docker API compatible host.
type ProviderConfig ¶ added in v0.1.1
type ProviderConfig struct { DockerClient *dc.Client AuthConfigs *dc.AuthConfigurations }
ProviderConfig for the custom registry provider
type TokenResponse ¶
type TokenResponse struct {
Token string
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.