Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidValueRef = fmt.Errorf("invalid value ref")
View Source
var ErrKeyNotFoundInSecret = fmt.Errorf("key not found")
View Source
var ErrSecretNotFound = fmt.Errorf("secret not found")
Functions ¶
This section is empty.
Types ¶
type SecretUpsertRequest ¶
type Secrets ¶
type Secrets struct {
// contains filtered or unexported fields
}
type ValueRefReader ¶
type ValueRefReader struct {
// contains filtered or unexported fields
}
func NewValueRefReader ¶
func NewValueRefReader(logger logr.Logger, secrets secretsReader) *ValueRefReader
func (*ValueRefReader) RefToValue ¶
func (reader *ValueRefReader) RefToValue(ctx context.Context, namespace string, ref v1alpha1.ValueOrRef) (string, error)
Click to show internal directories.
Click to hide internal directories.