github-vet / github-vet/rangeloop-pointer-findings
mike-liao/Alameda: operator/pkg/controller/alamedaresource/alamedaresource_controller.go; 3 LoC
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- PR metrics pending
Description
Found a possible issue in [mike-liao/Alameda](https://www.github.com/mike-liao/Alameda) at [operator/pkg/controller/alamedaresource/alamedaresource_controller.go](https://github.com/mike-liao/Alameda/blob/4850f35c4c4e00551b282c0d9544ffc541efba2f/operator/pkg/controller/alamedaresource/alamedaresource_controller.go#L214-L216)
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 ala at line 215 may start a goroutine
[Click here to see the code in its original context.](https://github.com/mike-liao/Alameda/blob/4850f35c4c4e00551b282c0d9544ffc541efba2f/operator/pkg/controller/alamedaresource/alamedaresource_controller.go#L214-L216)
Click here to show the 3 line(s) of Go which triggered the analyzer.
```go
for _, ala := range alamedaResourceList.Items {
r.updateAlamedaAnnotationByDeleteEvt(&ala, request)
}
```
Click here to show extra information the analyzer produced.
```
The following paths through the callgraph could lead to a goroutine:
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Encode, 1) -> (RawMessage, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Encode, 2) -> (ConvertToVersion, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Encode, 2) -> (ConvertToVersion, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 2) -> (DecodeInto, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 2) -> (DecodeInto, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (String, 0) -> (GroupVersionKind, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Now, 0) -> (Add, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Update, 1) -> (GetResourceVersion, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (New, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Read, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (open, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (Start, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (GetLogger, 0) -> (ZapLoggerTo, 2) -> (Build, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Start, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Run, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Run, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Get, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (f, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Encode, 1) -> (RawMessage, 1) -> (open, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (open, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Read, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (KeysPrefix, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (dial, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (dialStreamLocal, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (DialContext, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (f, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (start, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (startLeaderElection, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (start, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (run, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (ListAndWatch, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (run, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Build, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (NewWatcher, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (runAsync, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (processHeaders, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (poll, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Start, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (f, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Read, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (f, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Put, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Do, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (connect, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (start, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (runAndStreamParallelGinkgoSuite, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (runParallelGinkgoSuite, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (registerForInterrupts, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Do, 0) -> (writeCRDs, 1) -> (Accept, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Do, 0) -> (writeCRDs, 1) -> (Walk, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (setEncryptionHeaders, 3) -> (Sum256, 1) -> (Put, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (setEncryptionHeaders, 3) -> (Sum256, 1) -> (Do, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (setClientHeader, 1) -> (Go, 0) -> (Put, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (setClientHeader, 1) -> (Go, 0) -> (Do, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Encode, 2) -> (ConvertToVersion, 2) -> (open, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Encode, 2) -> (ConvertToVersion, 2) -> (open, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Encode, 2) -> (ConvertToVersion, 2) -> (Read, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Error, 0) -> (GetNamespace, 0) -> (Get, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 2) -> (DecodeInto, 3) -> (start, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 2) -> (DecodeInto, 3) -> (ReadStream, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (String, 0) -> (GroupVersionKind, 0) -> (Get, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (String, 0) -> (GroupVersionKind, 0) -> (open, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Format, 1) -> (WriteByte, 1) -> (Put, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Format, 1) -> (WriteByte, 1) -> (Do, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Now, 0) -> (Add, 1) -> (unref, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Now, 0) -> (Add, 1) -> (Build, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1) -> (open, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1) -> (start, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (start, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (ReadStream, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (Get, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (Start, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Update, 3) -> (add, 4) -> (Put, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Update, 3) -> (add, 4) -> (Do, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Update, 1) -> (GetResourceVersion, 0) -> (unref, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Update, 1) -> (GetResourceVersion, 0) -> (Build, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OnUpdate, 2) -> (Error, 6) -> (Delete, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (parseFiles, 6)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (start, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (startLeaderElection, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (start, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (run, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 0) -> (delete, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 1) -> (GetFunc, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 0) -> (delete, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (New, 2) -> (newAdmissionDecoder, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Read, 1) -> (Scan, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Read, 1) -> (Scan, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Open, 0) -> (StoreInt64, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (pathsToRemove, 2) -> (Difference, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (Start, 0) -> (DoEtcdArgDefaulting, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (Start, 0) -> (DoEtcdArgDefaulting, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (GetLogger, 0) -> (ZapLoggerTo, 2) -> (Set, 2) -> (singleError, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (GetLogger, 0) -> (ZapLoggerTo, 2) -> (Set, 2) -> (singleError, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (GetLogger, 0) -> (ZapLoggerTo, 2) -> (Build, 1) -> (Watch, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Keys, 1) -> (KeysPrefix, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Dial, 2) -> (dialerForRequest, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Dial, 2) -> (dialerForRequest, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Start, 1) -> (updateAllPullRequestCommits, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Start, 1) -> (updateAllPullRequestCommits, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Start, 1) -> (updateAllPullRequestCommits, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Start, 1) -> (updateAllPullRequestCommits, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Run, 1) -> (BinPathFinder, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (Load, 0) -> (ResolveLocalPaths, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (BuildRunCommand, 0) -> (NewSuiteRunner, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (BuildWatchCommand, 0) -> (NewSuiteRunner, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (BuildBuildCommand, 0) -> (NewInterruptHandler, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (Set, 2) -> (singleError, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (Set, 2) -> (singleError, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Encode, 1) -> (RawMessage, 1) -> (pathsToRemove, 2) -> (Difference, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Open, 0) -> (NewSectionReader, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Read, 1) -> (Scan, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Read, 1) -> (Scan, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (KeysPrefix, 2) -> (walker, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (DialWithConn, 4) -> (connect, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (DialContext, 3) -> (dial, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (DialContext, 3) -> (dial, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 0) -> (DoEtcdArgDefaulting, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 0) -> (DoEtcdArgDefaulting, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Open, 0) -> (NewSectionReader, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (BinPathFinder, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (startLeaderElection, 1) -> (start, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (start, 1) -> (startCache, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 0) -> (renew, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 0) -> (renew, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 0) -> (renew, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (run, 0) -> (ExponentialBackoff, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (run, 0) -> (ExponentialBackoff, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (run, 0) -> (ExponentialBackoff, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (run, 0) -> (ExponentialBackoff, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (referrers, 1) -> (usesOf, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (analyze, 2) -> (execAll, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (allPackages, 1) -> (ToSlash, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Load, 0) -> (ResolveLocalPaths, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Set, 2) -> (singleError, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Set, 2) -> (singleError, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (parseText, 1) -> (parseLeftDelim, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Set, 2) -> (singleError, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Set, 2) -> (singleError, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Set, 2) -> (singleError, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Set, 2) -> (singleError, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (tryThrottle, 0) -> (URL, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (AddDirRecursive, 1) -> (Walk, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Set, 2) -> (singleError, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Set, 2) -> (singleError, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (parseText, 1) -> (parseLeftDelim, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (JSON, 1) -> (foreachRef, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Open, 0) -> (NewSectionReader, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (processHeaders, 1) -> (handleResponse, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (OnDelete, 1) -> (Delete, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (WithCancel, 1) -> (cancel, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Start, 0) -> (DoEtcdArgDefaulting, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Start, 0) -> (DoEtcdArgDefaulting, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (ServeHTTP, 2) -> (writeResponse, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (ServeHTTP, 2) -> (writeResponse, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (ServeHTTP, 2) -> (writeResponse, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (AddDirRecursive, 1) -> (Walk, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Read, 1) -> (ReadAtLeast, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Open, 0) -> (NewSectionReader, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (WithCancel, 1) -> (cancel, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (newCCResolverWrapper, 1) -> (Build, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (runParallelGinkgoSuite, 0) -> (combineCoverprofiles, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (acquire, 0) -> (RecordEvent, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (renew, 0) -> (Infof, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Do, 0) -> (writeCRDs, 1) -> (AddDirRecursive, 1) -> (Walk, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Header, 0) -> (finish, 1) -> (LazyPrintf, 2) -> (addEvent, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Invokes, 2) -> (React, 1) -> (JSON, 1) -> (foreachRef, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Encode, 2) -> (ConvertToVersion, 2) -> (Read, 1) -> (ReadAtLeast, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Body, 1) -> (SetHeader, 2) -> (Open, 0) -> (NewSectionReader, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Name, 1) -> (vesPlural, 1) -> (linkEnclosing, 2) -> (value, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Name, 1) -> (vesPlural, 1) -> (setNames, 2) -> (value, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (String, 0) -> (GroupVersionKind, 0) -> (Load, 0) -> (ResolveLocalPaths, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (updateIndices, 3) -> (Insert, 1) -> (Delete, 1) -> (Remove, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Now, 0) -> (Add, 1) -> (Load, 0) -> (ResolveLocalPaths, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1) -> (Open, 0) -> (NewSectionReader, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1) -> (Open, 0) -> (NewSectionReader, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (traceEvent, 2) -> (incrTraceRefCount, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (Start, 0) -> (DoEtcdArgDefaulting, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (Start, 0) -> (DoEtcdArgDefaulting, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 1) -> (Count, 2) -> (Open, 0) -> (NewSectionReader, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 1) -> (Count, 2) -> (linkEnclosing, 2) -> (value, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 1) -> (Count, 2) -> (setNames, 2) -> (value, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Update, 1) -> (GetResourceVersion, 0) -> (Load, 0) -> (ResolveLocalPaths, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OnUpdate, 2) -> (Error, 6) -> (Delete, 1) -> (Erase, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (importAll, 4) -> (awaitCompletion, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (parsePackageFiles, 2) -> (ProcessFiles, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (Compare, 2) -> (enforce, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (Compare, 2) -> (enforce, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (Open, 0) -> (NewSectionReader, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (start, 1) -> (startCache, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Parse, 1) -> (parseText, 1) -> (parseLeftDelim, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (NewReader, 1) -> (FindExportData, 1) -> (readGopackHeader, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (New, 2) -> (newAdmissionDecoder, 1) -> (NewDiscoveryClientForConfigOrDie, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (New, 2) -> (newAdmissionDecoder, 1) -> (NewDiscoveryClientForConfigOrDie, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (NewReader, 1) -> (FindExportData, 1) -> (readGopackHeader, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Parse, 1) -> (parseText, 1) -> (parseLeftDelim, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (NewReader, 1) -> (FindExportData, 1) -> (readGopackHeader, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Reader, 1) -> (init, 2) -> (setBytes, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (finalize, 1) -> (setNames, 2) -> (value, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (finalize, 1) -> (setNames, 2) -> (value, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Open, 0) -> (StoreInt64, 2) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Open, 0) -> (StoreInt64, 2) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (printWithFileLine, 5) -> (output, 5) -> (putBuffer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (withDeadline, 2) -> (WithDeadline, 2) -> (AfterFunc, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (GetLogger, 0) -> (ZapLoggerTo, 2) -> (Build, 1) -> (Watch, 3) -> (Start, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (GetLogger, 0) -> (ZapLoggerTo, 2) -> (Build, 1) -> (Watch, 3) -> (Start, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Next, 1) -> (GetId, 0) -> (loadStructWithMeta, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Run, 2) -> (Until, 3) -> (condition, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Run, 2) -> (Until, 3) -> (condition, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Parse, 1) -> (parseText, 1) -> (parseLeftDelim, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (Load, 0) -> (ResolveLocalPaths, 1) -> (GetAuthInfoFileReferences, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (BuildRunCommand, 0) -> (NewSuiteRunner, 2) -> (SwallowSigQuit, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (BuildWatchCommand, 0) -> (NewSuiteRunner, 2) -> (SwallowSigQuit, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (BuildBuildCommand, 0) -> (NewInterruptHandler, 0) -> (SwallowSigQuit, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (Parse, 1) -> (parseText, 1) -> (parseLeftDelim, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (readTimeFromInput, 2) -> (Compare, 2) -> (ucol_strcollIter, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Encode, 1) -> (RawMessage, 1) -> (printWithFileLine, 5) -> (output, 5) -> (putBuffer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Encode, 1) -> (RawMessage, 1) -> (withDeadline, 2) -> (WithDeadline, 2) -> (AfterFunc, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (string, 1) -> (tracef, 2) -> (String, 0) -> (printf, 3) -> (delta, 1) -> (Day, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (resolve, 1) -> (clean, 1) -> (inheritSlice, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (resolve, 1) -> (clean, 1) -> (inheritSlice, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (AddTraceEvent, 2) -> (get, 0) -> (linksByStart, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (NewNamedRateLimitingQueue, 2) -> (NewNamedDelayingQueue, 1) -> (newDelayingQueue, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Key, 2) -> (attrKey, 2) -> (value, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Key, 2) -> (attrKey, 2) -> (value, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (DialContext, 3) -> (dial, 3) -> (getNotifyChan, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (DialContext, 3) -> (dial, 3) -> (getNotifyChan, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (NewNamedRateLimitingQueue, 2) -> (NewNamedDelayingQueue, 1) -> (newDelayingQueue, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (DeepCopy, 0) -> (DeepCopySelector, 0) -> (andTerm, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (NewNamedRateLimitingQueue, 2) -> (NewNamedDelayingQueue, 1) -> (newDelayingQueue, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (NewNamedRateLimitingQueue, 2) -> (NewNamedDelayingQueue, 1) -> (newDelayingQueue, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (NewNamedRateLimitingQueue, 2) -> (NewNamedDelayingQueue, 1) -> (newDelayingQueue, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (start, 1) -> (startCache, 1) -> (deliverMessage, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (run, 1) -> (Shutdown, 1) -> (shutdown, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (run, 1) -> (Shutdown, 1) -> (shutdown, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 0) -> (renew, 0) -> (RecordEvent, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 0) -> (renew, 0) -> (RecordEvent, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 0) -> (renew, 0) -> (RecordEvent, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Parse, 1) -> (parseText, 1) -> (parseLeftDelim, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (run, 0) -> (ExponentialBackoff, 2) -> (condition, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (load, 2) -> (PrintErrors, 1) -> (Visit, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Load, 0) -> (ResolveLocalPaths, 1) -> (GetAuthInfoFileReferences, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (parse, 2) -> (flush, 0) -> (parseExpression, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (SetTransportDefaults, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (UpdateSubscription, 2) -> (Errorf, 3) -> (printf, 3) -> (delta, 1) -> (Day, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (finish, 1) -> (Finish, 0) -> (addMeasurement, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (parse, 2) -> (flush, 0) -> (parseExpression, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (NewNamedRateLimitingQueue, 2) -> (NewNamedDelayingQueue, 1) -> (newDelayingQueue, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (processHeaders, 1) -> (handleResponse, 2) -> (setResponseUncompressed, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (processHeaders, 1) -> (handleResponse, 2) -> (setResponseUncompressed, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (processData, 1) -> (endStream, 1) -> (writeFrame, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (processSettings, 1) -> (WriteSettingsAck, 0) -> (Pop, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (processWindowUpdate, 1) -> (scheduleFrameWrite, 0) -> (Pop, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (resolvePairedBrackets, 1) -> (resolveBrackets, 2) -> (assignBracketType, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Key, 2) -> (attrKey, 2) -> (value, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Key, 2) -> (attrKey, 2) -> (value, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (printf, 3) -> (delta, 1) -> (Day, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (isNewResumeToken, 1) -> (Compare, 2) -> (ucol_strcollIter, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (resolve, 1) -> (clean, 1) -> (inheritSlice, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (resolve, 1) -> (clean, 1) -> (inheritSlice, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (printf, 3) -> (delta, 1) -> (putBuffer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (reportSuiteWillBegin, 0) -> (SpecSuiteWillBegin, 2) -> (AnnounceNumberOfSpecs, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (renew, 0) -> (Infof, 3) -> (Eventf, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (newPatchCall, 1) -> (UserProject, 1) -> (finish, 1) -> (Finish, 0) -> (addMeasurement, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Encode, 2) -> (ConvertToVersion, 2) -> (Key, 2) -> (attrKey, 2) -> (value, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Encode, 2) -> (ConvertToVersion, 2) -> (Key, 2) -> (attrKey, 2) -> (value, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Encode, 2) -> (ConvertToVersion, 2) -> (printWithFileLine, 5) -> (output, 5) -> (putBuffer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Encode, 2) -> (ConvertToVersion, 2) -> (printf, 3) -> (delta, 1) -> (putBuffer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Body, 1) -> (SetHeader, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Body, 1) -> (SetHeader, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Error, 0) -> (GetNamespace, 0) -> (printf, 3) -> (delta, 1) -> (putBuffer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 2) -> (DecodeInto, 3) -> (pbDecrypt, 2) -> (Compare, 2) -> (ucol_strcollIter, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 2) -> (DecodeInto, 3) -> (pbDecrypt, 2) -> (Compare, 2) -> (ucol_strcollIter, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 2) -> (DecodeInto, 3) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 2) -> (DecodeInto, 3) -> (finalize, 1) -> (setNames, 2) -> (value, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 2) -> (DecodeInto, 3) -> (finalize, 1) -> (setNames, 2) -> (value, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (String, 0) -> (GroupVersionKind, 0) -> (printf, 3) -> (delta, 1) -> (putBuffer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (String, 0) -> (GroupVersionKind, 0) -> (printWithFileLine, 5) -> (output, 5) -> (putBuffer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (String, 0) -> (GroupVersionKind, 0) -> (Load, 0) -> (ResolveLocalPaths, 1) -> (GetAuthInfoFileReferences, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (String, 0) -> (GroupVersionKind, 0) -> (printf, 3) -> (delta, 1) -> (putBuffer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Now, 0) -> (Add, 1) -> (Load, 0) -> (ResolveLocalPaths, 1) -> (GetAuthInfoFileReferences, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (printWithFileLine, 5) -> (output, 5) -> (putBuffer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 1) -> (Count, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 1) -> (Count, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 1) -> (Count, 2) -> (printf, 3) -> (delta, 1) -> (putBuffer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Update, 1) -> (GetResourceVersion, 0) -> (Load, 0) -> (ResolveLocalPaths, 1) -> (GetAuthInfoFileReferences, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (printf, 3) -> (delta, 1) -> (putBuffer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (start, 1) -> (startCache, 1) -> (deliverMessage, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (run, 1) -> (Shutdown, 1) -> (shutdown, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (NewReader, 1) -> (FindExportData, 1) -> (readGopackHeader, 1) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (NewReader, 1) -> (FindExportData, 1) -> (readGopackHeader, 1) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (New, 2) -> (newAdmissionDecoder, 1) -> (NewDiscoveryClientForConfigOrDie, 1) -> (newSpecificInformersMap, 6)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (New, 2) -> (newAdmissionDecoder, 1) -> (NewDiscoveryClientForConfigOrDie, 1) -> (newSpecificInformersMap, 6)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (New, 2) -> (newAdmissionDecoder, 1) -> (NewDiscoveryClientForConfigOrDie, 1) -> (newSpecificInformersMap, 6)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (NewReader, 1) -> (FindExportData, 1) -> (readGopackHeader, 1) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (NewReader, 1) -> (FindExportData, 1) -> (readGopackHeader, 1) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (NewReader, 1) -> (FindExportData, 1) -> (readGopackHeader, 1) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (NewReader, 1) -> (FindExportData, 1) -> (readGopackHeader, 1) -> (handleRawConn, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (get, 1) -> (sinceInMicroseconds, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Read, 1) -> (Scan, 0) -> (parsenum, 3) -> (tooLarge, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Errorf, 2) -> (ErrorDepth, 2) -> (printDepth, 3) -> (Array, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Fatalf, 2) -> (FatalDepth, 2) -> (printDepth, 3) -> (Array, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Reader, 1) -> (init, 2) -> (setBytes, 1) -> (Variants, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Reader, 1) -> (init, 2) -> (setBytes, 1) -> (Variants, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Infof, 2) -> (InfoDepth, 2) -> (printDepth, 3) -> (Array, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (get, 1) -> (sinceInMicroseconds, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (Infof, 2) -> (InfoDepth, 2) -> (printDepth, 3) -> (Array, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (print, 2) -> (printDepth, 3) -> (output, 5) -> (putBuffer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (Errorf, 2) -> (ErrorDepth, 2) -> (sweetenFields, 1) -> (Array, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1) -> (Generic, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1) -> (Generic, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1) -> (Generic, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Marshal, 3) -> (Next, 1) -> (GetId, 0) -> (loadStructWithMeta, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Next, 1) -> (GetId, 0) -> (loadStructWithMeta, 3) -> (newStructFLS, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (New, 3) -> (DefaultControllerRateLimiter, 0) -> (NewLimiter, 2) -> (newDelayingQueue, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (NewEstablishingController, 2) -> (DefaultControllerRateLimiter, 0) -> (NewLimiter, 2) -> (newDelayingQueue, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (NewDiscoveryController, 3) -> (AddEventHandler, 1) -> (AddEventHandlerWithResyncPeriod, 2) -> (addListener, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (NewNamingConditionController, 2) -> (AddEventHandler, 1) -> (AddEventHandlerWithResyncPeriod, 2) -> (addListener, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (NewCRDFinalizer, 3) -> (AddEventHandler, 1) -> (AddEventHandlerWithResyncPeriod, 2) -> (addListener, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Start, 1) -> (updateAllPullRequestCommits, 0) -> (GetSHA, 0) -> (GetNumber, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Start, 1) -> (updateAllPullRequestCommits, 0) -> (GetSHA, 0) -> (GetNumber, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Run, 1) -> (BinPathFinder, 1) -> (LookupEnv, 1) -> (ParseStructTags, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Run, 2) -> (Until, 3) -> (condition, 1) -> (resetOrReuseTimer, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (get, 1) -> (sinceInMicroseconds, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (get, 1) -> (sinceInMicroseconds, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (New, 3) -> (DefaultControllerRateLimiter, 0) -> (NewLimiter, 2) -> (newDelayingQueue, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Read, 1) -> (Scan, 0) -> (parsenum, 3) -> (tooLarge, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (DialContext, 3) -> (dial, 3) -> (getNotifyChan, 0) -> (handleServiceConfig, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1) -> (Generic, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1) -> (Generic, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1) -> (Generic, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (BinPathFinder, 1) -> (LookupEnv, 1) -> (ParseStructTags, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (WaitForCacheSync, 1) -> (HasSyncedFuncs, 0) -> (syncFunc, 0) -> (poller, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (run, 1) -> (Shutdown, 1) -> (shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (ListAndWatch, 1) -> (Warningf, 4) -> (WatchWithPrefix, 1) -> (blockQueue, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 0) -> (renew, 0) -> (RecordEvent, 1) -> (Eventf, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (run, 0) -> (ExponentialBackoff, 2) -> (condition, 0) -> (DeletionHandlingMetaNamespaceKeyFunc, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (run, 0) -> (ExponentialBackoff, 2) -> (condition, 0) -> (DeletionHandlingMetaNamespaceKeyFunc, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (run, 0) -> (ExponentialBackoff, 2) -> (condition, 0) -> (DeletionHandlingMetaNamespaceKeyFunc, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (run, 0) -> (ExponentialBackoff, 2) -> (condition, 0) -> (DeletionHandlingMetaNamespaceKeyFunc, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (run, 0) -> (ExponentialBackoff, 2) -> (condition, 0) -> (DeletionHandlingMetaNamespaceKeyFunc, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (load, 2) -> (PrintErrors, 1) -> (Visit, 3) -> (post, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (SetTransportDefaults, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1) -> (addConnIfNeeded, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1) -> (Generic, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1) -> (Generic, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (performDryRun, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Trunc, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (performDryRun, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Trunc, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (performDryRun, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Trunc, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (performDryRun, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Trunc, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (reportSuiteWillBegin, 0) -> (SpecSuiteWillBegin, 2) -> (AnnounceNumberOfSpecs, 3) -> (printNewLine, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (renew, 0) -> (Infof, 3) -> (Eventf, 4) -> (WaitFunc, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 2) -> (DecodeInto, 3) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 2) -> (DecodeInto, 3) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (Write, 4) -> (WriteHeader, 2) -> (writeHeaderLocked, 1) -> (closeStream, 5)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1) -> (Generic, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1) -> (Generic, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (run, 1) -> (Shutdown, 1) -> (shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (New, 2) -> (newAdmissionDecoder, 1) -> (NewDiscoveryClientForConfigOrDie, 1) -> (newSpecificInformersMap, 6) -> (Go, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (New, 2) -> (newAdmissionDecoder, 1) -> (NewDiscoveryClientForConfigOrDie, 1) -> (newSpecificInformersMap, 6) -> (receive, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (get, 1) -> (sinceInMicroseconds, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1) -> (addConnIfNeeded, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Read, 1) -> (Scan, 0) -> (parsenum, 3) -> (tooLarge, 1) -> (dialRemoteLB, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Read, 1) -> (Scan, 0) -> (parsenum, 3) -> (tooLarge, 1) -> (newCCBalancerWrapper, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (finish, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (awaitOpenSlotForRequest, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (scheduleBodyWrite, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Open, 0) -> (StoreInt64, 2) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (resolveNow, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Open, 0) -> (StoreInt64, 2) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (finish, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (awaitOpenSlotForRequest, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (scheduleBodyWrite, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (get, 1) -> (sinceInMicroseconds, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1) -> (addConnIfNeeded, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (readPreface, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (startPush, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (newDirTree, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (CloseNotify, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1) -> (Generic, 2) -> (newMessageIterator, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (readPreface, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (startPush, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (newDirTree, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (CloseNotify, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Marshal, 3) -> (Next, 1) -> (GetId, 0) -> (loadStructWithMeta, 3) -> (loadRecursive, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Start, 1) -> (updateAllPullRequestCommits, 0) -> (GetSHA, 0) -> (GetNumber, 0) -> (dialRemoteLB, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Start, 1) -> (updateAllPullRequestCommits, 0) -> (GetSHA, 0) -> (GetNumber, 0) -> (newCCBalancerWrapper, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Start, 1) -> (updateAllPullRequestCommits, 0) -> (GetSHA, 0) -> (GetNumber, 0) -> (NewConn, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Run, 1) -> (BinPathFinder, 1) -> (LookupEnv, 1) -> (ParseStructTags, 1) -> (NewStreamWatcher, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (get, 1) -> (sinceInMicroseconds, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1) -> (addConnIfNeeded, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (readPreface, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (startPush, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (newDirTree, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (CloseNotify, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (finish, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (awaitOpenSlotForRequest, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (scheduleBodyWrite, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (get, 1) -> (sinceInMicroseconds, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1) -> (addConnIfNeeded, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (readPreface, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (startPush, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (newDirTree, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (CloseNotify, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (finish, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (awaitOpenSlotForRequest, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (scheduleBodyWrite, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (resolveNow, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Read, 1) -> (Scan, 0) -> (parsenum, 3) -> (tooLarge, 1) -> (dialRemoteLB, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Read, 1) -> (Scan, 0) -> (parsenum, 3) -> (tooLarge, 1) -> (newCCBalancerWrapper, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (CloseSend, 0) -> (bufferForRetryLocked, 2) -> (WriteHeader, 2) -> (writeHeaderLocked, 1) -> (verify, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (read, 2) -> (width, 1) -> (bqToTable, 2) -> (GetQueryResults, 2) -> (finish, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (read, 2) -> (width, 1) -> (bqToTable, 2) -> (GetQueryResults, 2) -> (awaitOpenSlotForRequest, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (read, 2) -> (width, 1) -> (bqToTable, 2) -> (GetQueryResults, 2) -> (scheduleBodyWrite, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (DialContext, 3) -> (dial, 3) -> (getNotifyChan, 0) -> (handleServiceConfig, 1) -> (dialRemoteLB, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (DialContext, 3) -> (dial, 3) -> (getNotifyChan, 0) -> (handleServiceConfig, 1) -> (newCCBalancerWrapper, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1) -> (Generic, 2) -> (newMessageIterator, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (resolveNow, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1) -> (newCCBalancerWrapper, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1) -> (Build, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (BinPathFinder, 1) -> (LookupEnv, 1) -> (ParseStructTags, 1) -> (NewStreamWatcher, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (ListAndWatch, 1) -> (Warningf, 4) -> (WatchWithPrefix, 1) -> (blockQueue, 1) -> (NewStreamWatcher, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 0) -> (renew, 0) -> (RecordEvent, 1) -> (Eventf, 4) -> (TailFile, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 0) -> (renew, 0) -> (RecordEvent, 1) -> (Eventf, 4) -> (verify, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (resolveNow, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1) -> (Generic, 2) -> (newMessageIterator, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (finish, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (awaitOpenSlotForRequest, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (scheduleBodyWrite, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Execute, 2) -> (doFile, 1) -> (doTemplate, 2) -> (Process, 3) -> (fixImports, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (resolveNow, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1) -> (Build, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (performDryRun, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Trunc, 1) -> (TailFile, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (performDryRun, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Trunc, 1) -> (TailFile, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (performDryRun, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Trunc, 1) -> (TailFile, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (performDryRun, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Trunc, 1) -> (TailFile, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (renew, 0) -> (Infof, 3) -> (Eventf, 4) -> (WaitFunc, 1) -> (fulfill, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Body, 1) -> (SetHeader, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (resolveNow, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Body, 1) -> (SetHeader, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Error, 0) -> (GetNamespace, 0) -> (Get, 2) -> (NewSharedIndexInformer, 4) -> (NewCacheMutationDetector, 1) -> (Warningln, 1) -> (finish, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Error, 0) -> (GetNamespace, 0) -> (Get, 2) -> (NewSharedIndexInformer, 4) -> (NewCacheMutationDetector, 1) -> (Warningln, 1) -> (awaitOpenSlotForRequest, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Error, 0) -> (GetNamespace, 0) -> (Get, 2) -> (NewSharedIndexInformer, 4) -> (NewCacheMutationDetector, 1) -> (Warningln, 1) -> (scheduleBodyWrite, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 2) -> (DecodeInto, 3) -> (read, 2) -> (width, 1) -> (WriteHeaderAndEntity, 2) -> (EntityWriter, 0) -> (finish, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 2) -> (DecodeInto, 3) -> (read, 2) -> (width, 1) -> (WriteHeaderAndEntity, 2) -> (EntityWriter, 0) -> (awaitOpenSlotForRequest, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 2) -> (DecodeInto, 3) -> (read, 2) -> (width, 1) -> (WriteHeaderAndEntity, 2) -> (EntityWriter, 0) -> (scheduleBodyWrite, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 2) -> (DecodeInto, 3) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1) -> (Build, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (pathAndVersionFor, 1) -> (DefaultVersionedAPIPath, 2) -> (expandResourceShortcut, 1) -> (getShortcutMappings, 0) -> (ServerResources, 0) -> (withRetries, 2) -> (fetchGroupVersionResources, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (String, 0) -> (GroupVersionKind, 0) -> (Get, 2) -> (NewSharedIndexInformer, 4) -> (NewCacheMutationDetector, 1) -> (Warningln, 1) -> (finish, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (String, 0) -> (GroupVersionKind, 0) -> (Get, 2) -> (NewSharedIndexInformer, 4) -> (NewCacheMutationDetector, 1) -> (Warningln, 1) -> (awaitOpenSlotForRequest, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (String, 0) -> (GroupVersionKind, 0) -> (Get, 2) -> (NewSharedIndexInformer, 4) -> (NewCacheMutationDetector, 1) -> (Warningln, 1) -> (scheduleBodyWrite, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (String, 0) -> (GroupVersionKind, 0) -> (Execute, 2) -> (doFile, 1) -> (doTemplate, 2) -> (Process, 3) -> (fixImports, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (resolveNow, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1) -> (Build, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (resolveNow, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (read, 2) -> (width, 1) -> (WriteHeaderAndEntity, 2) -> (EntityWriter, 0) -> (finish, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (read, 2) -> (width, 1) -> (WriteHeaderAndEntity, 2) -> (EntityWriter, 0) -> (awaitOpenSlotForRequest, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (read, 2) -> (width, 1) -> (WriteHeaderAndEntity, 2) -> (EntityWriter, 0) -> (scheduleBodyWrite, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1) -> (Build, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (Get, 2) -> (NewSharedIndexInformer, 4) -> (NewCacheMutationDetector, 1) -> (Warningln, 1) -> (finish, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (Get, 2) -> (NewSharedIndexInformer, 4) -> (NewCacheMutationDetector, 1) -> (Warningln, 1) -> (awaitOpenSlotForRequest, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (Get, 2) -> (NewSharedIndexInformer, 4) -> (NewCacheMutationDetector, 1) -> (Warningln, 1) -> (scheduleBodyWrite, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (Write, 4) -> (WriteHeader, 2) -> (writeHeaderLocked, 1) -> (closeStream, 5) -> (fulfill, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1) -> (Generic, 2) -> (newMessageIterator, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 1) -> (Count, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (resolveNow, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 1) -> (Count, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (resolveNow, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1) -> (Build, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (NewReader, 1) -> (FindExportData, 1) -> (readGopackHeader, 1) -> (handleRawConn, 1) -> (resetTransport, 1) -> (createTransport, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (NewReader, 1) -> (FindExportData, 1) -> (readGopackHeader, 1) -> (handleRawConn, 1) -> (resetTransport, 1) -> (createTransport, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 0) -> (delete, 1) -> (eq, 2) -> (Complex, 0) -> (Finish, 1) -> (finish, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 0) -> (delete, 1) -> (eq, 2) -> (Complex, 0) -> (roundTrip, 1) -> (handleReadLoopResponse, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 0) -> (delete, 1) -> (eq, 2) -> (Complex, 0) -> (roundTrip, 1) -> (handleReadLoopResponse, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 1) -> (GetFunc, 1) -> (IsExpired, 1) -> (RetrieveKeyFunc, 1) -> (Finish, 1) -> (finish, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 1) -> (GetFunc, 1) -> (IsExpired, 1) -> (RetrieveKeyFunc, 1) -> (roundTrip, 1) -> (handleReadLoopResponse, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 1) -> (GetFunc, 1) -> (IsExpired, 1) -> (RetrieveKeyFunc, 1) -> (roundTrip, 1) -> (handleReadLoopResponse, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 0) -> (delete, 1) -> (eq, 2) -> (Complex, 0) -> (Finish, 1) -> (finish, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 0) -> (delete, 1) -> (eq, 2) -> (Complex, 0) -> (roundTrip, 1) -> (handleReadLoopResponse, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 0) -> (delete, 1) -> (eq, 2) -> (Complex, 0) -> (roundTrip, 1) -> (handleReadLoopResponse, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (New, 2) -> (newAdmissionDecoder, 1) -> (NewDiscoveryClientForConfigOrDie, 1) -> (newSpecificInformersMap, 6) -> (receive, 4) -> (old, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (NewReader, 1) -> (FindExportData, 1) -> (readGopackHeader, 1) -> (handleRawConn, 1) -> (resetTransport, 1) -> (createTransport, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (NewReader, 1) -> (FindExportData, 1) -> (readGopackHeader, 1) -> (handleRawConn, 1) -> (resetTransport, 1) -> (createTransport, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (NewReader, 1) -> (FindExportData, 1) -> (readGopackHeader, 1) -> (handleRawConn, 1) -> (resetTransport, 1) -> (createTransport, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (NewReader, 1) -> (FindExportData, 1) -> (readGopackHeader, 1) -> (handleRawConn, 1) -> (resetTransport, 1) -> (createTransport, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Read, 1) -> (Scan, 0) -> (parsenum, 3) -> (tooLarge, 1) -> (Finish, 1) -> (finish, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Read, 1) -> (Scan, 0) -> (parsenum, 3) -> (tooLarge, 1) -> (roundTrip, 1) -> (handleReadLoopResponse, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Read, 1) -> (Scan, 0) -> (parsenum, 3) -> (tooLarge, 1) -> (roundTrip, 1) -> (handleReadLoopResponse, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Read, 1) -> (Scan, 0) -> (parsenum, 3) -> (tooLarge, 1) -> (newCCBalancerWrapper, 3) -> (Build, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (roundTrip, 1) -> (handleReadLoopResponse, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (roundTrip, 1) -> (handleReadLoopResponse, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Do, 2) -> (Execute, 2) -> (doFile, 1) -> (doTemplate, 2) -> (Process, 3) -> (addImportSpaces, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Reader, 1) -> (init, 2) -> (setBytes, 1) -> (Variants, 0) -> (resetTransport, 1) -> (createTransport, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Reader, 1) -> (init, 2) -> (setBytes, 1) -> (Variants, 0) -> (resetTransport, 1) -> (createTransport, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Open, 0) -> (StoreInt64, 2) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (NewServerTransport, 3) -> (newHTTP2Server, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1) -> (Generic, 2) -> (NewServerTransport, 3) -> (newHTTP2Server, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (GetLogger, 0) -> (ZapLoggerTo, 2) -> (print, 1) -> (SelectionString, 2) -> (Lookup, 2) -> (lookupNamed, 1) -> (Process, 3) -> (addImportSpaces, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Next, 1) -> (GetId, 0) -> (loadStructWithMeta, 3) -> (newStructFLS, 1) -> (loadPackage, 1) -> (importerFunc, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Start, 1) -> (updateAllPullRequestCommits, 0) -> (GetSHA, 0) -> (GetNumber, 0) -> (newCCBalancerWrapper, 3) -> (Build, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (string, 1) -> (tracef, 2) -> (String, 0) -> (print, 1) -> (SelectionString, 2) -> (Lookup, 2) -> (doTemplate, 2) -> (Process, 3) -> (addImportSpaces, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (NewServerTransport, 3) -> (newHTTP2Server, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Read, 1) -> (Scan, 0) -> (parsenum, 3) -> (tooLarge, 1) -> (newCCBalancerWrapper, 3) -> (Build, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (CloseSend, 0) -> (bufferForRetryLocked, 2) -> (WriteHeader, 2) -> (writeHeaderLocked, 1) -> (verify, 3) -> (WaitAuthorization, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (DialContext, 3) -> (dial, 3) -> (getNotifyChan, 0) -> (handleServiceConfig, 1) -> (newCCBalancerWrapper, 3) -> (Build, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1) -> (Generic, 2) -> (NewServerTransport, 3) -> (newHTTP2Server, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (NewServerTransport, 3) -> (newHTTP2Server, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1) -> (watchRemoteBalancer, 0) -> (Warning, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1) -> (newCCBalancerWrapper, 3) -> (Build, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (start, 1) -> (startCache, 1) -> (deliverMessage, 3) -> (deleteStreamAt, 2) -> (NewServerTransport, 3) -> (newHTTP2Server, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 0) -> (renew, 0) -> (RecordEvent, 1) -> (Eventf, 4) -> (verify, 3) -> (WaitAuthorization, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (load, 2) -> (PrintErrors, 1) -> (Visit, 3) -> (post, 1) -> (loadPackage, 1) -> (importerFunc, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (CreateTestMainPackage, 1) -> (SetDebugMode, 1) -> (SetDebugMode, 1) -> (Method, 0) -> (Process, 3) -> (addImportSpaces, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (NewServerTransport, 3) -> (newHTTP2Server, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (executeTemplate, 2) -> (Execute, 2) -> (doFile, 1) -> (doTemplate, 2) -> (Process, 3) -> (addImportSpaces, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1) -> (Generic, 2) -> (NewServerTransport, 3) -> (newHTTP2Server, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Do, 2) -> (Execute, 2) -> (doFile, 1) -> (doTemplate, 2) -> (Process, 3) -> (addImportSpaces, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (print, 1) -> (SelectionString, 2) -> (isPointerToConcrete, 1) -> (doTemplate, 2) -> (Process, 3) -> (addImportSpaces, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (print, 1) -> (SelectionString, 2) -> (isPointerToConcrete, 1) -> (doTemplate, 2) -> (Process, 3) -> (addImportSpaces, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (NewServerTransport, 3) -> (newHTTP2Server, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1) -> (watchRemoteBalancer, 0) -> (Warning, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Body, 1) -> (SetHeader, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (NewServerTransport, 3) -> (newHTTP2Server, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 2) -> (DecodeInto, 3) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1) -> (watchRemoteBalancer, 0) -> (Warning, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (pathAndVersionFor, 1) -> (DefaultVersionedAPIPath, 2) -> (ResourcesFor, 1) -> (expandResourceShortcut, 1) -> (getShortcutMappings, 0) -> (ServerResources, 0) -> (ServerResources, 1) -> (fetchGroupVersionResources, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (NewServerTransport, 3) -> (newHTTP2Server, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1) -> (watchRemoteBalancer, 0) -> (Warning, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (NewServerTransport, 3) -> (newHTTP2Server, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1) -> (watchRemoteBalancer, 0) -> (Warning, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1) -> (Generic, 2) -> (NewServerTransport, 3) -> (newHTTP2Server, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 1) -> (Count, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (NewServerTransport, 3) -> (newHTTP2Server, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (NewServerTransport, 3) -> (newHTTP2Server, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1) -> (watchRemoteBalancer, 0) -> (Warning, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (start, 1) -> (startCache, 1) -> (deliverMessage, 3) -> (deleteStreamAt, 2) -> (NewServerTransport, 3) -> (newHTTP2Server, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (NewReader, 1) -> (FindExportData, 1) -> (readGopackHeader, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (Warningln, 2) -> (newHTTP2Server, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (New, 2) -> (newAdmissionDecoder, 1) -> (NewDiscoveryClientForConfigOrDie, 1) -> (newSpecificInformersMap, 6) -> (newHTTP2Transport, 2) -> (Warningln, 2) -> (newHTTP2Server, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (NewReader, 1) -> (FindExportData, 1) -> (readGopackHeader, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (Warningln, 2) -> (newHTTP2Server, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (NewReader, 1) -> (FindExportData, 1) -> (readGopackHeader, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (Warningln, 2) -> (newHTTP2Server, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Read, 1) -> (Scan, 0) -> (parsenum, 3) -> (tooLarge, 1) -> (dialRemoteLB, 1) -> (watchRemoteBalancer, 0) -> (Warning, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (GetClientConn, 2) -> (getClientConn, 3) -> (getStartDialLocked, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Reader, 1) -> (init, 2) -> (setBytes, 1) -> (Variants, 0) -> (newHTTP2Transport, 2) -> (Warningln, 2) -> (newHTTP2Server, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Open, 0) -> (StoreInt64, 2) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (GetClientConn, 2) -> (getClientConn, 3) -> (getStartDialLocked, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Marshal, 3) -> (Next, 1) -> (GetId, 0) -> (loadStructWithMeta, 3) -> (loadRecursive, 1) -> (loadPackage, 1) -> (importerFunc, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Start, 1) -> (updateAllPullRequestCommits, 0) -> (GetSHA, 0) -> (GetNumber, 0) -> (dialRemoteLB, 1) -> (watchRemoteBalancer, 0) -> (Warning, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (GetClientConn, 2) -> (getClientConn, 3) -> (getStartDialLocked, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (GetClientConn, 2) -> (getClientConn, 3) -> (getStartDialLocked, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (DialURL, 3) -> (VerifyHostname, 1) -> (DialTimeout, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Read, 1) -> (Scan, 0) -> (parsenum, 3) -> (tooLarge, 1) -> (dialRemoteLB, 1) -> (watchRemoteBalancer, 0) -> (Warning, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (GetConfig, 0) -> (InClusterConfig, 0) -> (NewPool, 1) -> (AddCert, 1) -> (NewContext, 0) -> (NewInstance, 1) -> (startChild, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (read, 2) -> (width, 1) -> (bqToTable, 2) -> (GetQueryResults, 2) -> (GetClientConn, 2) -> (getClientConn, 3) -> (getStartDialLocked, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (read, 2) -> (width, 1) -> (bqToTable, 2) -> (GetQueryResults, 2) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (DialContext, 3) -> (dial, 3) -> (getNotifyChan, 0) -> (handleServiceConfig, 1) -> (dialRemoteLB, 1) -> (watchRemoteBalancer, 0) -> (Warning, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (SetTransportDefaults, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1) -> (addConnIfNeeded, 3) -> (run, 3) -> (run1, 4) -> (envForDir, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (GetConfig, 0) -> (InClusterConfig, 0) -> (NewPool, 1) -> (AddCert, 1) -> (NewContext, 0) -> (NewInstance, 1) -> (startChild, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (GetClientConn, 2) -> (getClientConn, 3) -> (getStartDialLocked, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (DialURL, 3) -> (VerifyHostname, 1) -> (DialTimeout, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (reportSuiteWillBegin, 0) -> (SpecSuiteWillBegin, 2) -> (AnnounceNumberOfSpecs, 3) -> (printNewLine, 0) -> (tailFileSync, 0) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Body, 1) -> (SetHeader, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Error, 0) -> (GetNamespace, 0) -> (Get, 2) -> (NewSharedIndexInformer, 4) -> (NewCacheMutationDetector, 1) -> (Warningln, 1) -> (GetClientConn, 2) -> (getClientConn, 3) -> (getStartDialLocked, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Error, 0) -> (GetNamespace, 0) -> (Get, 2) -> (NewSharedIndexInformer, 4) -> (NewCacheMutationDetector, 1) -> (Warningln, 1) -> (dial, 1) -> (Handshake, 0) -> (proxyClient, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 2) -> (DecodeInto, 3) -> (read, 2) -> (width, 1) -> (WriteHeaderAndEntity, 2) -> (EntityWriter, 0) -> (GetClientConn, 2) -> (getClientConn, 3) -> (getStartDialLocked, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 2) -> (DecodeInto, 3) -> (read, 2) -> (width, 1) -> (WriteHeaderAndEntity, 2) -> (EntityWriter, 0) -> (dial, 1) -> (Handshake, 0) -> (proxyClient, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (String, 0) -> (GroupVersionKind, 0) -> (Get, 2) -> (NewSharedIndexInformer, 4) -> (NewCacheMutationDetector, 1) -> (Warningln, 1) -> (GetClientConn, 2) -> (getClientConn, 3) -> (getStartDialLocked, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (String, 0) -> (GroupVersionKind, 0) -> (Get, 2) -> (NewSharedIndexInformer, 4) -> (NewCacheMutationDetector, 1) -> (Warningln, 1) -> (dial, 1) -> (Handshake, 0) -> (proxyClient, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (read, 2) -> (width, 1) -> (WriteHeaderAndEntity, 2) -> (EntityWriter, 0) -> (GetClientConn, 2) -> (getClientConn, 3) -> (getStartDialLocked, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (read, 2) -> (width, 1) -> (WriteHeaderAndEntity, 2) -> (EntityWriter, 0) -> (dial, 1) -> (Handshake, 0) -> (proxyClient, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (Get, 2) -> (NewSharedIndexInformer, 4) -> (NewCacheMutationDetector, 1) -> (Warningln, 1) -> (GetClientConn, 2) -> (getClientConn, 3) -> (getStartDialLocked, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (Get, 2) -> (NewSharedIndexInformer, 4) -> (NewCacheMutationDetector, 1) -> (Warningln, 1) -> (dial, 1) -> (Handshake, 0) -> (proxyClient, 3)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 1) -> (Count, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (NewReader, 1) -> (FindExportData, 1) -> (readGopackHeader, 1) -> (handleRawConn, 1) -> (resetTransport, 1) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 0) -> (delete, 1) -> (eq, 2) -> (Complex, 0) -> (RoundTripOpt, 2) -> (reqContext, 1) -> (getBody, 0) -> (getStartDialLocked, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 0) -> (delete, 1) -> (eq, 2) -> (Complex, 0) -> (Dial, 1) -> (Negotiate, 4) -> (NewConnection, 1) -> (NewClientConnection, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 1) -> (GetFunc, 1) -> (IsExpired, 1) -> (RetrieveKeyFunc, 1) -> (RoundTripOpt, 2) -> (reqContext, 1) -> (getBody, 0) -> (getStartDialLocked, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 1) -> (GetFunc, 1) -> (IsExpired, 1) -> (RetrieveKeyFunc, 1) -> (Dial, 1) -> (Negotiate, 4) -> (NewConnection, 1) -> (NewClientConnection, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 0) -> (delete, 1) -> (eq, 2) -> (Complex, 0) -> (RoundTripOpt, 2) -> (reqContext, 1) -> (getBody, 0) -> (getStartDialLocked, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 0) -> (delete, 1) -> (eq, 2) -> (Complex, 0) -> (Dial, 1) -> (Negotiate, 4) -> (NewConnection, 1) -> (NewClientConnection, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (NewReader, 1) -> (FindExportData, 1) -> (readGopackHeader, 1) -> (handleRawConn, 1) -> (resetTransport, 1) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (NewReader, 1) -> (FindExportData, 1) -> (readGopackHeader, 1) -> (handleRawConn, 1) -> (resetTransport, 1) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (get, 1) -> (sinceInMicroseconds, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1) -> (addConnIfNeeded, 3) -> (run, 3) -> (run1, 4) -> (envForDir, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Read, 1) -> (Scan, 0) -> (parsenum, 3) -> (tooLarge, 1) -> (RoundTripOpt, 2) -> (reqContext, 1) -> (getBody, 0) -> (getStartDialLocked, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Read, 1) -> (Scan, 0) -> (parsenum, 3) -> (tooLarge, 1) -> (Dial, 1) -> (Negotiate, 4) -> (NewConnection, 1) -> (NewClientConnection, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (GetClientConn, 2) -> (getClientConn, 3) -> (getStartDialLocked, 1) -> (idleStateLocked, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (Dial, 1) -> (Negotiate, 4) -> (NewConnection, 1) -> (NewClientConnection, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (Negotiate, 4) -> (NewConnection, 1) -> (NewClientConnection, 1) -> (newConnection, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Reader, 1) -> (init, 2) -> (setBytes, 1) -> (Variants, 0) -> (resetTransport, 1) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Open, 0) -> (StoreInt64, 2) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7) -> (newLoopyWriter, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (Negotiate, 4) -> (NewConnection, 1) -> (NewClientConnection, 1) -> (newConnection, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1) -> (Generic, 2) -> (getContext, 0) -> (NewContext, 0) -> (NewInstance, 1) -> (startChild, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1) -> (Generic, 2) -> (receive, 1) -> (sendModAck, 2) -> (ModifyAckDeadline, 2) -> (modifyAckDeadline, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (New, 3) -> (DefaultControllerRateLimiter, 0) -> (NewLimiter, 2) -> (newDelayingQueue, 2) -> (getContext, 0) -> (NewContext, 0) -> (NewInstance, 1) -> (startChild, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (Negotiate, 4) -> (NewConnection, 1) -> (NewClientConnection, 1) -> (newConnection, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (New, 3) -> (DefaultControllerRateLimiter, 0) -> (NewLimiter, 2) -> (newDelayingQueue, 2) -> (getContext, 0) -> (NewContext, 0) -> (NewInstance, 1) -> (startChild, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (Negotiate, 4) -> (NewConnection, 1) -> (NewClientConnection, 1) -> (newConnection, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (Negotiate, 4) -> (NewConnection, 1) -> (NewClientConnection, 1) -> (newConnection, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (DialURL, 3) -> (VerifyHostname, 1) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (read, 2) -> (width, 1) -> (bqToTable, 2) -> (GetQueryResults, 2) -> (Negotiate, 4) -> (NewConnection, 1) -> (NewClientConnection, 1) -> (newConnection, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1) -> (Generic, 2) -> (receive, 1) -> (sendModAck, 2) -> (ModifyAckDeadline, 2) -> (modifyAckDeadline, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 0) -> (renew, 0) -> (RecordEvent, 1) -> (Eventf, 4) -> (TailFile, 2) -> (tailFileSync, 0) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1) -> (Generic, 2) -> (receive, 1) -> (sendModAck, 2) -> (ModifyAckDeadline, 2) -> (modifyAckDeadline, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (Negotiate, 4) -> (NewConnection, 1) -> (NewClientConnection, 1) -> (newConnection, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (Negotiate, 4) -> (NewConnection, 1) -> (NewClientConnection, 1) -> (newConnection, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (DialURL, 3) -> (VerifyHostname, 1) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (performDryRun, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Trunc, 1) -> (TailFile, 2) -> (tailFileSync, 0) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (performDryRun, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Trunc, 1) -> (TailFile, 2) -> (tailFileSync, 0) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (performDryRun, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Trunc, 1) -> (TailFile, 2) -> (tailFileSync, 0) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (performDryRun, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Trunc, 1) -> (TailFile, 2) -> (tailFileSync, 0) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Body, 1) -> (SetHeader, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Error, 0) -> (GetNamespace, 0) -> (Get, 2) -> (NewSharedIndexInformer, 4) -> (NewCacheMutationDetector, 1) -> (Warningln, 1) -> (Negotiate, 4) -> (NewConnection, 1) -> (NewClientConnection, 1) -> (newConnection, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 2) -> (DecodeInto, 3) -> (read, 2) -> (width, 1) -> (WriteHeaderAndEntity, 2) -> (EntityWriter, 0) -> (Negotiate, 4) -> (NewConnection, 1) -> (NewClientConnection, 1) -> (newConnection, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (String, 0) -> (GroupVersionKind, 0) -> (Get, 2) -> (NewSharedIndexInformer, 4) -> (NewCacheMutationDetector, 1) -> (Warningln, 1) -> (Negotiate, 4) -> (NewConnection, 1) -> (NewClientConnection, 1) -> (newConnection, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (read, 2) -> (width, 1) -> (WriteHeaderAndEntity, 2) -> (EntityWriter, 0) -> (Negotiate, 4) -> (NewConnection, 1) -> (NewClientConnection, 1) -> (newConnection, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (Get, 2) -> (NewSharedIndexInformer, 4) -> (NewCacheMutationDetector, 1) -> (Warningln, 1) -> (Negotiate, 4) -> (NewConnection, 1) -> (NewClientConnection, 1) -> (newConnection, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (Start, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1) -> (Generic, 2) -> (receive, 1) -> (sendModAck, 2) -> (ModifyAckDeadline, 2) -> (modifyAckDeadline, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 1) -> (Count, 2) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (Open, 0) -> (NewSectionReader, 3) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (NewReader, 1) -> (FindExportData, 1) -> (readGopackHeader, 1) -> (handleRawConn, 1) -> (resetTransport, 1) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 0) -> (delete, 1) -> (eq, 2) -> (Complex, 0) -> (Dial, 1) -> (Negotiate, 4) -> (NewConnection, 1) -> (NewClientConnection, 1) -> (newConnection, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 1) -> (GetFunc, 1) -> (IsExpired, 1) -> (RetrieveKeyFunc, 1) -> (Dial, 1) -> (Negotiate, 4) -> (NewConnection, 1) -> (NewClientConnection, 1) -> (newConnection, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 0) -> (delete, 1) -> (eq, 2) -> (Complex, 0) -> (Dial, 1) -> (Negotiate, 4) -> (NewConnection, 1) -> (NewClientConnection, 1) -> (newConnection, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (New, 2) -> (newAdmissionDecoder, 1) -> (NewDiscoveryClientForConfigOrDie, 1) -> (newSpecificInformersMap, 6) -> (receive, 4) -> (old, 3) -> (Acquire, 2) -> (ModifyAckDeadline, 2) -> (modifyAckDeadline, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (NewReader, 1) -> (FindExportData, 1) -> (readGopackHeader, 1) -> (handleRawConn, 1) -> (resetTransport, 1) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (NewReader, 1) -> (FindExportData, 1) -> (readGopackHeader, 1) -> (handleRawConn, 1) -> (resetTransport, 1) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Read, 1) -> (Scan, 0) -> (parsenum, 3) -> (tooLarge, 1) -> (Dial, 1) -> (Negotiate, 4) -> (NewConnection, 1) -> (NewClientConnection, 1) -> (newConnection, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (Dial, 1) -> (Negotiate, 4) -> (NewConnection, 1) -> (NewClientConnection, 1) -> (newConnection, 2)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0) -> (GetSocketDescriptor, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Reader, 1) -> (init, 2) -> (setBytes, 1) -> (Variants, 0) -> (resetTransport, 1) -> (createTransport, 4) -> (updateConnectionError, 1) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0) -> (GetSocketDescriptor, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0) -> (GetSocketDescriptor, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0) -> (GetSocketDescriptor, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0) -> (GetSocketDescriptor, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (DialURL, 3) -> (VerifyHostname, 1) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1) -> (watchRemoteBalancer, 0) -> (Warning, 1) -> (readServerList, 1) -> (processServerList, 1) -> (newClientStream, 5)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (DialURL, 3) -> (VerifyHostname, 1) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1) -> (watchRemoteBalancer, 0) -> (Warning, 1) -> (readServerList, 1) -> (processServerList, 1) -> (newClientStream, 5)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Decode, 2) -> (DecodeInto, 3) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1) -> (watchRemoteBalancer, 0) -> (Warning, 1) -> (readServerList, 1) -> (processServerList, 1) -> (newClientStream, 5)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (OpenFile, 3) -> (dirOrMatches, 1) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1) -> (watchRemoteBalancer, 0) -> (Warning, 1) -> (readServerList, 1) -> (processServerList, 1) -> (newClientStream, 5)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Close, 0) -> (HandleError, 1) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1) -> (watchRemoteBalancer, 0) -> (Warning, 1) -> (readServerList, 1) -> (processServerList, 1) -> (newClientStream, 5)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (Add, 1) -> (Register, 1) -> (start, 0) -> (watcher, 0) -> (handleServiceConfig, 1) -> (switchBalancer, 1) -> (watchRemoteBalancer, 0) -> (Warning, 1) -> (readServerList, 1) -> (processServerList, 1) -> (newClientStream, 5)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Read, 1) -> (Scan, 0) -> (parsenum, 3) -> (tooLarge, 1) -> (dialRemoteLB, 1) -> (watchRemoteBalancer, 0) -> (Warning, 1) -> (readServerList, 1) -> (processServerList, 1) -> (newClientStream, 5)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Start, 1) -> (updateAllPullRequestCommits, 0) -> (GetSHA, 0) -> (GetNumber, 0) -> (dialRemoteLB, 1) -> (watchRemoteBalancer, 0) -> (Warning, 1) -> (readServerList, 1) -> (processServerList, 1) -> (newClientStream, 5)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (DialURL, 3) -> (VerifyHostname, 1) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (DialURL, 3) -> (VerifyHostname, 1) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Read, 1) -> (Scan, 0) -> (parsenum, 3) -> (tooLarge, 1) -> (dialRemoteLB, 1) -> (watchRemoteBalancer, 0) -> (Warning, 1) -> (readServerList, 1) -> (processServerList, 1) -> (newClientStream, 5)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (DialContext, 3) -> (dial, 3) -> (getNotifyChan, 0) -> (handleServiceConfig, 1) -> (dialRemoteLB, 1) -> (watchRemoteBalancer, 0) -> (Warning, 1) -> (readServerList, 1) -> (processServerList, 1) -> (newClientStream, 5)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (DialURL, 3) -> (VerifyHostname, 1) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (Update, 2) -> (, 0) -> (ValidateAndInitFields, 0) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (DialURL, 3) -> (VerifyHostname, 1) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Unmarshal, 2) -> (convertSliceNumbers, 1) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (convertk8scontrollerJSONString, 1) -> (Error, 2) -> (New, 2) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (Get, 2) -> (WaitForCacheSync, 2) -> (syncFunc, 0) -> (poller, 2) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (Marshal, 1) -> (finish, 0) -> (init, 0) -> (Validating, 0) -> (opsFromRaw, 1) -> (opFromRaw, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (dial, 1) -> (VerifyHostname, 1) -> (proxyClient, 3) -> (Transport, 0) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
(updateAlamedaAnnotationByDeleteEvt, 2) -> (MarshalIndent, 3) -> (NewEncoder, 1) -> (newEncoderWithWriter, 1) -> (ServeHTTP, 2) -> (writeResponse, 2) -> (NewWriter, 2) -> (WrapRequest, 1) -> (dial, 2) -> (DialURL, 3) -> (Dial, 3) -> (DialTimeout, 4) -> (GetSocketDescriptor, 0) -> (parseAuthority, 1) -> (newHealthChecker, 4)
```
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: 4850f35c4c4e00551b282c0d9544ffc541efba2f
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.