Documentation
¶
Index ¶
- Constants
- Variables
- func HandleEncryptedSecret_AWS(cr *k8sv1alpha1.EncryptedSecret) ([]byte, error)
- func HandleEncryptedSecret_GCP(cr *k8sv1alpha1.EncryptedSecret) ([]byte, error)
- func HandleManagedSecret_AWS(cr *k8sv1alpha1.ManagedSecret) ([]byte, error)
- func HandleManagedSecret_GCP(cr *k8sv1alpha1.ManagedSecret) ([]byte, error)
Constants ¶
View Source
const (
ProviderAWS = "AWS"
)
View Source
const (
ProviderGCP = "GCP"
)
Variables ¶
View Source
var (
AWSFlagSet *pflag.FlagSet
)
View Source
var (
GCPFlagSet *pflag.FlagSet
)
Functions ¶
func HandleEncryptedSecret_AWS ¶
func HandleEncryptedSecret_AWS(cr *k8sv1alpha1.EncryptedSecret) ([]byte, error)
func HandleEncryptedSecret_GCP ¶
func HandleEncryptedSecret_GCP(cr *k8sv1alpha1.EncryptedSecret) ([]byte, error)
func HandleManagedSecret_AWS ¶
func HandleManagedSecret_AWS(cr *k8sv1alpha1.ManagedSecret) ([]byte, error)
func HandleManagedSecret_GCP ¶
func HandleManagedSecret_GCP(cr *k8sv1alpha1.ManagedSecret) ([]byte, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.