Documentation ¶
Index ¶
- Variables
- func Build(owner metav1.Object, name string, data map[string][]byte, ...) (*corev1.Secret, error)
- func BuildForNamespace(name, namespace string, data map[string][]byte, ...) (*corev1.Secret, error)
- func ExtractToken(secret *corev1.Secret, key string) (string, error)
- func GetDataFromSecretName(ctx context.Context, apiReader client.Reader, ...) (string, error)
- func SetType(secretType corev1.SecretType) builder.Option[*corev1.Secret]
- type QueryObject
- type Tokens
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Optional fields, provided in constructor as list of options SetLabels = builder.SetLabels[*corev1.Secret] )
Functions ¶
func BuildForNamespace ¶ added in v1.3.0
func GetDataFromSecretName ¶
Types ¶
type QueryObject ¶ added in v1.4.0
Click to show internal directories.
Click to hide internal directories.