Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var APIVersion = "v1"
Functions ¶
This section is empty.
Types ¶
type BasicAuthFileSecret ¶
type BasicAuthFileSecret struct {
BasicAuth string `yaml:"basicAuth"`
}
type HTPasswdFileSecret ¶
type HTPasswdFileSecret struct {
HTPasswd string `yaml:"htpasswd"`
}
type KeystoneFileSecret ¶
type KeystoneFileSecret struct {
Keystone string `yaml:"keystone"`
}
type LiteralSecret ¶
type LiteralSecret struct {
ClientSecret string `yaml:"clientSecret"`
}
Click to show internal directories.
Click to hide internal directories.