Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMaintenanceOwnerForConnectedRepository ¶
func GetMaintenanceOwnerForConnectedRepository( ctx context.Context, podController kube.PodController, configFilePath, logDirectory string, ) (string, error)
GetMaintenanceOwnerForConnectedRepository executes maintenance info command, and returns maintenance owner.
Types ¶
type KopiaUserProfile ¶
type KopiaUserProfile struct { ManifestID manifest.ID `json:"-"` Username string `json:"username"` PasswordHashVersion int `json:"passwordHashVersion"` PasswordHash []byte `json:"passwordHash"` }
KopiaUserProfile is a duplicate of struct for Kopia user profiles since Profile struct is in internal/user package and could not be imported
Click to show internal directories.
Click to hide internal directories.