Documentation
¶
Index ¶
- func CreateNewGPGSecret(name string, namespace string, email string, owners []metav1.OwnerReference, ...) (*v1.Secret, error)
- func ShouldUpdate(secret *v1.Secret, spec *v1alpha1.GPGKeySecretSpec) bool
- func UpdateGPGSecretWithRecreatedGPGKey(secret *v1.Secret, spec *v1alpha1.GPGKeySecretSpec, email string, force bool) (bool, error)
- type PrivateKey
- type PublicKey
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateNewGPGSecret ¶
func CreateNewGPGSecret(name string, namespace string, email string, owners []metav1.OwnerReference, spec *v1alpha1.GPGKeySecretSpec) (*v1.Secret, error)
func ShouldUpdate ¶
func ShouldUpdate(secret *v1.Secret, spec *v1alpha1.GPGKeySecretSpec) bool
Types ¶
type PrivateKey ¶
type PrivateKey string
Click to show internal directories.
Click to hide internal directories.