Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSecrets ¶
func GetSecrets(spec *reconciling.Reconciling) []interface{}
Types ¶
type Credential ¶
type Credential struct { URL string UsernameSecret *secret `yaml:"usernameSecret,omitempty"` PasswordSecret *secret `yaml:"passwordSecret,omitempty"` SSHPrivateKeySecret *secret `yaml:"sshPrivateKeySecret,omitempty"` }
func GetFromSpec ¶
func GetFromSpec(monitor mntr.Monitor, spec *reconciling.Reconciling) []*Credential
Click to show internal directories.
Click to hide internal directories.