// Copyright 2020-2026 Project Capsule Authors // SPDX-License-Identifier: Apache-2.0 package events const ( ActionCordoned string = "Cordoned" ActionUncordoned string = "UnCordoned" ActionReconciled string = "Reconciled" ActionDisassociating string = "Disassociating" ActionMutated string = "Mutated" ActionValidationDenied string = "ValidationDenied" )