Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( OS = InjectableOS{} IOReader = InjectableIOReader{} )
View Source
var OidcConfigurationRoute = &url.URL{
Path: ".well-known/openid-configuration",
RawPath: ".well-known/openid-configuration",
}
Functions ¶
Types ¶
type Config ¶
type Config struct { Logger LagerConfig `yaml:",inline"` DryRun bool `yaml:"dry_run"` UAA uaaConfig `yaml:"uaa"` CloudController ccConfig `yaml:"cloud_controller"` Perm permConfig `yaml:"perm"` }
type FileOrStringFlag ¶
type FileOrStringFlag string
func (FileOrStringFlag) Bytes ¶
func (f FileOrStringFlag) Bytes(statter Statter, reader FileReader) ([]byte, error)
type FileReader ¶
type InjectableIOReader ¶
type InjectableIOReader struct{}
type InjectableOS ¶
type InjectableOS struct{}
type LagerConfig ¶
type LagerConfig struct {
LogLevel LogLevel `yaml:"log_level"`
}
func (LagerConfig) Logger ¶
func (f LagerConfig) Logger(component string) (lager.Logger, *lager.ReconfigurableSink)
type OIDCProviderConfiguration ¶
type OIDCProviderConfiguration struct {
Issuer string `json:"issuer"`
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.