# Functions
CreateSecret creates a single secret using the cluster API client.
GetSecretDetail returns detailed information about a secret.
GetSecretList returns all secrets in the given namespace.
GetSecretListFromChannels returns a list of all Secrets in the cluster reading required resource list once from the channels.
# Structs
ImagePullSecretSpec is a specification of an image pull secret implements SecretSpec.
Secret is a single secret returned to the frontend.
SecretDetail API resource provides mechanisms to inject containers with configuration data while keeping containers agnostic of Kubernetes.
SecretsList is a response structure for a queried secrets list.
# Interfaces
SecretSpec is a common interface for the specification of different secrets.
# Type aliases
No description provided by the author