Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteCustomResources ¶ added in v0.13.0
func DeleteEC2NodeClass ¶ added in v0.13.0
This uses cli-runtime's Resource Builder and kubectl's waiter to simplify the delete and wait Ideally this should use the Dynamic Client and a custom waiter
func DeleteNodePool ¶ added in v0.13.0
func NewApp ¶
func NewApp() *application.Application
Types ¶
type KarpenterOptions ¶
type KarpenterOptions struct { application.ApplicationOptions AMIFamily string AMISelectorIDs []string DisableDrift bool EnableSpotToSpot bool ExpireAfter string Replicas int }
type NodePoolOptions ¶ added in v0.11.0
type NodePoolOptions struct { resource.CommonOptions *KarpenterOptions }
Click to show internal directories.
Click to hide internal directories.