controllers

package
v0.8.25 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2023 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthEngineMountReconciler

type AuthEngineMountReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

AuthEngineMountReconciler reconciles a AuthEngineMount object

func (*AuthEngineMountReconciler) Reconcile

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the AuthEngineMount object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.9.2/pkg/reconcile

func (*AuthEngineMountReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type DatabaseSecretEngineConfigReconciler

type DatabaseSecretEngineConfigReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

DatabaseSecretEngineConfigReconciler reconciles a DatabaseSecretEngineConfig object

func (*DatabaseSecretEngineConfigReconciler) Reconcile

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the DatabaseSecretEngineConfig object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.9.2/pkg/reconcile

func (*DatabaseSecretEngineConfigReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type DatabaseSecretEngineRoleReconciler

type DatabaseSecretEngineRoleReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

DatabaseSecretEngineRoleReconciler reconciles a DatabaseSecretEngineRole object

func (*DatabaseSecretEngineRoleReconciler) Reconcile

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the DatabaseSecretEngineRole object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.9.2/pkg/reconcile

func (*DatabaseSecretEngineRoleReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type DatabaseSecretEngineStaticRoleReconciler added in v0.8.3

type DatabaseSecretEngineStaticRoleReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

DatabaseSecretEngineStaticRoleReconciler reconciles a DatabaseSecretEngineStaticRole object

func (*DatabaseSecretEngineStaticRoleReconciler) Reconcile added in v0.8.3

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the DatabaseSecretEngineStaticRole object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.13.0/pkg/reconcile

func (*DatabaseSecretEngineStaticRoleReconciler) SetupWithManager added in v0.8.3

SetupWithManager sets up the controller with the Manager.

type GitHubSecretEngineConfigReconciler

type GitHubSecretEngineConfigReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

GitHubSecretEngineConfigReconciler reconciles a GitHubSecretEngineConfig object

func (*GitHubSecretEngineConfigReconciler) Reconcile

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the GitHubSecretEngineConfig object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.10.0/pkg/reconcile

func (*GitHubSecretEngineConfigReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type GitHubSecretEngineRoleReconciler

type GitHubSecretEngineRoleReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

GitHubSecretEngineRoleReconciler reconciles a GitHubSecretEngineRole object

func (*GitHubSecretEngineRoleReconciler) Reconcile

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the GitHubSecretEngineRole object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.10.0/pkg/reconcile

func (*GitHubSecretEngineRoleReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type GroupAliasReconciler added in v0.8.20

type GroupAliasReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

GroupAliasReconciler reconciles a GroupAlias object

func (*GroupAliasReconciler) Reconcile added in v0.8.20

func (r *GroupAliasReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the GroupAlias object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.14.1/pkg/reconcile

func (*GroupAliasReconciler) SetupWithManager added in v0.8.20

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

SetupWithManager sets up the controller with the Manager.

type GroupReconciler added in v0.8.20

type GroupReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

GroupReconciler reconciles a Group object

func (*GroupReconciler) Reconcile added in v0.8.20

func (r *GroupReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the Group object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.14.1/pkg/reconcile

func (*GroupReconciler) SetupWithManager added in v0.8.20

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

SetupWithManager sets up the controller with the Manager.

type JWTOIDCAuthEngineConfigReconciler added in v0.7.0

type JWTOIDCAuthEngineConfigReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

JWTOIDCAuthEngineConfigReconciler reconciles a JWTOIDCAuthEngineConfig object

func (*JWTOIDCAuthEngineConfigReconciler) Reconcile added in v0.7.0

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the JWTOIDCAuthEngineConfig object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.12.1/pkg/reconcile

func (*JWTOIDCAuthEngineConfigReconciler) SetupWithManager added in v0.7.0

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

type JWTOIDCAuthEngineRoleReconciler added in v0.8.0

type JWTOIDCAuthEngineRoleReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

JWTOIDCAuthEngineRoleReconciler reconciles a JWTOIDCAuthEngineRole object

func (*JWTOIDCAuthEngineRoleReconciler) Reconcile added in v0.8.0

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the JWTOIDCAuthEngineRole object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.12.1/pkg/reconcile

func (*JWTOIDCAuthEngineRoleReconciler) SetupWithManager added in v0.8.0

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

SetupWithManager sets up the controller with the Manager.

type KubernetesAuthEngineConfigReconciler

type KubernetesAuthEngineConfigReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

KubernetesAuthEngineConfigReconciler reconciles a KubernetesAuthEngineConfig object

func (*KubernetesAuthEngineConfigReconciler) Reconcile

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the KubernetesAuthEngineConfig object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.9.2/pkg/reconcile

func (*KubernetesAuthEngineConfigReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type KubernetesAuthEngineRoleReconciler

type KubernetesAuthEngineRoleReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

KubernetesAuthEngineRoleReconciler reconciles a KubernetesAuthEngineRole object

func (*KubernetesAuthEngineRoleReconciler) Reconcile

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the KubernetesAuthEngineRole object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.9.2/pkg/reconcile

func (*KubernetesAuthEngineRoleReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type KubernetesSecretEngineConfigReconciler added in v0.6.0

type KubernetesSecretEngineConfigReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

KubernetesSecretEngineConfigReconciler reconciles a KubernetesSecretEngineConfig object

func (*KubernetesSecretEngineConfigReconciler) Reconcile added in v0.6.0

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the KubernetesSecretEngineConfig object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.10.0/pkg/reconcile

func (*KubernetesSecretEngineConfigReconciler) SetupWithManager added in v0.6.0

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

SetupWithManager sets up the controller with the Manager.

type KubernetesSecretEngineRoleReconciler added in v0.6.0

type KubernetesSecretEngineRoleReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

KubernetesSecretEngineRoleReconciler reconciles a KubernetesSecretEngineRole object

func (*KubernetesSecretEngineRoleReconciler) Reconcile added in v0.6.0

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the KubernetesSecretEngineRole object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.10.0/pkg/reconcile

func (*KubernetesSecretEngineRoleReconciler) SetupWithManager added in v0.6.0

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

SetupWithManager sets up the controller with the Manager.

type LDAPAuthEngineConfigReconciler added in v0.5.0

type LDAPAuthEngineConfigReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

LDAPAuthEngineConfigReconciler reconciles a LDAPAuthEngineConfig object

func (*LDAPAuthEngineConfigReconciler) Reconcile added in v0.5.0

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the LDAPAuthEngineConfig object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.11.0/pkg/reconcile

func (*LDAPAuthEngineConfigReconciler) SetupWithManager added in v0.5.0

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

SetupWithManager sets up the controller with the Manager.

type LDAPAuthEngineGroupReconciler added in v0.5.1

type LDAPAuthEngineGroupReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

LDAPAuthEngineGroupReconciler reconciles a LDAPAuthEngineGroup object

func (*LDAPAuthEngineGroupReconciler) Reconcile added in v0.5.1

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the LDAPAuthEngineGroup object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.11.0/pkg/reconcile

func (*LDAPAuthEngineGroupReconciler) SetupWithManager added in v0.5.1

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

SetupWithManager sets up the controller with the Manager.

type PKISecretEngineConfigReconciler added in v0.3.0

type PKISecretEngineConfigReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

PKISecretEngineConfigReconciler reconciles a PKISecretEngineConfig object

func (*PKISecretEngineConfigReconciler) Reconcile added in v0.3.0

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the PKISecretEngineConfig object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.9.2/pkg/reconcile

func (*PKISecretEngineConfigReconciler) SetupWithManager added in v0.3.0

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

SetupWithManager sets up the controller with the Manager.

type PKISecretEngineRoleReconciler added in v0.3.0

type PKISecretEngineRoleReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

PKISecretEngineRoleReconciler reconciles a PKISecretEngineRole object

func (*PKISecretEngineRoleReconciler) Reconcile added in v0.3.0

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the PKISecretEngineRole object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.9.2/pkg/reconcile

func (*PKISecretEngineRoleReconciler) SetupWithManager added in v0.3.0

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

SetupWithManager sets up the controller with the Manager.

type PasswordPolicyReconciler

type PasswordPolicyReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

PasswordPolicyReconciler reconciles a PasswordPolicy object

func (*PasswordPolicyReconciler) Reconcile

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the PasswordPolicy object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.9.2/pkg/reconcile

func (*PasswordPolicyReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type PolicyReconciler

type PolicyReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

PolicyReconciler reconciles a Policy object

func (*PolicyReconciler) Reconcile

func (r *PolicyReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the Policy object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.9.2/pkg/reconcile

func (*PolicyReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type QuaySecretEngineConfigReconciler added in v0.4.0

type QuaySecretEngineConfigReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

QuaySecretEngineConfigReconciler reconciles a QuaySecretEngineConfig object

func (*QuaySecretEngineConfigReconciler) Reconcile added in v0.4.0

func (*QuaySecretEngineConfigReconciler) SetupWithManager added in v0.4.0

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

SetupWithManager sets up the controller with the Manager.

type QuaySecretEngineRoleReconciler added in v0.4.0

type QuaySecretEngineRoleReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

QuaySecretEngineRoleReconciler reconciles a QuaySecretEngineRole object

func (*QuaySecretEngineRoleReconciler) Reconcile added in v0.4.0

func (*QuaySecretEngineRoleReconciler) SetupWithManager added in v0.4.0

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

SetupWithManager sets up the controller with the Manager.

type QuaySecretEngineStaticRoleReconciler added in v0.4.0

type QuaySecretEngineStaticRoleReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

QuaySecretEngineStaticRoleReconciler reconciles a QuaySecretEngineStaticRole object

func (*QuaySecretEngineStaticRoleReconciler) Reconcile added in v0.4.0

func (*QuaySecretEngineStaticRoleReconciler) SetupWithManager added in v0.4.0

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

SetupWithManager sets up the controller with the Manager.

type RabbitMQSecretEngineConfigReconciler

type RabbitMQSecretEngineConfigReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

RabbitMQSecretEngineConfigReconciler reconciles a RabbitMQSecretEngineConfig object

func (*RabbitMQSecretEngineConfigReconciler) Reconcile

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the RabbitMQSecretEngineConfig object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.9.2/pkg/reconcile

func (*RabbitMQSecretEngineConfigReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type RabbitMQSecretEngineRoleReconciler

type RabbitMQSecretEngineRoleReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

RabbitMQSecretEngineRoleReconciler reconciles a RabbitMQSecretEngineRole object

func (*RabbitMQSecretEngineRoleReconciler) Reconcile

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the RabbitMQSecretEngineRole object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.9.2/pkg/reconcile

func (*RabbitMQSecretEngineRoleReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type RandomSecretReconciler

type RandomSecretReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

RandomSecretReconciler reconciles a RandomSecret object

func (*RandomSecretReconciler) Reconcile

func (r *RandomSecretReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the RandomSecret object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.9.2/pkg/reconcile

func (*RandomSecretReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type SecretEngineMountReconciler

type SecretEngineMountReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

SecretEngineMountReconciler reconciles a SecretEngineMount object

func (*SecretEngineMountReconciler) Reconcile

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the SecretEngineMount object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.9.2/pkg/reconcile

func (*SecretEngineMountReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type VaultAuthenticableResource added in v0.6.3

type VaultAuthenticableResource interface {
	client.Object
	vaultutils.VaultObject
}

type VaultSecretReconciler

type VaultSecretReconciler struct {
	vaultresourcecontroller.ReconcilerBase
}

VaultSecretReconciler reconciles a VaultSecret object

func (*VaultSecretReconciler) Reconcile

func (r *VaultSecretReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.9.2/pkg/reconcile

func (*VaultSecretReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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