Documentation
¶
Index ¶
Constants ¶
View Source
const ( ComponentName = "aws-node-termination-handler" // AnnotationTerminationHandlerQueueURL specifies the SQS queue URL for spot interruption events. // This annotation is required on the HostedCluster to enable the termination handler component. AnnotationTerminationHandlerQueueURL = "hypershift.openshift.io/aws-termination-handler-queue-url" // DefaultAWSNodeTerminationHandlerImage is the default image for the AWS Node Termination Handler. // TODO(alberto): Replace this with mirror image or payload once available. DefaultAWSNodeTerminationHandlerImage = "public.ecr.aws/aws-ec2/aws-node-termination-handler:v1.25.3" )
Variables ¶
This section is empty.
Functions ¶
func NewComponent ¶
func NewComponent() component.ControlPlaneComponent
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.