Skip to content

Commit dfdcefb

Browse files
committed
Added WithWaitDuration to main third party kwok package
1 parent 899b754 commit dfdcefb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

support/kwok/kwok.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ import (
2323
type Cluster = tptkwok.Cluster
2424

2525
var (
26-
NewCluster = tptkwok.NewCluster
27-
NewProvider = tptkwok.NewProvider
28-
WithPath = tptkwok.WithPath
26+
NewCluster = tptkwok.NewCluster
27+
NewProvider = tptkwok.NewProvider
28+
WithPath = tptkwok.WithPath
29+
WithWaitDuration = tptkwok.WithWaitDuration
2930
)

0 commit comments

Comments
 (0)