Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthResponse ¶
HealthResponse represents a response for the health check.
type Server ¶
type Server struct { APIServer string APIToken string AppPort string MetricsPort string BaseRoleARN string DefaultIAMRole string IAMRoleKey string IAMExternalID string IAMRoleSessionTTL time.Duration MetadataAddress string HostInterface string HostIP string NodeName string NamespaceKey string CacheResyncPeriod time.Duration LogLevel string LogFormat string NamespaceRestrictionFormat string ResolveDupIPs bool UseRegionalStsEndpoint bool AddIPTablesRule bool AutoDiscoverBaseArn bool AutoDiscoverDefaultRole bool Debug bool Insecure bool NamespaceRestriction bool Verbose bool Version bool BackoffMaxElapsedTime time.Duration BackoffMaxInterval time.Duration InstanceID string HealthcheckFailReason string // 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.