maintenance

package
v0.113.0-alpha.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL