Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsCannotEvictPod ¶
func IsEvictionInProgress ¶
Types ¶
type DrainEventHandler ¶
type DrainEventHandler struct { K8sClient kubernetes.Interface Logger micrologger.Logger AzureMetadataClient *azuremetadataclient.Client LocalNodeName string }
func NewDrainEventHandler ¶
func NewDrainEventHandler(logger micrologger.Logger, client *azuremetadataclient.Client, k8sclient kubernetes.Interface, localNodeName string) *DrainEventHandler
func (*DrainEventHandler) HandleEvent ¶
func (s *DrainEventHandler) HandleEvent(ctx context.Context, event azuremetadataclient.ScheduledEvent) error
Click to show internal directories.
Click to hide internal directories.