Versions in this module Expand all Collapse all v0 v0.0.1 Aug 17, 2024 Changes in this version + type AuthScheme string + const KeyPair + const SingleToken + type Credentials struct + AuthScheme AuthScheme + Name *string + SecretRef LocalObjectReference + func (c *Credentials) Default() + func (c *Credentials) IsValidForSecret(secret *core.Secret) bool + func (in *Credentials) DeepCopy() *Credentials + func (in *Credentials) DeepCopyInto(out *Credentials) + type DynamicValues struct + Items []KeyToPath + ValuesFrom SourceRef + func (in *DynamicValues) DeepCopy() *DynamicValues + func (in *DynamicValues) DeepCopyInto(out *DynamicValues) + func (upv *DynamicValues) SourceRefIsValid() bool + type KeyToPath struct + Key string + Path *string + func (in *KeyToPath) DeepCopy() *KeyToPath + func (in *KeyToPath) DeepCopyInto(out *KeyToPath) + func (kp *KeyToPath) Default() + type LocalObjectReference struct + Name string + type SourceRef struct + ConfigMapRef *LocalObjectReference + SecretRef *LocalObjectReference + func (in *SourceRef) DeepCopy() *SourceRef + func (in *SourceRef) DeepCopyInto(out *SourceRef)