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.
1 parent 557275f commit d46daf8Copy full SHA for d46daf8
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