Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct { ServiceAccountName string ServiceAccountNamespace string // contains filtered or unexported fields }
func NewFromEnv ¶
func NewProvider ¶
func (*Provider) CreateSecret ¶
CreateSecret creates a secret at the provider.
func (*Provider) DeleteSecret ¶
DeleteSecret deletes a secret at the provider.
func (*Provider) SetupMountedIRSAStore ¶
func (s *Provider) SetupMountedIRSAStore()
MountedIRSAStore is a SecretStore without auth config ESO relies on the pod-mounted ServiceAccount when using this store.
func (*Provider) SetupReferencedIRSAStore ¶
func (s *Provider) SetupReferencedIRSAStore()
ReferncedIRSAStore is a ClusterStore that references a (IRSA-) ServiceAccount in the default namespace.
Click to show internal directories.
Click to hide internal directories.