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 DefaultRAMRole string RAMRoleKey string RAMRoleSessionTTL time.Duration MetadataAddress string HostInterface string HostIP string NodeName string NamespaceKey string LogLevel string LogFormat string NamespaceRestrictionFormat string 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.