Documentation ¶
Index ¶
Constants ¶
View Source
const EnvconsulInjectorFQDN = "envconsul-injector.vault.crd.gocardless.com"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InjectorOptions ¶
type InjectorOptions struct { Image string // image of theatre to use when constructing pod InstallPath string // location of vault installation directory NamespaceLabel string // namespace label that enables webhook to operate on VaultConfigMapKey client.ObjectKey // reference to the vault config configMap ServiceAccountTokenFile string // mount path of our projected service account token ServiceAccountTokenExpiry time.Duration // Kubelet expiry for the service account token ServiceAccountTokenAudience string // optional token audience }
Click to show internal directories.
Click to hide internal directories.