(canPatch bool)
| 1659 | } |
| 1660 | |
| 1661 | func (k *kubeServer) SetPatching(canPatch bool) { |
| 1662 | k.Lock() |
| 1663 | defer k.Unlock() |
| 1664 | k.canPatch = canPatch |
| 1665 | } |
| 1666 | |
| 1667 | func (k *kubeServer) Start(t *testing.T) { |
| 1668 | k.secret = map[string]string{} |
no test coverage detected