(defaultValue kube.WaitStrategy, ws *kube.WaitStrategy)
| 68 | type waitValue kube.WaitStrategy |
| 69 | |
| 70 | func newWaitValue(defaultValue kube.WaitStrategy, ws *kube.WaitStrategy) *waitValue { |
| 71 | *ws = defaultValue |
| 72 | return (*waitValue)(ws) |
| 73 | } |
| 74 | |
| 75 | func (ws *waitValue) String() string { |
| 76 | if ws == nil { |
no outgoing calls
no test coverage detected
searching dependent graphs…