We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0184f0 + d46daf8 commit ff4718eCopy full SHA for ff4718e
pkg/kubelet/dockershim/libdocker/fake_client.go
@@ -99,6 +99,7 @@ func NewFakeDockerClient() *FakeDockerClient {
99
Clock: clock.RealClock{},
100
// default this to true, so that we trace calls, image pulls and container lifecycle
101
EnableTrace: true,
102
+ ExecInspect: &dockertypes.ContainerExecInspect{},
103
ImageInspects: make(map[string]*dockertypes.ImageInspect),
104
ImageIDsNeedingAuth: make(map[string]dockertypes.AuthConfig),
105
RandGenerator: rand.New(rand.NewSource(time.Now().UnixNano())),
0 commit comments