meta

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ReadyCondition indicates the resource is ready and fully reconciled.
	// If the Condition is False, the resource SHOULD be considered to be in the process of reconciling and not a
	// representation of actual state.
	ReadyCondition    string = "Ready"
	NotReadyCondition string = "NotReady"

	// SucceededReason indicates a condition or event observed a success.
	SucceededReason string = "Loaded"

	// FailedReason indicates a condition or event observed a failure.
	FailedReason string = "Failed"

	// FailedReason indicates a condition or event observed a failure.
	NotSopsEncryptedReason string = "NotSopsEncrypted"

	// FailedReason indicates a condition or event observed a failure.
	DecryptionFailedReason string = "DecryptionFailure"

	// FailedReason indicates a condition or event observed a failure.
	SecretsReplicationFailedReason string = "ReplicationFailure"
)
View Source
const (
	// This is mainly to keep reconciles performance.
	//nolint:gosec
	KeySecretLabel = "sops.addons.projectcapsule.dev"
)

Variables

This section is empty.

Functions

func NewNotReadyCondition

func NewNotReadyCondition(obj client.Object, msg string) metav1.Condition

func NewNotReadySecretStatusCondition

func NewNotReadySecretStatusCondition(obj client.Object, msg string) *sopsv1alpha1.SopsSecretItemStatus

func NewReadyCondition

func NewReadyCondition(obj client.Object) metav1.Condition

Should be used on translator level.

func NewReadySecretStatusCondition

func NewReadySecretStatusCondition(obj client.Object) *sopsv1alpha1.SopsSecretItemStatus

Types

This section is empty.

Jump to

Keyboard shortcuts

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