Documentation
¶
Index ¶
Constants ¶
View Source
const CreateRequest = `` /* 145-byte string literal not displayed */
View Source
const GetResponse = `` /* 168-byte string literal not displayed */
View Source
const ListResponse = `` /* 205-byte string literal not displayed */
View Source
const UpdateRequest = `
{
"username": "username",
"password": "password",
"registry_url": "registry.example.com"
}
`
Variables ¶
View Source
var ( Creds1 = credentials.RegistryCredentials{ ProjectID: fake.ProjectID, Name: "docker-io", Username: "username", Password: "password", RegistryURL: "registry.example.com", } CredsSlice = []credentials.RegistryCredentials{Creds1} )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.