Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSNodeNameConvention ¶ added in v0.5.4
type AWSNodeNameConvention string
const ( IPName AWSNodeNameConvention = "ip-name" ResourceName AWSNodeNameConvention = "resource-name" )
type Options ¶
type Options struct {
*flag.FlagSet
// Vendor Neutral
MetricsPort int
HealthProbePort int
KubeClientQPS int
KubeClientBurst int
EnableProfiling bool
// AWS Specific
ClusterName string
ClusterEndpoint string
VMMemoryOverhead float64
AWSNodeNameConvention string
AWSENILimitedPodDensity bool
AWSDefaultInstanceProfile string
AWSEnablePodENI bool
AWSIsolatedVPC bool
}
Options for running this binary
func New ¶ added in v0.12.0
func New() Options
New creates an Options struct and registers CLI flags and environment variables to fill-in the Options struct fields
func (Options) GetAWSNodeNameConvention ¶ added in v0.5.4
func (o Options) GetAWSNodeNameConvention() AWSNodeNameConvention
Click to show internal directories.
Click to hide internal directories.