Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContextWithLogger ¶
Types ¶
type HealthResponse ¶
HealthResponse represents a response for the health check.
type Server ¶
type Server struct { KubeconfigFile string KubernetesMaster string AppPort string DefaultServiceAccount string ServiceAccountKey string MetadataAddress string HostInterface string HostIP string NamespaceKey string LogLevel string AttributeWhitelist []string AttributeWhitelistSet map[string]struct{} AddIPTablesRule bool Debug bool Insecure bool NamespaceRestriction bool Verbose bool Version bool BackoffMaxElapsedTime time.Duration BackoffMaxInterval time.Duration // contains filtered or unexported fields }
Server encapsulates all of the parameters necessary for starting up the server. These can either be set via command line or directly.
Click to show internal directories.
Click to hide internal directories.