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 { ClusterName string ClusterEndpoint string MetricsPort int HealthProbePort int WebhookPort int KubeClientQPS int KubeClientBurst int AWSNodeNameConvention string AWSENILimitedPodDensity bool AWSDefaultInstanceProfile string }
Options for running this binary
func (Options) GetAWSNodeNameConvention ¶ added in v0.5.4
func (o Options) GetAWSNodeNameConvention() AWSNodeNameConvention
Click to show internal directories.
Click to hide internal directories.