mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
fix:some comments
This commit is contained in:
parent
9cb9a29f34
commit
1bb22fc4c8
@ -70,13 +70,13 @@ var (
|
|||||||
CSINodeAdd = framework.ClusterEvent{Resource: framework.CSINode, ActionType: framework.Add, Label: "CSINodeAdd"}
|
CSINodeAdd = framework.ClusterEvent{Resource: framework.CSINode, ActionType: framework.Add, Label: "CSINodeAdd"}
|
||||||
// CSINodeUpdate is the event when a CSI node is updated in the cluster.
|
// CSINodeUpdate is the event when a CSI node is updated in the cluster.
|
||||||
CSINodeUpdate = framework.ClusterEvent{Resource: framework.CSINode, ActionType: framework.Update, Label: "CSINodeUpdate"}
|
CSINodeUpdate = framework.ClusterEvent{Resource: framework.CSINode, ActionType: framework.Update, Label: "CSINodeUpdate"}
|
||||||
// CSIDriverAdd is the event when a CSI node is added in the cluster.
|
// CSIDriverAdd is the event when a CSI driver is added in the cluster.
|
||||||
CSIDriverAdd = framework.ClusterEvent{Resource: framework.CSIDriver, ActionType: framework.Add, Label: "CSIDriverAdd"}
|
CSIDriverAdd = framework.ClusterEvent{Resource: framework.CSIDriver, ActionType: framework.Add, Label: "CSIDriverAdd"}
|
||||||
// CSIDriverUpdate is the event when a CSI node is updated in the cluster.
|
// CSIDriverUpdate is the event when a CSI driver is updated in the cluster.
|
||||||
CSIDriverUpdate = framework.ClusterEvent{Resource: framework.CSIDriver, ActionType: framework.Update, Label: "CSIDriverUpdate"}
|
CSIDriverUpdate = framework.ClusterEvent{Resource: framework.CSIDriver, ActionType: framework.Update, Label: "CSIDriverUpdate"}
|
||||||
// CSIStorageCapacityAdd is the event when a CSI node is added in the cluster.
|
// CSIStorageCapacityAdd is the event when a CSI storage capacity is added in the cluster.
|
||||||
CSIStorageCapacityAdd = framework.ClusterEvent{Resource: framework.CSIStorageCapacity, ActionType: framework.Add, Label: "CSIStorageCapacityAdd"}
|
CSIStorageCapacityAdd = framework.ClusterEvent{Resource: framework.CSIStorageCapacity, ActionType: framework.Add, Label: "CSIStorageCapacityAdd"}
|
||||||
// CSIStorageCapacityUpdate is the event when a CSI node is updated in the cluster.
|
// CSIStorageCapacityUpdate is the event when a CSI storage capacity is updated in the cluster.
|
||||||
CSIStorageCapacityUpdate = framework.ClusterEvent{Resource: framework.CSIStorageCapacity, ActionType: framework.Update, Label: "CSIStorageCapacityUpdate"}
|
CSIStorageCapacityUpdate = framework.ClusterEvent{Resource: framework.CSIStorageCapacity, ActionType: framework.Update, Label: "CSIStorageCapacityUpdate"}
|
||||||
// ServiceAdd is the event when a service is added in the cluster.
|
// ServiceAdd is the event when a service is added in the cluster.
|
||||||
ServiceAdd = framework.ClusterEvent{Resource: framework.Service, ActionType: framework.Add, Label: "ServiceAdd"}
|
ServiceAdd = framework.ClusterEvent{Resource: framework.Service, ActionType: framework.Add, Label: "ServiceAdd"}
|
||||||
|
Loading…
Reference in New Issue
Block a user