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 FillCredentials ¶
func FillCredentials(o *snapshotapi.OCIOptions, isClient bool)
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 Store ¶
type Store struct {
// contains filtered or unexported fields
}
func NewStore ¶
func NewStore(options *snapshotapi.OCIOptions) *Store
Click to show internal directories.
Click to hide internal directories.