Documentation ¶
Index ¶
Constants ¶
View Source
const ( // AdminserverUser is the name of adminserver user AdminserverUser = "harbor-adminserver" // JobserviceUser is the name of jobservice user JobserviceUser = "harbor-jobservice" // UIUser is the name of ui user UIUser = "harbor-ui" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store the secrets and provides methods to validate secrets
func (*Store) GetUsername ¶
GetUsername returns the corresponding username of the secret
Click to show internal directories.
Click to hide internal directories.