controllers

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2023 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

View Source
const (
	K8sAuthenticationMethod      string = "k8s"
	TokenAuthenticationMethod    string = "token"
	UserpassAuthenticationMethod string = "userpass"
	AppRoleAuthenticationMethod  string = "approle"
	GitHubAuthenticationMethod   string = "github"
	AWSIAMAuthenticationMethod   string = "iam"
	KVv1                         string = "v1"
	KVv2                         string = "v2"
	DeletedFinalizer             string = "delete.k8s.patoarvizu.dev"
)

Variables

View Source
var (
	VaultAuthenticationMethod string
	SyncPeriodSeconds         int
)

Functions

This section is empty.

Types

type KMSVaultSecretReconciler

type KMSVaultSecretReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
}

KMSVaultSecretReconciler reconciles a KMSVaultSecret object

func (*KMSVaultSecretReconciler) Reconcile

func (*KMSVaultSecretReconciler) SetupWithManager

func (r *KMSVaultSecretReconciler) SetupWithManager(mgr ctrl.Manager) error

type KVWriter

type KVWriter interface {
	// contains filtered or unexported methods
}

type KVv1Writer

type KVv1Writer struct{}

type KVv2Writer

type KVv2Writer struct{}

type VaultAppRoleAuth

type VaultAppRoleAuth struct{}

type VaultAuthMethod

type VaultAuthMethod interface {
	// contains filtered or unexported methods
}

type VaultGitHubAuth

type VaultGitHubAuth struct{}

type VaultIAMAuth

type VaultIAMAuth struct{}

type VaultK8sAuth

type VaultK8sAuth struct{}

type VaultTokenAuth

type VaultTokenAuth struct{}

type VaultUserpassAuth

type VaultUserpassAuth struct{}

Jump to

Keyboard shortcuts

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