Merge pull request #91455 from cofyc/fix88229

Emit correct event when unbound delay binding claim is used by pod
This commit is contained in:
Kubernetes Prow Robot
2020-06-02 18:11:36 -07:00
committed by GitHub
4 changed files with 99 additions and 15 deletions

View File

@@ -30,5 +30,6 @@ const (
ProvisioningCleanupFailed = "ProvisioningCleanupFailed"
ProvisioningSucceeded = "ProvisioningSucceeded"
WaitForFirstConsumer = "WaitForFirstConsumer"
WaitForPodScheduled = "WaitForPodScheduled"
ExternalExpanding = "ExternalExpanding"
)