Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v1.21.1
type Config struct { CertPath string `yaml:"certPath"` KeyPath string `yaml:"keyPath"` Cert string `yaml:"cert"` // Cert is base64 encoded PEM block. Key string `yaml:"key"` // Key is base64 encoded PEM block. }
Config is the configuration for using X.509 certs to authenticate with Spinnaker.
Click to show internal directories.
Click to hide internal directories.