Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ArtifactType is the vCluster artifact type ArtifactType = "application/vnd.loft.vcluster" // EtcdLayerMediaType is the reserved media type for the etcd snapshot EtcdLayerMediaType = "application/vnd.loft.vcluster.etcd.v1.tar+gzip" )
View Source
const AzureContainerRegistryUsername = "00000000-0000-0000-0000-000000000000"
Variables ¶
This section is empty.
Functions ¶
func FindLayerWithMediaType ¶
Types ¶
type Credentials ¶
Credentials holds the information shared between docker and the credentials store.
func GetAuthConfig ¶
func GetAuthConfig(host string) (*Credentials, error)
func (*Credentials) AuthToken ¶
func (c *Credentials) AuthToken() string
type Options ¶
type Options struct { Repository string `json:"repository,omitempty"` Username string `json:"username,omitempty"` Password string `json:"password,omitempty"` SkipClientCredentials bool `json:"skip-client-credentials,omitempty"` }
func (*Options) FillCredentials ¶
Click to show internal directories.
Click to hide internal directories.