github-vet / github-vet/rangeloop-pointer-findings

projectatomic/atomic-enterprise: pkg/build/registry/etcd/etcd.go; 6 LoC

Open
#7,691 0 comments 0 reactions 0 assignees View on GitHub
fresh tiny
Dominant language
No language data
Stars
0
Forks
0
PR merge metrics
PR metrics pending

Description

Found a possible issue in [projectatomic/atomic-enterprise](https://www.github.com/projectatomic/atomic-enterprise) at [pkg/build/registry/etcd/etcd.go](https://github.com/projectatomic/atomic-enterprise/blob/fe3f07ee509de38099565693aecc74e555f971ee/pkg/build/registry/etcd/etcd.go#L57-L62)

Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first
issue it finds, so please do not limit your consideration to the contents of the below message.

> function call which takes a reference to build at line 59 may start a goroutine

[Click here to see the code in its original context.](https://github.com/projectatomic/atomic-enterprise/blob/fe3f07ee509de38099565693aecc74e555f971ee/pkg/build/registry/etcd/etcd.go#L57-L62)

Click here to show the 6 line(s) of Go which triggered the analyzer.

```go
for _, build := range allBuilds.Items {
if selector.Matches(labels.Set(build.Labels)) {
setDuration(&build)
filtered = append(filtered, build)
}
}

```

Click here to show extra information the analyzer produced.

```
The following paths through the callgraph could lead to a goroutine:
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Children, 1) -> (request, 4)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (FindAllStringSubmatch, 2) -> (PurgeFile, 5)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (HandlerFunc, 1) -> (Handler, 1) -> (ServeHTTP, 2) -> (Validate, 2) -> (attach, 1)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (FindAllStringSubmatch, 2) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (InstrumentHandlerFunc, 2) -> (InstrumentHandlerFuncWithOpts, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (CreateFromProvider, 1) -> (CreateFromKeys, 2) -> (makeDefaultErrorFunc, 2)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1) -> (keyFn, 1)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Do, 2) -> (fn, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (generateMaskingKey, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (reconcile, 2)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Create, 4) -> (request, 4) -> (unmarshalErrorResponse, 1) -> (printValue, 2) -> (Execute, 2) -> (NewContainerError, 3)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (Register, 0) -> (Operation, 1) -> (beBody, 0) -> (Build, 1) -> (BuildImage, 1) -> (buildImageFunc, 1) -> (TarWithOptions, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (exportHTTP, 1) -> (ListenAndServe, 0) -> (serveUDP, 1) -> (RemoteAddr, 0) -> (InstrumentHandlerFunc, 2) -> (InstrumentHandlerFuncWithOpts, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (registerResourceHandlers, 5) -> (ConnectResource, 7) -> (RequestError, 0)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (exportHTTP, 1)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (, 0) -> (DefaultRegistryFunc, 1) -> (triStateValue, 1)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (New, 0) -> (newUniqueNamedGraph, 1) -> (callJournalctl, 0) -> (StdoutPipe, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Do, 2) -> (fn, 0) -> (printValue, 2) -> (ReadSlice, 1) -> (NewPeer, 7)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Get, 2) -> (getRelatedObjects, 2) -> (mappingFor, 2) -> (MakeMap, 1) -> (NewInotifyWatcher, 0) -> (NewWatcher, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (loop, 0) -> (flushRequests, 1) -> (recvFunc, 3)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (detectSource, 1) -> (Detect, 1) -> (NewParser, 0) -> (NewRepository, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (generateMaskingKey, 0) -> (Ceil, 1) -> (StartExec, 2) -> (hijack, 3) -> (CloseWrite, 0) -> (tlsDialWithDialer, 4)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (ResourceBaseURL, 0) -> (Resolve, 1) -> (RequireNamespace, 0) -> (Stdin, 0) -> (Stream, 2) -> (NewStreamVisitor, 5) -> (getStream, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (InstrumentHandler, 2) -> (InstrumentHandlerFunc, 2) -> (InstrumentHandlerFuncWithOpts, 2)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (SyncPods, 4) -> (DeleteOrphanedMirrorPods, 0) -> (DeleteMirrorPod, 1) -> (ParsePodFullName, 1)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (ResourceBaseURL, 0) -> (Resolve, 1) -> (RequireNamespace, 0) -> (Stdin, 0) -> (Stream, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (NewBroadcaster, 2) -> (loop, 0) -> (flushRequests, 1) -> (recvFunc, 3)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Create, 4) -> (request, 4) -> (unmarshalErrorResponse, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (NewStreamWatcher, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (loop, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Do, 0) -> (NewDecoratedVisitor, 2) -> (UpdateObjectNamespace, 1) -> (SetNamespace, 2) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (UpdateUser, 2) -> (Update, 2) -> (createOrUpdate, 3) -> (setIdentityUser, 2) -> (addServiceOnPort, 4) -> (ProxyLoop, 3) -> (logTimeout, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (attachStream, 1) -> (attach, 1) -> (SetRawTerminal, 1) -> (handleInterrupt, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (listAndWatch, 0) -> (Jitter, 2) -> (nonResourceMatches, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (NewClientConnection, 1) -> (NewConnection, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Do, 2) -> (fn, 0)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (PatchResource, 5) -> (write, 6)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (CreateFromConfig, 1) -> (CreateFromKeys, 2) -> (makeDefaultErrorFunc, 2)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Do, 0) -> (NewDecoratedVisitor, 2) -> (UpdateObjectNamespace, 1)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Unmarshal, 2) -> (unmarshal, 2) -> (sequence, 2) -> (Append, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (CreateFromProvider, 1) -> (CreateFromKeys, 2) -> (makeDefaultErrorFunc, 2)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Do, 2) -> (fn, 0) -> (WaitTimeout, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 0) -> (newUniqueNamedGraph, 1) -> (callJournalctl, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Do, 2) -> (fn, 0) -> (printValue, 2) -> (ReadSlice, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (NewServer, 1) -> (InstallDefaultHandlers, 0) -> (NamedCheck, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (NewFactory, 1) -> (kGeneratorFunc, 1) -> (NewScalerClient, 2) -> (NewDeploymentConfigDescriber, 2) -> (Next, 1) -> (changedAndSetAnnotations, 2) -> (newImageStreamMappings, 2) -> (unmarshalDockerImage, 1) -> (getStreamPriority, 1)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (listAndWatch, 0) -> (Jitter, 2) -> (nonResourceMatches, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (NewClientConnection, 1) -> (NewConnection, 2) -> (monitor, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Get, 2) -> (getRelatedObjects, 2) -> (mappingFor, 2) -> (MakeMap, 1) -> (startServing, 2)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Do, 2) -> (fn, 0) -> (WaitTimeout, 1) -> (Capture, 1) -> (Watch, 0) -> (NewDecoder, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (BuildImage, 1) -> (buildImageFunc, 1) -> (TarWithOptions, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (init, 1) -> (NewBootstrapController, 0)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (exportHTTP, 1) -> (ListenAndServe, 0) -> (serveUDP, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (RunOnce, 1) -> (runOnce, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (Watch, 0) -> (NewDecoder, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (storeHashState, 0) -> (PutContent, 2) -> (getOptions, 0) -> (TrimLeft, 2) -> (Resolve, 1) -> (NewBuilder, 3) -> (Stdin, 0)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (HandlerFunc, 1) -> (Handler, 1) -> (ServeHTTP, 2)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (updateStore, 3) -> (Update, 1) -> (updateConfig, 2) -> (Rename, 3)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (UpdateImageStream, 2) -> (Update, 2) -> (createOrUpdate, 3) -> (setIdentityUser, 2) -> (addServiceOnPort, 4)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (FindAllStringSubmatch, 2) -> (Resolve, 0) -> (Resolve, 1) -> (RequireNamespace, 0) -> (Stdin, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (listAndWatch, 0) -> (Jitter, 2) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (NewClientConnection, 1) -> (NewConnection, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (RESTClientFor, 1) -> (TransportFor, 1) -> (HTTPWrappersForConfig, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (shutdown, 1) -> (AfterFunc, 2) -> (DefaultRegistryFunc, 1) -> (Zero, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (StartEventWatcher, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Get, 2) -> (getRelatedObjects, 2) -> (mappingFor, 2) -> (MakeMap, 1) -> (PurgeFile, 5)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (exportHTTP, 1) -> (Infof, 3) -> (serveUDP, 1) -> (RemoteAddr, 0) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (newClient, 2) -> (setFactory, 1) -> (newConnection, 2)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (List, 4) -> (ToStackResourceListQuery, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (recordEtcdRequestLatency, 3) -> (Since, 1) -> (asyncFlush, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (writePB, 2)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (, 0) -> (DefaultRegistryFunc, 1) -> (triStateValue, 1) -> (profile, 0) -> (RunContainer, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (RunContainer, 1)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Delete, 1) -> (hashLabels, 1) -> (Clone, 0) -> (newKV, 7) -> (Resolve, 1) -> (RequireNamespace, 0) -> (Stdin, 0) -> (Stream, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (WatchSubcontainers, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Delete, 1) -> (hashLabels, 1) -> (Sum64, 0) -> (newKV, 7) -> (NewInotifyWatcher, 0) -> (NewWatcher, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (PatchResource, 5) -> (write, 6)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Delete, 1) -> (hashLabels, 1) -> (Clone, 0) -> (newKV, 7) -> (Resolve, 1) -> (RequireNamespace, 0) -> (Stdin, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (StreamOoms, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (NewServer, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (BuildQueryString, 1) -> (Bool, 0) -> (Detect, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (RunOnce, 1) -> (runOnce, 2)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (NewBroadcaster, 2)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (ServiceURL, 4) -> (buildTemplates, 2) -> (NewWatcher, 0)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (List, 0) -> (Endpoints, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Send, 2) -> (send, 3) -> (String, 1) -> (BitLen, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Delete, 1) -> (hashLabels, 1) -> (Sum64, 0) -> (newKV, 7)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (PurgeFile, 5)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (startServingTLS, 5)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (HandleFunc, 2) -> (Handle, 2) -> (Fqdn, 1) -> (IsFqdn, 1) -> (writePB, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (detectSource, 1) -> (Detect, 1) -> (NewParser, 0) -> (NewRepository, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (run, 1) -> (nonResourceMatches, 1) -> (addRootScopedForbiddenMessageMaker, 3)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Do, 2) -> (fn, 0) -> (WaitTimeout, 1) -> (Capture, 1) -> (Execute, 2)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (FindAllStringSubmatch, 2) -> (Save, 1) -> (NewSaveArtifactsError, 3)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (detectSource, 1) -> (Detect, 1)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (exportHTTP, 1) -> (ListenAndServe, 0) -> (serveUDP, 1) -> (RemoteAddr, 0) -> (addServiceOnPort, 4) -> (ProxyLoop, 3)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (Watch, 0) -> (NewDecoder, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (startNode, 2) -> (StartNode, 5)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Flush, 0) -> (lockAndFlushAll, 0) -> (flushAll, 0) -> (Execute, 2) -> (RunContainer, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Do, 2) -> (fn, 0) -> (printValue, 2) -> (ReadSlice, 1) -> (Save, 1) -> (NewSaveArtifactsError, 3)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (NewBroadcaster, 2) -> (loop, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Do, 2) -> (fn, 0) -> (printValue, 2) -> (ReadSlice, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (doConnect, 0)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (HandleFunc, 2) -> (Handle, 2) -> (Fqdn, 1) -> (IsFqdn, 1) -> (attachStream, 1) -> (attach, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (DeleteResource, 4) -> (write, 6)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (Watch, 0) -> (NewDecoder, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Delete, 1) -> (hashLabels, 1) -> (Sum64, 0) -> (newKV, 7) -> (Resolve, 1) -> (NewBuilder, 3) -> (Stdin, 0) -> (Stream, 2)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Do, 2) -> (fn, 0) -> (WaitTimeout, 1) -> (Capture, 1) -> (Resolve, 0) -> (Resolve, 1) -> (RequireNamespace, 0) -> (Stdin, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (NewBroadcaster, 2) -> (loop, 0) -> (flushRequests, 1) -> (recvFunc, 3)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Delete, 1) -> (hashLabels, 1) -> (Sum64, 0) -> (newKV, 7) -> (startServing, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (startServing, 2)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Do, 2) -> (fn, 0) -> (WaitTimeout, 1) -> (Capture, 1) -> (xzDecompress, 1) -> (CmdStream, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Delete, 1) -> (hashLabels, 1) -> (Sum64, 0) -> (newKV, 7) -> (detectSource, 1) -> (Detect, 1) -> (NewParser, 0) -> (NewRepository, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (NewBroadcaster, 2) -> (loop, 0) -> (flushRequests, 1) -> (recvFunc, 3)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (FindAllStringSubmatch, 2) -> (Resolve, 0) -> (Resolve, 1) -> (RequireNamespace, 0) -> (Stdin, 0) -> (Stream, 2)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Do, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (marshal, 2) -> (boolv, 2) -> (emitScalar, 4)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (FindAllStringSubmatch, 2) -> (startServing, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (serveUpgrade, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (ServiceURL, 4) -> (buildTemplates, 2) -> (NewWatcher, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (Copy, 2) -> (Run, 4) -> (runHTTPHandler, 3) -> (resolvePort, 2) -> (GetPods, 1) -> (makeRuntimePod, 2) -> (toPodStatus, 1)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (getOrExpire, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (startKubelet, 3)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (shutdown, 1) -> (AfterFunc, 2) -> (DefaultRegistryFunc, 1) -> (Zero, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (UpdateImageStream, 2) -> (Update, 2) -> (createOrUpdate, 3) -> (setIdentityUser, 2) -> (addServiceOnPort, 4) -> (ProxyLoop, 3) -> (logTimeout, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (attach, 1) -> (SetRawTerminal, 1) -> (handleInterrupt, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (listAndWatch, 0) -> (Jitter, 2) -> (nonResourceMatches, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (NewClientConnection, 1) -> (NewConnection, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (tryUpgrade, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (SyncPods, 4) -> (DeleteOrphanedMirrorPods, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (restartAsStandaloneNode, 2) -> (RestartNode, 5)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (NewServer, 1) -> (InstallDefaultHandlers, 0) -> (NamedCheck, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (attach, 1) -> (SetRawTerminal, 1) -> (handleInterrupt, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (delete, 1) -> (Delete, 1) -> (hashLabels, 1) -> (Clone, 0) -> (Resolve, 1) -> (NewBuilder, 3) -> (Stdin, 0) -> (Stream, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 1) -> (BindFlags, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (startServingTLS, 5)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (reconcile, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (BuildImage, 1) -> (buildImageFunc, 1) -> (addQueryStringValue, 3)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (NewFactory, 1) -> (kGeneratorFunc, 1) -> (NewScalerClient, 2) -> (NewDeploymentConfigDescriber, 2) -> (Next, 1) -> (changedAndSetAnnotations, 2) -> (newImageStreamMappings, 2) -> (unmarshalDockerImage, 1)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Do, 2) -> (fn, 0) -> (WaitTimeout, 1) -> (Capture, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Do, 2) -> (fn, 0) -> (printValue, 2) -> (ReadSlice, 1) -> (newEtcdWatcher, 7)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (detectSource, 1) -> (Detect, 1)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (NewBroadcaster, 2) -> (loop, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (BuildImage, 1) -> (buildImageFunc, 1) -> (TarWithOptions, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (Infof, 2) -> (logf, 3) -> (addLogLine, 1) -> (putBuffer, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Get, 2) -> (getRelatedObjects, 2) -> (mappingFor, 2) -> (MakeMap, 1) -> (ExtractTarStream, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (newClient, 2) -> (setFactory, 1) -> (newConnection, 2) -> (Serve, 1) -> (getStreamPriority, 1) -> (getStream, 1)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Do, 2) -> (fn, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (generateMaskingKey, 0) -> (Ceil, 1)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (FindAllStringSubmatch, 2) -> (startServingTLS, 5)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (UpdatePod, 3)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (CreateFromKeys, 2) -> (makeDefaultErrorFunc, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (NewBroadcaster, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (NewBroadcaster, 2) -> (loop, 0)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Handle, 2) -> (Fqdn, 1) -> (IsFqdn, 1) -> (Validate, 2) -> (attach, 1) -> (SetRawTerminal, 1) -> (handleInterrupt, 2)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Register, 0) -> (Operation, 1) -> (beBody, 0) -> (Build, 1) -> (BuildImage, 1) -> (buildImageFunc, 1) -> (StdCopy, 3)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (NewBroadcaster, 2) -> (loop, 0) -> (flushRequests, 1) -> (recvFunc, 3)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (CreateFromKeys, 2)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (ResourceBaseURL, 0) -> (Resolve, 1) -> (RequireNamespace, 0) -> (Stdin, 0)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (init, 1) -> (NewBootstrapController, 0)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (handleEvent, 2) -> (queueWithout, 1) -> (Update, 1) -> (updateConfig, 2) -> (addServiceOnPort, 4) -> (ProxyLoop, 3) -> (logTimeout, 1)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (FindAllStringSubmatch, 2) -> (WatchSubcontainers, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (reconcile, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (SyncPods, 4) -> (DeleteOrphanedMirrorPods, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (UpdateIdentity, 2) -> (Update, 2) -> (createOrUpdate, 3) -> (setIdentityUser, 2) -> (addServiceOnPort, 4) -> (ProxyLoop, 3) -> (logTimeout, 1)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (FindAllStringSubmatch, 2) -> (Resolve, 0) -> (Resolve, 1) -> (RequireNamespace, 0) -> (Stdin, 0) -> (Stream, 2) -> (NewStreamVisitor, 5)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (storeHashState, 0) -> (PutContent, 2) -> (getOptions, 0) -> (TrimLeft, 2) -> (Resolve, 1) -> (NewBuilder, 3) -> (Stdin, 0) -> (Stream, 2) -> (NewStreamVisitor, 5) -> (getStream, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Do, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Next, 0) -> (run, 0) -> (ResourceAccessReviews, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (List, 0) -> (Endpoints, 1) -> (newEndpoints, 2) -> (resourceURL, 1)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (FindAllStringSubmatch, 2) -> (NewInotifyWatcher, 0) -> (NewWatcher, 0)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (Collect, 1) -> (collectFn, 1)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (HandlerFunc, 1) -> (Handler, 1) -> (ServeHTTP, 2) -> (Validate, 2) -> (Collect, 1) -> (collectFn, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Version, 0) -> (uint8, 1) -> (newError, 2)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Do, 2) -> (fn, 0) -> (WaitTimeout, 1) -> (Capture, 1) -> (newEtcdWatcher, 7)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Error, 1) -> (print, 2) -> (printDepth, 3) -> (output, 5) -> (timeoutFlush, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Delete, 1) -> (hashLabels, 1) -> (Sum64, 0) -> (newKV, 7) -> (doConnect, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (UpdateIdentity, 2) -> (Update, 2) -> (createOrUpdate, 3) -> (setIdentityUser, 2) -> (addServiceOnPort, 4)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (SyncPods, 4) -> (DeleteOrphanedMirrorPods, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Do, 0) -> (NewDecoratedVisitor, 2) -> (UpdateObjectNamespace, 1) -> (SetNamespace, 2) -> (poller, 2)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (startKubelet, 3)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (newEtcdWatcher, 7)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (SyncPods, 4) -> (DeleteOrphanedMirrorPods, 0) -> (DeleteMirrorPod, 1) -> (getPodsDir, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (NewFactory, 1) -> (kGeneratorFunc, 1) -> (NewScalerClient, 2) -> (NewDeploymentConfigDescriber, 2) -> (Next, 1) -> (changedAndSetAnnotations, 2) -> (newImageStreamMappings, 2) -> (unmarshalDockerImage, 1) -> (getStreamPriority, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (Save, 1) -> (NewSaveArtifactsError, 3)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (New, 0) -> (newUniqueNamedGraph, 1) -> (callJournalctl, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (New, 0) -> (newUniqueNamedGraph, 1) -> (callJournalctl, 0) -> (StdoutPipe, 0)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (FindAllStringSubmatch, 2) -> (doConnect, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Next, 0) -> (run, 0) -> (ResourceAccessReviews, 1) -> (newResourceAccessReviews, 2) -> (RunContainer, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (startKubelet, 3)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (generateMaskingKey, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Get, 2) -> (getRelatedObjects, 2) -> (mappingFor, 2) -> (MakeMap, 1) -> (startServingTLS, 5)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (UpdateResource, 4) -> (isPrettyPrint, 1)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Handle, 2) -> (Fqdn, 1) -> (IsFqdn, 1) -> (Validate, 2) -> (Collect, 1) -> (collectFn, 1)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (inWorker, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (NewInotifyWatcher, 0) -> (NewWatcher, 0)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (CreateFromProvider, 1) -> (CreateFromKeys, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (Collect, 1) -> (collectFn, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (listAndWatch, 0) -> (Jitter, 2) -> (nonResourceMatches, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (NewClientConnection, 1) -> (NewConnection, 2) -> (monitor, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Delete, 1) -> (hashLabels, 1) -> (Sum64, 0) -> (newKV, 7) -> (WatchSubcontainers, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (StartEventWatcher, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (exportHTTP, 1) -> (Infof, 3) -> (serveUDP, 1) -> (RemoteAddr, 0) -> (poller, 2)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (UpdateResource, 4) -> (isPrettyPrint, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (createTarStream, 2) -> (TarWithOptions, 2)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (, 0) -> (DefaultRegistryFunc, 1) -> (triStateValue, 1) -> (profile, 0) -> (StartExec, 2) -> (hijack, 3) -> (CloseWrite, 0) -> (tlsDialWithDialer, 4)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (, 0) -> (DefaultRegistryFunc, 1) -> (triStateValue, 1) -> (profile, 0) -> (parseZoneHelper, 4)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (NewWatcher, 0)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (exportHTTP, 1) -> (Infof, 3) -> (serveUDP, 1) -> (RemoteAddr, 0) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (exportHTTP, 1) -> (Infof, 3) -> (serveUDP, 1) -> (RemoteAddr, 0) -> (addServiceOnPort, 4) -> (ProxyLoop, 3) -> (logTimeout, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (NewBroadcaster, 2) -> (loop, 0) -> (flushRequests, 1) -> (recvFunc, 3)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (listAndWatch, 0) -> (Jitter, 2) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Next, 0) -> (run, 0)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (, 0) -> (DefaultRegistryFunc, 1) -> (triStateValue, 1) -> (profile, 0) -> (CmdStream, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (Register, 0) -> (Operation, 1) -> (beBody, 0) -> (servicePath, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Delete, 1) -> (hashLabels, 1) -> (Sum64, 0) -> (newKV, 7) -> (PurgeFile, 5)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (exportHTTP, 1) -> (ListenAndServe, 0) -> (serveUDP, 1) -> (RemoteAddr, 0) -> (addServiceOnPort, 4)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (reconcile, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (listAndWatch, 0) -> (Jitter, 2) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (NewClientConnection, 1) -> (NewConnection, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (List, 4) -> (ToStackResourceListQuery, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (List, 4) -> (ToStackResourceListQuery, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (registerResourceHandlers, 5) -> (ConnectResource, 7) -> (RequestError, 0)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (Register, 0) -> (Operation, 1) -> (beBody, 0) -> (Build, 1)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Do, 2) -> (fn, 0) -> (WaitTimeout, 1) -> (Capture, 1) -> (RunContainer, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (reconcile, 2)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (RESTClientFor, 1) -> (TransportFor, 1) -> (HTTPWrappersForConfig, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (NewBroadcaster, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (Fatalf, 2) -> (printf, 3) -> (output, 5) -> (putBuffer, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (PurgeFile, 5)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Do, 2) -> (fn, 0) -> (printValue, 2) -> (ReadSlice, 1) -> (xzDecompress, 1) -> (CmdStream, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (attachStream, 1) -> (attach, 1) -> (SetRawTerminal, 1) -> (handleInterrupt, 2)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Delete, 1) -> (hashLabels, 1) -> (Clone, 0) -> (newKV, 7) -> (Resolve, 1) -> (RequireNamespace, 0) -> (Stdin, 0) -> (Stream, 2) -> (NewStreamVisitor, 5)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (NewFactory, 1) -> (kGeneratorFunc, 1) -> (NewScalerClient, 2) -> (NewDeploymentConfigDescriber, 2) -> (Next, 1) -> (changedAndSetAnnotations, 2) -> (newImageStreamMappings, 2) -> (unmarshalDockerImage, 1) -> (getStreamPriority, 1) -> (getStream, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Do, 0) -> (NewDecoratedVisitor, 2) -> (UpdateObjectNamespace, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (CreateFromConfig, 1) -> (CreateFromKeys, 2) -> (makeDefaultErrorFunc, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (GetPods, 1) -> (makeRuntimePod, 2) -> (toPodStatus, 1)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (sendCURL, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Receive, 0) -> (Scan, 4) -> (scan, 1) -> (SetString, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (NewBroadcaster, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (storeHashState, 0) -> (PutContent, 2) -> (getOptions, 0) -> (TrimLeft, 2) -> (Resolve, 1) -> (NewBuilder, 3) -> (Stdin, 0) -> (Stream, 2)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Create, 4) -> (request, 4) -> (unmarshalErrorResponse, 1) -> (printValue, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (inWorker, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (attach, 1)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Children, 1) -> (request, 4) -> (TokenString, 1) -> (Fire, 2) -> (Resolve, 0) -> (Resolve, 1) -> (RequireNamespace, 0) -> (Stdin, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Send, 2) -> (send, 3) -> (String, 1) -> (BitLen, 0) -> (RunContainer, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Request, 3) -> (NewDecoder, 1) -> (CanAddr, 0) -> (decodeI, 5) -> (detectSource, 1) -> (Detect, 1)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (PatchResource, 5) -> (write, 6)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (InstrumentHandler, 2) -> (InstrumentHandlerFunc, 2) -> (InstrumentHandlerFuncWithOpts, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (NewServer, 1) -> (InstallDefaultHandlers, 0) -> (NamedCheck, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (startServing, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (tryUpgrade, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (HandleFunc, 2) -> (Handle, 2) -> (Fqdn, 1) -> (IsFqdn, 1) -> (tryUpgrade, 5)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (UpdateImageStream, 2) -> (Update, 2) -> (createOrUpdate, 3) -> (setIdentityUser, 2) -> (addServiceOnPort, 4) -> (ProxyLoop, 3)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Do, 2) -> (fn, 0) -> (printValue, 2) -> (ReadSlice, 1) -> (Watch, 0) -> (NewDecoder, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (CreateFromConfig, 1) -> (CreateFromKeys, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Delete, 1) -> (hashLabels, 1) -> (Sum64, 0) -> (newKV, 7) -> (Resolve, 1) -> (NewBuilder, 3) -> (Stdin, 0) -> (Stream, 2) -> (NewStreamVisitor, 5) -> (getStream, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (ServiceURL, 4)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Do, 2) -> (fn, 0) -> (printValue, 2) -> (ReadSlice, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (UpdateResource, 4) -> (isPrettyPrint, 1)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (CreateFromProvider, 1) -> (CreateFromKeys, 2) -> (makeDefaultErrorFunc, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (ServiceURL, 4) -> (buildTemplates, 2) -> (Detect, 1) -> (NewParser, 0) -> (NewRepository, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (NewFactory, 1) -> (kGeneratorFunc, 1) -> (NewScalerClient, 2) -> (NewDeploymentConfigDescriber, 2) -> (Next, 1) -> (changedAndSetAnnotations, 2) -> (newImageStreamMappings, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Delete, 1) -> (hashLabels, 1) -> (Sum64, 0) -> (newKV, 7) -> (startServingTLS, 5)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (StartEventWatcher, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (exportHTTP, 1) -> (Infof, 3) -> (serveUDP, 1) -> (RemoteAddr, 0) -> (xzDecompress, 1) -> (CmdStream, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (NewBroadcaster, 2) -> (loop, 0)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (HandleFunc, 2) -> (Handle, 2) -> (Fqdn, 1) -> (IsFqdn, 1)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (HandlerFunc, 1) -> (Handler, 1) -> (ServeHTTP, 2) -> (Validate, 2)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Fatalf, 2) -> (printf, 3) -> (output, 5) -> (putBuffer, 1)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Create, 4) -> (request, 4) -> (unmarshalErrorResponse, 1) -> (printValue, 2) -> (Wait, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (restartNode, 2) -> (RestartNode, 5)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (BuildImage, 1) -> (buildImageFunc, 1) -> (StdCopy, 3)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Children, 1) -> (request, 4) -> (TokenString, 1) -> (Fire, 2) -> (Resolve, 0) -> (Resolve, 1) -> (RequireNamespace, 0) -> (Stdin, 0) -> (Stream, 2) -> (NewStreamVisitor, 5)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Get, 2) -> (getRelatedObjects, 2) -> (mappingFor, 2) -> (MakeMap, 1) -> (WatchSubcontainers, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (exportHTTP, 1) -> (Infof, 3) -> (serveUDP, 1) -> (RemoteAddr, 0) -> (addServiceOnPort, 4)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (ServiceURL, 4) -> (buildTemplates, 2) -> (Detect, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (NewBroadcaster, 2)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (exportHTTP, 1) -> (ListenAndServe, 0) -> (serveUDP, 1) -> (RemoteAddr, 0) -> (addServiceOnPort, 4) -> (ProxyLoop, 3) -> (logTimeout, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (newClient, 2) -> (setFactory, 1) -> (newConnection, 2) -> (Serve, 1)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (ServiceURL, 4)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (HandlerFunc, 1) -> (Handler, 1) -> (ServeHTTP, 2) -> (Validate, 2) -> (attach, 1) -> (SetRawTerminal, 1) -> (handleInterrupt, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (listAndWatch, 0) -> (Jitter, 2) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (NewClientConnection, 1) -> (NewConnection, 2) -> (monitor, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (shutdown, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Next, 0) -> (run, 0) -> (ResourceAccessReviews, 1) -> (newResourceAccessReviews, 2) -> (ExtractTarStream, 2)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Do, 2) -> (fn, 0) -> (WaitTimeout, 1) -> (Capture, 1) -> (Execute, 2) -> (NewContainerError, 3)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (CreateFromConfig, 1) -> (CreateFromKeys, 2)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Do, 2)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Children, 1) -> (request, 4) -> (TokenString, 1) -> (Fire, 2) -> (Resolve, 0) -> (Resolve, 1) -> (RequireNamespace, 0) -> (Stdin, 0) -> (Stream, 2) -> (NewStreamVisitor, 5) -> (getStream, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Flush, 0) -> (lockAndFlushAll, 0) -> (flushAll, 0) -> (Execute, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (ServiceURL, 4) -> (buildTemplates, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (startKubelet, 3)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (InstrumentHandlerFunc, 2) -> (InstrumentHandlerFuncWithOpts, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (run, 1) -> (nonResourceMatches, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (Process32Next, 2) -> (NewConnection, 2) -> (monitor, 0)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (BuildQueryString, 1) -> (Bool, 0)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (BuildQueryString, 1) -> (Bool, 0) -> (NewWatcher, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (NewServer, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Delete, 1) -> (hashLabels, 1) -> (Sum64, 0) -> (newKV, 7) -> (Resolve, 1) -> (NewBuilder, 3) -> (Stdin, 0) -> (Stream, 2) -> (NewStreamVisitor, 5)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Delete, 1) -> (hashLabels, 1) -> (Clone, 0) -> (newKV, 7) -> (Resolve, 1) -> (RequireNamespace, 0) -> (Stdin, 0) -> (Stream, 2) -> (NewStreamVisitor, 5) -> (getStream, 1)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (FindAllStringSubmatch, 2) -> (Resolve, 1) -> (NewBuilder, 3) -> (Stdin, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Delete, 1) -> (hashLabels, 1) -> (Sum64, 0) -> (newKV, 7) -> (Resolve, 1) -> (NewBuilder, 3) -> (Stdin, 0)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (List, 1) -> (Insert, 1) -> (DeepEqual, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Do, 2) -> (fn, 0) -> (printValue, 2) -> (ReadSlice, 1) -> (poller, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (UpdateUser, 2) -> (Update, 2) -> (createOrUpdate, 3) -> (setIdentityUser, 2) -> (addServiceOnPort, 4)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (StartEventWatcher, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (handleEvent, 2) -> (queueWithout, 1) -> (Update, 1) -> (updateConfig, 2) -> (addServiceOnPort, 4) -> (ProxyLoop, 3)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (DeleteResource, 4) -> (write, 6)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (, 0) -> (DefaultRegistryFunc, 1) -> (triStateValue, 1) -> (profile, 0) -> (GetPodStatus, 1) -> (BuildPodFullName, 2) -> (makeRuntimePod, 2) -> (toPodStatus, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (newClient, 2) -> (setFactory, 1) -> (newConnection, 2) -> (Serve, 1) -> (getStreamPriority, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (CreateFromProvider, 1) -> (CreateFromKeys, 2)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (listAndWatch, 0) -> (Jitter, 2) -> (nonResourceMatches, 1) -> (addRootScopedForbiddenMessageMaker, 3)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Children, 1) -> (request, 4) -> (TokenString, 1) -> (Fire, 2) -> (Resolve, 0) -> (Resolve, 1) -> (RequireNamespace, 0) -> (Stdin, 0) -> (Stream, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 0) -> (newUniqueNamedGraph, 1) -> (callJournalctl, 0) -> (StdoutPipe, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (NewBroadcaster, 2) -> (loop, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (SyncPods, 4) -> (DeleteOrphanedMirrorPods, 0) -> (DeleteMirrorPod, 1) -> (ParsePodFullName, 1)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Infof, 2) -> (logf, 3) -> (addLogLine, 1) -> (putBuffer, 1)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Do, 2) -> (fn, 0) -> (WaitTimeout, 1) -> (Capture, 1) -> (NewPeer, 7)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Do, 2) -> (fn, 0) -> (WaitTimeout, 1) -> (Capture, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (exportHTTP, 1) -> (Infof, 3) -> (serveUDP, 1) -> (RemoteAddr, 0) -> (addServiceOnPort, 4) -> (ProxyLoop, 3)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (CreateFromConfig, 1) -> (CreateFromKeys, 2) -> (makeDefaultErrorFunc, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (CreateFromProvider, 1) -> (CreateFromKeys, 2) -> (makeDefaultErrorFunc, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (NewFactory, 1) -> (kGeneratorFunc, 1) -> (NewScalerClient, 2) -> (NewDeploymentConfigDescriber, 2) -> (Next, 1) -> (changedAndSetAnnotations, 2) -> (newImageStreamMappings, 2) -> (unmarshalDockerImage, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Request, 3) -> (NewDecoder, 1) -> (CanAddr, 0) -> (decodeI, 5) -> (detectSource, 1) -> (Detect, 1) -> (NewParser, 0) -> (NewRepository, 0)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (parse, 0) -> (consume, 0) -> (parseExactValue, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Errorf, 2) -> (logf, 3) -> (Int64, 1) -> (AddInt64, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Get, 2) -> (getRelatedObjects, 2) -> (mappingFor, 2) -> (MakeMap, 1) -> (StreamOoms, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (handleEvent, 2) -> (queueWithout, 1) -> (Update, 1) -> (updateConfig, 2) -> (addServiceOnPort, 4)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (UpdateUser, 2) -> (Update, 2) -> (createOrUpdate, 3) -> (setIdentityUser, 2) -> (addServiceOnPort, 4) -> (ProxyLoop, 3)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (Watch, 0) -> (NewDecoder, 2)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Do, 2) -> (fn, 0) -> (WaitTimeout, 1) -> (Capture, 1) -> (Save, 1) -> (NewSaveArtifactsError, 3)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (NewFactory, 1) -> (kGeneratorFunc, 1) -> (NewScalerClient, 2) -> (NewDeploymentConfigDescriber, 2) -> (Next, 1) -> (changedAndSetAnnotations, 2) -> (newImageStreamMappings, 2) -> (unmarshalDockerImage, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (delete, 1) -> (Delete, 1) -> (hashLabels, 1)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (, 0) -> (DefaultRegistryFunc, 1) -> (triStateValue, 1) -> (profile, 0)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (NewWatcher, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (delete, 1) -> (Delete, 1) -> (hashLabels, 1) -> (Clone, 0) -> (Resolve, 1) -> (NewBuilder, 3) -> (Stdin, 0) -> (Stream, 2) -> (NewStreamVisitor, 5)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (FindAllStringSubmatch, 2) -> (Resolve, 0) -> (Resolve, 1) -> (RequireNamespace, 0) -> (Stdin, 0) -> (Stream, 2) -> (NewStreamVisitor, 5) -> (getStream, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (FindAllStringSubmatch, 2) -> (poller, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (NewBroadcaster, 2)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Next, 0) -> (run, 0) -> (ResourceAccessReviews, 1) -> (newResourceAccessReviews, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (GetPods, 0)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (CreateFromConfig, 1) -> (CreateFromKeys, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (InstrumentHandler, 2) -> (InstrumentHandlerFunc, 2) -> (InstrumentHandlerFuncWithOpts, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (delete, 1) -> (Delete, 1) -> (hashLabels, 1) -> (Clone, 0) -> (Resolve, 1) -> (NewBuilder, 3) -> (Stdin, 0) -> (Stream, 2) -> (NewStreamVisitor, 5) -> (getStream, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (HandleFunc, 2) -> (Handle, 2) -> (Fqdn, 1) -> (IsFqdn, 1) -> (tryUpgrade, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (NewFactory, 1) -> (kGeneratorFunc, 1) -> (NewScalerClient, 2) -> (NewDeploymentConfigDescriber, 2) -> (Next, 1) -> (changedAndSetAnnotations, 2) -> (newImageStreamMappings, 2)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (FindAllStringSubmatch, 2) -> (Resolve, 1) -> (NewBuilder, 3) -> (Stdin, 0) -> (Stream, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (SyncPods, 4) -> (DeleteOrphanedMirrorPods, 0) -> (DeleteMirrorPod, 1) -> (ParsePodFullName, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (run, 1) -> (nonResourceMatches, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (Process32Next, 2) -> (NewConnection, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (listAndWatch, 0) -> (Jitter, 2) -> (nonResourceMatches, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (NewClientConnection, 1) -> (NewConnection, 2) -> (monitor, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (listAndWatch, 0) -> (Jitter, 2) -> (nonResourceMatches, 1) -> (addRootScopedForbiddenMessageMaker, 3)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (BuildQueryString, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (Parse, 1) -> (nextLine, 2) -> (stripContinuation, 1) -> (TrimRightFunc, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (StartEventWatcher, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (attachStream, 1) -> (attach, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (SyncPods, 4) -> (DeleteOrphanedMirrorPods, 0)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (attach, 1) -> (SetRawTerminal, 1) -> (handleInterrupt, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (CreateFromConfig, 1) -> (CreateFromKeys, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Delete, 3) -> (UpdatePolicyBinding, 2) -> (addPolicyBinding, 2) -> (ToPolicyBinding, 1) -> (addServiceOnPort, 4) -> (ProxyLoop, 3) -> (logTimeout, 1)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (NewServer, 1) -> (InstallDefaultHandlers, 0) -> (NamedCheck, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Get, 2) -> (getRelatedObjects, 2) -> (mappingFor, 2) -> (MakeMap, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (CreateFromConfig, 1) -> (CreateFromKeys, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (NewServer, 1) -> (InstallDefaultHandlers, 0) -> (NamedCheck, 2)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Do, 2) -> (fn, 0) -> (WaitTimeout, 1) -> (Capture, 1) -> (Resolve, 0) -> (Resolve, 1) -> (RequireNamespace, 0) -> (Stdin, 0) -> (Stream, 2) -> (NewStreamVisitor, 5)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (listAndWatch, 0) -> (Jitter, 2) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (NewClientConnection, 1) -> (NewConnection, 2) -> (monitor, 0)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Get, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (New, 1) -> (BindFlags, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (CreateFromProvider, 1) -> (CreateFromKeys, 2)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (, 0) -> (DefaultRegistryFunc, 1) -> (triStateValue, 1) -> (profile, 0) -> (parseZoneHelper, 4) -> (parseZone, 5)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Do, 2) -> (fn, 0) -> (WaitTimeout, 1) -> (Capture, 1) -> (Resolve, 0) -> (Resolve, 1) -> (RequireNamespace, 0) -> (Stdin, 0) -> (Stream, 2)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Do, 2) -> (fn, 0) -> (WaitTimeout, 1) -> (Capture, 1) -> (Resolve, 0) -> (Resolve, 1) -> (RequireNamespace, 0) -> (Stdin, 0) -> (Stream, 2) -> (NewStreamVisitor, 5) -> (getStream, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (Fatalf, 2) -> (printf, 3) -> (output, 5) -> (putBuffer, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (exportHTTP, 1)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (New, 0) -> (newUniqueNamedGraph, 1) -> (callJournalctl, 0)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Create, 4) -> (request, 4) -> (unmarshalErrorResponse, 1) -> (printValue, 2) -> (Execute, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (newEtcdWatcher, 7)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (attach, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Do, 2) -> (fn, 0) -> (printValue, 2) -> (ReadSlice, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (tryUpgrade, 5)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (BuildImage, 1) -> (buildImageFunc, 1) -> (StdCopy, 3)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Create, 4) -> (request, 4) -> (unmarshalErrorResponse, 1) -> (printValue, 2) -> (WatchList, 3)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (NewFactory, 1) -> (kGeneratorFunc, 1) -> (NewScalerClient, 2) -> (NewDeploymentConfigDescriber, 2) -> (Next, 1) -> (changedAndSetAnnotations, 2) -> (newImageStreamMappings, 2) -> (unmarshalDockerImage, 1) -> (getStreamPriority, 1) -> (getStream, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (listAndWatch, 0) -> (Jitter, 2) -> (nonResourceMatches, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (NewClientConnection, 1) -> (NewConnection, 2) -> (monitor, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Handle, 2) -> (Fqdn, 1) -> (IsFqdn, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (ServiceURL, 4) -> (buildTemplates, 2) -> (Detect, 1)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (listAndWatch, 0) -> (Jitter, 2) -> (nonResourceMatches, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (NewClientConnection, 1) -> (NewConnection, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (reconcile, 2)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (NewWatcher, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Delete, 3) -> (UpdatePolicyBinding, 2) -> (addPolicyBinding, 2) -> (ToPolicyBinding, 1) -> (addServiceOnPort, 4) -> (ProxyLoop, 3)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (CreateFromConfig, 1) -> (CreateFromKeys, 2) -> (makeDefaultErrorFunc, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (RESTClientFor, 1) -> (TransportFor, 1) -> (HTTPWrappersForConfig, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (InstrumentHandlerFunc, 2) -> (InstrumentHandlerFuncWithOpts, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (CreateFromConfig, 1) -> (CreateFromKeys, 2) -> (makeDefaultErrorFunc, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (generateMaskingKey, 0) -> (Ceil, 1) -> (GetPodStatus, 1) -> (BuildPodFullName, 2) -> (makeRuntimePod, 2) -> (toPodStatus, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (parse, 0) -> (consume, 0) -> (parseExactValue, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Receive, 0) -> (Scan, 4) -> (scan, 1) -> (SetString, 2) -> (RunContainer, 1)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Create, 4) -> (request, 4)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Send, 1) -> (Call, 5) -> (MarshalTextString, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Delete, 1) -> (hashLabels, 1) -> (Sum64, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Do, 0) -> (NewDecoratedVisitor, 2) -> (UpdateObjectNamespace, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (generateMaskingKey, 0) -> (Ceil, 1)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Handle, 2) -> (Fqdn, 1) -> (IsFqdn, 1) -> (Validate, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Do, 2) -> (fn, 0) -> (printValue, 2) -> (ReadSlice, 1) -> (RunContainer, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (NewFactory, 1) -> (kGeneratorFunc, 1) -> (NewScalerClient, 2) -> (NewDeploymentConfigDescriber, 2) -> (Next, 1) -> (changedAndSetAnnotations, 2) -> (newImageStreamMappings, 2) -> (unmarshalDockerImage, 1) -> (getStreamPriority, 1) -> (getStream, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (tryUpgrade, 5)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (serveUpgrade, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (HandleFunc, 2) -> (Handle, 2) -> (Fqdn, 1) -> (IsFqdn, 1) -> (serveUpgrade, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (runOnce, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (shutdown, 1) -> (AfterFunc, 2) -> (DefaultRegistryFunc, 1) -> (Zero, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (UpdateIdentity, 2) -> (Update, 2) -> (createOrUpdate, 3) -> (setIdentityUser, 2) -> (addServiceOnPort, 4) -> (ProxyLoop, 3)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (exportHTTP, 1)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Do, 2) -> (fn, 0) -> (printValue, 2)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (print, 2) -> (printDepth, 3) -> (output, 5) -> (putBuffer, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (CreateFromProvider, 1) -> (CreateFromKeys, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (startKubelet, 3)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (newEtcdWatcher, 7)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (Copy, 2) -> (Run, 4) -> (runHTTPHandler, 3) -> (resolvePort, 2) -> (hijack, 3)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (NewInotifyWatcher, 0) -> (NewWatcher, 0)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (exportHTTP, 1) -> (Infof, 3) -> (serveUDP, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (WatchSubcontainers, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (doConnect, 0)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (exportHTTP, 1) -> (Infof, 3) -> (serveUDP, 1) -> (RemoteAddr, 0) -> (InstrumentHandlerFunc, 2) -> (InstrumentHandlerFuncWithOpts, 2)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (FindAllStringSubmatch, 2) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Get, 2) -> (getRelatedObjects, 2) -> (mappingFor, 2) -> (MakeMap, 1) -> (RunContainer, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (writePB, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (BuildQueryString, 1) -> (Bool, 0) -> (Detect, 1) -> (NewParser, 0) -> (NewRepository, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (NewBroadcaster, 2) -> (loop, 0) -> (flushRequests, 1) -> (recvFunc, 3)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Handle, 2) -> (Fqdn, 1) -> (IsFqdn, 1) -> (Validate, 2) -> (attach, 1)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (RunOnce, 1) -> (runOnce, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (init, 1) -> (NewBootstrapController, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (generateMaskingKey, 0) -> (Ceil, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Do, 2) -> (fn, 0) -> (printValue, 2) -> (ReadSlice, 1) -> (Save, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Delete, 1) -> (hashLabels, 1) -> (Sum64, 0) -> (newKV, 7) -> (StreamOoms, 1)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (newEtcdWatcher, 7)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Do, 2) -> (fn, 0) -> (printValue, 2) -> (ReadSlice, 1) -> (RunContainer, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (RunOnce, 1) -> (runOnce, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (CreateFromProvider, 1) -> (CreateFromKeys, 2) -> (makeDefaultErrorFunc, 2)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (BuildImage, 1) -> (buildImageFunc, 1) -> (StdCopy, 3)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (ResourceBaseURL, 0) -> (Resolve, 1) -> (RequireNamespace, 0) -> (Stdin, 0) -> (Stream, 2) -> (NewStreamVisitor, 5)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (exportHTTP, 1) -> (ListenAndServe, 0) -> (serveUDP, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (Add, 2) -> (copy, 2) -> (rescale, 1) -> (Quo, 2) -> (inWorker, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (shutdown, 1) -> (AfterFunc, 2) -> (DefaultRegistryFunc, 1) -> (Zero, 1) -> (xzDecompress, 1) -> (CmdStream, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (CreateFromProvider, 1) -> (CreateFromKeys, 2)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Children, 1) -> (request, 4) -> (TokenString, 1) -> (Fire, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (Infof, 2) -> (logf, 3) -> (Int64, 1) -> (putBuffer, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (newEtcdWatcher, 7)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (, 0) -> (DefaultRegistryFunc, 1) -> (triStateValue, 1) -> (profile, 0) -> (StartExec, 2) -> (hijack, 3)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (Collect, 1) -> (collectFn, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (RunOnce, 1) -> (runOnce, 2)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (List, 1) -> (Insert, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (generateMaskingKey, 0)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (StartEventWatcher, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (NewServer, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (Copy, 2) -> (Run, 4) -> (runHTTPHandler, 3) -> (resolvePort, 2) -> (hijack, 3) -> (CloseWrite, 0) -> (tlsDialWithDialer, 4)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Delete, 3) -> (UpdatePolicyBinding, 2) -> (addPolicyBinding, 2) -> (ToPolicyBinding, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Do, 0) -> (NewDecoratedVisitor, 2) -> (UpdateObjectNamespace, 1) -> (SetNamespace, 2)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (ResourceBaseURL, 0)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (NewServer, 1)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (updateStore, 3) -> (Update, 1) -> (updateConfig, 2) -> (Rename, 3) -> (ProxyLoop, 3) -> (logTimeout, 1)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (Watch, 0) -> (NewDecoder, 2)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (exportHTTP, 1) -> (ListenAndServe, 0) -> (serveUDP, 1) -> (RemoteAddr, 0) -> (InstrumentHandlerFunc, 2) -> (InstrumentHandlerFuncWithOpts, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (Register, 0) -> (Operation, 1) -> (beBody, 0) -> (servicePath, 1) -> (BuildImage, 1) -> (buildImageFunc, 1) -> (StdCopy, 3)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (NewServer, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (newEtcdWatcher, 7)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Do, 0) -> (NewDecoratedVisitor, 2) -> (UpdateObjectNamespace, 1) -> (SetNamespace, 2) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (FindAllStringSubmatch, 2) -> (Resolve, 1) -> (NewBuilder, 3) -> (Stdin, 0) -> (Stream, 2) -> (NewStreamVisitor, 5)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Do, 2) -> (fn, 0) -> (printValue, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Delete, 3) -> (UpdatePolicyBinding, 2) -> (addPolicyBinding, 2) -> (ToPolicyBinding, 1) -> (addServiceOnPort, 4)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 2) -> (Size, 0) -> (binomial, 2) -> (parseEndpoint, 2) -> (inWorker, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (InstrumentHandlerFunc, 2) -> (InstrumentHandlerFuncWithOpts, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (listAndWatch, 0) -> (Jitter, 2) -> (nonResourceMatches, 1) -> (addRootScopedForbiddenMessageMaker, 3)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Get, 2) -> (getRelatedObjects, 2) -> (mappingFor, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Register, 0) -> (Operation, 1) -> (beBody, 0) -> (Build, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (CreateFromConfig, 1) -> (CreateFromKeys, 2) -> (makeDefaultErrorFunc, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (listAndWatch, 0) -> (Jitter, 2) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (NewFactory, 1) -> (kGeneratorFunc, 1) -> (NewScalerClient, 2) -> (NewDeploymentConfigDescriber, 2) -> (Next, 1) -> (changedAndSetAnnotations, 2) -> (newImageStreamMappings, 2) -> (unmarshalDockerImage, 1) -> (getStreamPriority, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (storeHashState, 0) -> (PutContent, 2) -> (getOptions, 0)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (NewBroadcaster, 2) -> (loop, 0)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (ServiceURL, 4) -> (buildTemplates, 2) -> (Detect, 1) -> (NewParser, 0) -> (NewRepository, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (CreateFromProvider, 1) -> (CreateFromKeys, 2) -> (makeDefaultErrorFunc, 2)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (HandleFunc, 2) -> (Handle, 2) -> (Fqdn, 1) -> (IsFqdn, 1) -> (attachStream, 1) -> (attach, 1) -> (SetRawTerminal, 1) -> (handleInterrupt, 2)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Delete, 1) -> (hashLabels, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (Add, 2) -> (copy, 2) -> (rescale, 1) -> (Quo, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (NewServer, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (attach, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (RunOnce, 1) -> (runOnce, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (SyncPods, 4) -> (DeleteOrphanedMirrorPods, 0) -> (DeleteMirrorPod, 1) -> (ParsePodFullName, 1)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (FindAllStringSubmatch, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (startKubelet, 3)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (generateMaskingKey, 0) -> (Ceil, 1) -> (StartExec, 2) -> (hijack, 3)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (listAndWatch, 0) -> (Jitter, 2) -> (nonResourceMatches, 1) -> (addRootScopedForbiddenMessageMaker, 3)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Do, 0) -> (NewDecoratedVisitor, 2) -> (UpdateObjectNamespace, 1) -> (SetNamespace, 2) -> (xzDecompress, 1) -> (CmdStream, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (delete, 1) -> (Delete, 1) -> (hashLabels, 1) -> (Clone, 0) -> (Resolve, 1) -> (NewBuilder, 3) -> (Stdin, 0)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (NewFactory, 1) -> (kGeneratorFunc, 1) -> (NewScalerClient, 2) -> (NewDeploymentConfigDescriber, 2) -> (Next, 1) -> (changedAndSetAnnotations, 2) -> (newImageStreamMappings, 2)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (FindAllStringSubmatch, 2) -> (Save, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (ExtractTarStream, 2)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (DeleteResource, 4) -> (write, 6)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (FindAllStringSubmatch, 2) -> (StreamOoms, 1)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (FindAllStringSubmatch, 2) -> (xzDecompress, 1) -> (CmdStream, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Do, 2) -> (fn, 0) -> (printValue, 2) -> (ReadSlice, 1) -> (Watch, 0) -> (NewDecoder, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Delete, 1) -> (hashLabels, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Errorf, 2) -> (logf, 3) -> (addLogLine, 1) -> (putBuffer, 1)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Delete, 1) -> (hashLabels, 1) -> (Sum64, 0) -> (newKV, 7) -> (detectSource, 1) -> (Detect, 1)
(setDuration, 1) -> (Sub, 1) -> (delete, 2) -> (SendRequest, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (SyncPods, 4) -> (DeleteOrphanedMirrorPods, 0)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (exportHTTP, 1) -> (Infof, 3) -> (serveUDP, 1) -> (RemoteAddr, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Get, 2) -> (getRelatedObjects, 2) -> (mappingFor, 2) -> (MakeMap, 1) -> (doConnect, 0)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (Do, 2) -> (fn, 0) -> (printValue, 2) -> (ReadSlice, 1) -> (newEtcdWatcher, 7)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (attachStream, 1) -> (attach, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (CreateFromConfig, 1) -> (CreateFromKeys, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (CreateFromProvider, 1) -> (CreateFromKeys, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (killUnwantedPods, 2) -> (killPod, 1) -> (KillPod, 1)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (StreamOoms, 1)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (updateStore, 3) -> (Update, 1) -> (updateConfig, 2) -> (Rename, 3) -> (ProxyLoop, 3)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Do, 2) -> (fn, 0) -> (WaitTimeout, 1) -> (Capture, 1) -> (Save, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (killUnwantedPods, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (Watch, 0) -> (NewDecoder, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (generateMaskingKey, 0) -> (Ceil, 1) -> (StartExec, 2) -> (hijack, 3)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Do, 2) -> (fn, 0) -> (WaitTimeout, 1) -> (Capture, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (generateMaskingKey, 0) -> (Ceil, 1) -> (StartExec, 2) -> (hijack, 3) -> (CloseWrite, 0) -> (tlsDialWithDialer, 4)
(setDuration, 1) -> (Sub, 1) -> (Copy, 0) -> (New, 1) -> (New, 2) -> (Size, 0) -> (binomial, 2) -> (parseEndpoint, 2)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Do, 2) -> (fn, 0) -> (WaitTimeout, 1) -> (Capture, 1) -> (poller, 2)
(setDuration, 1) -> (Now, 0) -> (Lock, 0) -> (GetW, 1) -> (Get, 1) -> (keyFn, 1) -> (CauseType, 1) -> (FindAllStringSubmatch, 2) -> (Resolve, 1) -> (NewBuilder, 3) -> (Stdin, 0) -> (Stream, 2) -> (NewStreamVisitor, 5) -> (getStream, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (listAndWatch, 0) -> (Jitter, 2) -> (nonResourceMatches, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (NewClientConnection, 1) -> (NewConnection, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (CreateSubjectAccessReview, 2) -> (NamespaceValue, 1) -> (createOrUpdate, 3)
(setDuration, 1) -> (Sub, 1) -> (Add, 1) -> (AddCommand, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (ServiceURL, 4) -> (buildTemplates, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (shutdown, 1) -> (AfterFunc, 2) -> (DefaultRegistryFunc, 1) -> (Zero, 1) -> (poller, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (NewServer, 1) -> (InstallDefaultHandlers, 0) -> (NamedCheck, 2)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Format, 1) -> (Bytes, 0) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (SyncPods, 4) -> (DeleteOrphanedMirrorPods, 0) -> (DeleteMirrorPod, 1) -> (getPodsDir, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (storeHashState, 0) -> (PutContent, 2) -> (getOptions, 0) -> (TrimLeft, 2) -> (Resolve, 1) -> (NewBuilder, 3) -> (Stdin, 0) -> (Stream, 2) -> (NewStreamVisitor, 5)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (Save, 1)
(setDuration, 1) -> (Rfc3339Copy, 0) -> (Parse, 2) -> (Indirect, 1) -> (ParseQuantity, 1) -> (Cmp, 1) -> (QuoRound, 4) -> (quo, 4) -> (SyncPods, 4) -> (DeleteOrphanedMirrorPods, 0)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (New, 1) -> (BindFlags, 1) -> (BoolVar, 4) -> (newBoolValue, 2) -> (InstrumentHandler, 2) -> (InstrumentHandlerFunc, 2) -> (InstrumentHandlerFuncWithOpts, 2)
(setDuration, 1) -> (Now, 0) -> (Unlock, 0) -> (Delete, 2) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (generateMaskingKey, 0) -> (Ceil, 1) -> (GetPodStatus, 1) -> (BuildPodFullName, 2) -> (makeRuntimePod, 2) -> (toPodStatus, 1)

```

Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket:
See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information.

commit ID: fe3f07ee509de38099565693aecc74e555f971ee

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.