secrets

package
v0.0.0-...-3b0921d Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterClientSet

type ClusterClientSet map[string]kubernetes.Interface

type ClusterCredential

type ClusterCredential map[string][]*Credential

type Credential

type Credential struct {
	Registry string
	Username string
	Password string
	CA       string
	Insecure string
}

type Secret

type Secret interface {
	Init(mgmtClusterName string, clientSets ClusterClientSet) error
	IsActive() bool
	GetClusterCredentials(clientSets ClusterClientSet) (ClusterCredential, error)
	BroadcastCredentials() error
	GetName() string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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