github-vet / github-vet/rangeloop-pointer-findings
integr8ly/integreatly-operator: pkg/products/rhssouser/reconciler.go; 10 LoC
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- PR metrics pending
Description
Found a possible issue in [integr8ly/integreatly-operator](https://www.github.com/integr8ly/integreatly-operator) at [pkg/products/rhssouser/reconciler.go](https://github.com/integr8ly/integreatly-operator/blob/a45af1781a47ed80dbedf4392b711a3adb0bb3f7/pkg/products/rhssouser/reconciler.go#L701-L710)
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 kcUser at line 703 may start a goroutine
[Click here to see the code in its original context.](https://github.com/integr8ly/integreatly-operator/blob/a45af1781a47ed80dbedf4392b711a3adb0bb3f7/pkg/products/rhssouser/reconciler.go#L701-L710)
Click here to show the 10 line(s) of Go which triggered the analyzer.
```go
for _, kcUser := range keycloakUsers {
osUser := getOpenShiftUser(kcUser, openshiftUsers)
if osUser != nil && !kcUserInDedicatedAdmins(kcUser, dedicatedAdmins) && hasAdminPrivileges(&kcUser) {
// User in OS and keycloak master realm, represented by a Keycloak CR, but not dedicated-admins group
demoted = append(demoted, kcUser)
} else if osUser == nil {
// User not in OpenShift but is in Keycloak Master Realm, represented by a Keycloak CR
deleted = append(deleted, kcUser)
}
}
```
Click here to show extra information the analyzer produced.
```
The following paths through the callgraph could lead to a goroutine:
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (UpdateState, 1) -> (updateResolverState, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (run, 0) -> (stopped, 0) -> (Error, 6)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (Build, 2) -> (scrubValidationError, 1) -> (NewUnstructuredObjectTyper, 0) -> (inherits, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (MarshalText, 0) -> (Level, 0) -> (Level, 1) -> (mustFind, 0) -> (run, 0) -> (stopped, 0) -> (Error, 6) -> (WriteDataPadded, 4) -> (setBracketsToType, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (Build, 2) -> (scrubValidationError, 1) -> (NewUnstructuredObjectTyper, 0) -> (inherits, 1) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (BackgroundContext, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (FormatDiff, 1) -> (formatDiffList, 2) -> (WithDiffMode, 1) -> (lastStats, 1) -> (exec, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (Build, 2) -> (scrubValidationError, 1) -> (NewUnstructuredObjectTyper, 0) -> (inherits, 1) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Now, 0) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (NewStreamWatcher, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (perform, 2) -> (batchPerform, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (newValidationInfo, 2) -> (IsWeak, 0) -> (getCSV, 3) -> (QueryContext, 3) -> (watchCancel, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (NewStreamWatcher, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (newCCResolverWrapper, 2) -> (Build, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (exec, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ConfirmedDir, 1) -> (exec, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (UpdateState, 1) -> (updateResolverState, 2) -> (updateClientConnState, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (ForRoots, 1) -> (RegisterMarkers, 1) -> (LoadRootsWithConfig, 2) -> (packageFor, 1) -> (refine, 2) -> (loadRecursive, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (int64, 1) -> (Write, 1) -> (writeFloat, 2) -> (escapeString, 2) -> (NeedTypesInfo, 0) -> (typeCheck, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (uint64, 1) -> (Write, 1) -> (writeFloat, 2) -> (escapeString, 2) -> (allReferencedPackages, 2) -> (collectReferences, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sub, 1) -> (AsDec, 0) -> (SetScale, 1) -> (SetInt64, 1) -> (newCCResolverWrapper, 2) -> (Build, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Format, 1) -> (Marshal, 1) -> (finish, 0) -> (yaml_stream_end_event_initialize, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (perform, 2) -> (batchPerform, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (removeKeyCloakUserFinalizers, 2) -> (CreateOrUpdate, 4) -> (mutate, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Write, 1) -> (writeFloat, 2) -> (IsInf, 2) -> (timeoutFlush, 1) -> (Retrieve, 0) -> (profile, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 0) -> (NewOpenAPIData, 1) -> (parseGroupVersionKind, 1) -> (newSchemaError, 2) -> (PollUntil, 3) -> (poller, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (NewNamedDelayingQueue, 1) -> (NewDelayingQueueWithCustomClock, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Now, 0) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (propagateCancel, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (PBValueOf, 1) -> (ValueOfMap, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (httpRequest, 1) -> (postSend, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (Build, 2) -> (scrubValidationError, 1) -> (NewUnstructuredObjectTyper, 0) -> (inherits, 1) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0) -> (legalHeaderByte, 1) -> (getStartDialLocked, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (timeoutFlush, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Format, 1) -> (Marshal, 1) -> (finish, 0) -> (yaml_stream_end_event_initialize, 1) -> (timeoutFlush, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Decode, 1) -> (Decode, 3) -> (ConvertToVersion, 2) -> (convertToVersion, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (summarizeFrame, 1) -> (ForeachSetting, 1) -> (finish, 1) -> (SetError, 0) -> (addEvent, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (Retrieve, 0) -> (profile, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Flush, 0) -> (lockAndFlushAll, 0) -> (flushAll, 0) -> (writeFrameFromHandler, 1) -> (newCCResolverWrapper, 2) -> (Build, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 0) -> (NewOpenAPIData, 1) -> (parseGroupVersionKind, 1) -> (newSchemaError, 2) -> (executeCredentialProcess, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sort, 1) -> (Compare, 2) -> (comparePrerelease, 2) -> (isNum, 1) -> (run, 0) -> (stopped, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Error, 0) -> (GroupKind, 0) -> (getNestedString, 3) -> (DeleteFunc, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (checkStreamFrame, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (receive, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (MarshalText, 0) -> (Level, 0) -> (Level, 1) -> (mustFind, 0) -> (httpRequest, 1) -> (postSend, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ConfirmedDir, 1) -> (newCCResolverWrapper, 2) -> (Build, 3) -> (ResolveNow, 1) -> (resolveNow, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Decode, 1) -> (Decode, 3) -> (ConvertToVersion, 2) -> (convertToVersion, 3) -> (Build, 3) -> (ResolveNow, 1) -> (resolveNow, 1) -> (RecordTransition, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Load, 0) -> (NewAggregate, 1) -> (aggregate, 1) -> (OpenForRead, 1) -> (fetchBlob, 2) -> (Update, 4) -> (HandlePanic, 2) -> (CommandContext, 4)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (execute, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (Reauthenticate, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Reset, 0) -> (Invalidate, 0) -> (newVerbose, 2) -> (match, 1) -> (execute, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (waitForCache, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (errorf, 2) -> (describe, 0) -> (printf, 4) -> (output, 6) -> (timeoutFlush, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (serveCRMetrics, 3) -> (GenerateAndServeCRMetrics, 5)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (writeAsCSV, 1) -> (TrimSuffix, 2) -> (writeFloat, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (checkStreamFrame, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (Handle, 2) -> (Complete, 1) -> (parseCommandArguments, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (NewNamedRateLimitingQueue, 2) -> (NewNamedDelayingQueue, 1) -> (NewDelayingQueueWithCustomClock, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (UTF16ToString, 1) -> (Decode, 1) -> (UniversalDeserializer, 0) -> (readAll, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (MarshalJSON, 0) -> (Unix, 0) -> (KindForGroupVersionKinds, 1) -> (bestMatch, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (UTF16ToString, 1) -> (Decode, 1) -> (UniversalDeserializer, 0) -> (readAll, 2) -> (newCCResolverWrapper, 2) -> (Build, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (GenerateAndServeCRMetrics, 5) -> (ServeMetrics, 3) -> (ListenAndServe, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Flush, 0) -> (lockAndFlushAll, 0) -> (flushAll, 0) -> (writeFrameFromHandler, 1) -> (Header, 0) -> (FromContext, 1) -> (Unknown, 1) -> (IsUnknown, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (Build, 2) -> (scrubValidationError, 1) -> (NewUnstructuredObjectTyper, 0) -> (inherits, 1) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Format, 1) -> (Marshal, 1) -> (finish, 0) -> (yaml_stream_end_event_initialize, 1) -> (exec, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (getDelegate, 0) -> (NewDiscoveryRESTMapper, 1) -> (NewDiscoveryClientForConfig, 1) -> (UnversionedRESTClientFor, 1) -> (fetchGroupVersionResources, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (instrumentedHook, 2) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (Build, 2) -> (scrubValidationError, 1) -> (NewUnstructuredObjectTyper, 0) -> (inherits, 1) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (Build, 2) -> (scrubValidationError, 1) -> (NewUnstructuredObjectTyper, 0) -> (inherits, 1) -> (resetTransport, 0) -> (hcancel, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (Build, 2) -> (scrubValidationError, 1) -> (NewUnstructuredObjectTyper, 0) -> (inherits, 1) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 0) -> (NewOpenAPIData, 1) -> (parseGroupVersionKind, 1) -> (newSchemaError, 2) -> (NewNamedDelayingQueue, 1) -> (NewDelayingQueueWithCustomClock, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (Build, 2) -> (scrubValidationError, 1) -> (NewUnstructuredObjectTyper, 0) -> (inherits, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (NewStreamWatcher, 2) -> (receive, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sub, 1) -> (AsDec, 0) -> (SetScale, 1) -> (SetInt64, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Decode, 1) -> (Decode, 3) -> (ConvertToVersion, 2) -> (convertToVersion, 3) -> (parallelRepoUpdate, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (ForRoots, 1) -> (RegisterMarkers, 1) -> (LoadRootsWithConfig, 2) -> (Load, 2) -> (refine, 2) -> (loadRecursive, 1) -> (loadPackage, 1) -> (SetUsesCgo, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (serveStreams, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (newValidationInfo, 2) -> (IsWeak, 0) -> (newCCResolverWrapper, 2) -> (Build, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (instrumentedHook, 2) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (NewStreamWatcher, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Kind, 0) -> (kind, 0) -> (uint64, 0) -> (errorf, 3) -> (run, 0) -> (stopped, 0) -> (Error, 6) -> (WriteDataPadded, 4)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Reset, 0) -> (Invalidate, 0) -> (newVerbose, 2) -> (match, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (QueryContext, 3) -> (watchCancel, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (handleRawConn, 1) -> (removeConn, 1) -> (methodFamily, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (writeXML, 4) -> (Header, 0) -> (FromContext, 1) -> (Unknown, 1) -> (IsUnknown, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (Handle, 2) -> (Complete, 1) -> (parseCommandArguments, 1) -> (Args, 0) -> (CommandContext, 4)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (UpdateState, 1) -> (updateResolverState, 2) -> (updateClientConnState, 1) -> (HandleResolvedAddrs, 2) -> (NewUnbounded, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Decode, 1) -> (Decode, 3) -> (ConvertToVersion, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (removeKeyCloakUserFinalizers, 2) -> (CreateOrUpdate, 4) -> (mutate, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (newHTTP2Transport, 2) -> (Warning, 3) -> (newHTTP2Server, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (newValidationInfo, 2) -> (IsWeak, 0) -> (handleGoAwayFrame, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (batchPerform, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (writeAsCSV, 1) -> (TrimSuffix, 2) -> (writeFloat, 2) -> (escapeString, 2) -> (NeedTypesInfo, 0) -> (typeCheck, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (removeKeyCloakClientFinalizers, 2) -> (CreateOrUpdate, 4) -> (mutate, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (ForRoots, 1) -> (RegisterMarkers, 1) -> (LoadRootsWithConfig, 2) -> (packageFor, 1) -> (refine, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0) -> (legalHeaderByte, 1) -> (monitor, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Decode, 1) -> (Decode, 3) -> (ConvertToVersion, 2) -> (convertToVersion, 3) -> (prepareCopyIn, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (processHeaders, 1) -> (handleResponse, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (HandlerFor, 2) -> (TimeoutHandler, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (getCSV, 3) -> (QueryContext, 3) -> (watchCancel, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (writeDebug, 1) -> (Flags, 1) -> (Do, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (fetchBlob, 2) -> (Update, 4)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (httpRequest, 1) -> (postSend, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Decode, 1) -> (Decode, 3) -> (ConvertToVersion, 2) -> (convertToVersion, 3) -> (ServeHTTP, 2) -> (errored, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (newValidationInfo, 2) -> (IsWeak, 0) -> (serveStreams, 1) -> (methodFamily, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (serveCRMetrics, 3) -> (GenerateAndServeCRMetrics, 5)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (checkFrameOrder, 1) -> (Header, 0) -> (finish, 1) -> (SetError, 0) -> (addEvent, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (instrumentedHook, 2) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0) -> (getClientConn, 3) -> (getStartDialLocked, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (parallelRepoUpdate, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (Prepare, 1) -> (gname, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0) -> (legalHeaderByte, 1) -> (monitor, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (shutdown, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Now, 0) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (exec, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (LoadRoots, 1) -> (LoadRootsWithConfig, 2) -> (packageFor, 1) -> (refine, 2) -> (loadRecursive, 1) -> (loadPackage, 1) -> (SetUsesCgo, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Format, 1) -> (Marshal, 1) -> (finish, 0) -> (yaml_stream_end_event_initialize, 1) -> (run, 0) -> (stopped, 0) -> (Error, 6) -> (WriteDataPadded, 4)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (httpRequest, 1) -> (postSend, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (newCCResolverWrapper, 2) -> (Build, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (checkStreamFrame, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (fetchBlob, 2) -> (Update, 4) -> (HandlePanic, 2) -> (CommandContext, 4)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (HandlerFor, 2) -> (TimeoutHandler, 3) -> (NewWriter, 2) -> (SetError, 0) -> (addEvent, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (processHeaders, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Type, 0) -> (messageInfo, 0) -> (LoadMessageInfo, 0) -> (l, 1) -> (httpRequest, 1) -> (postSend, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (run, 0) -> (stopped, 0) -> (Error, 6) -> (WriteDataPadded, 4)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Decode, 1) -> (Decode, 3) -> (ConvertToVersion, 2) -> (convertToVersion, 3) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0) -> (legalHeaderByte, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (PBValueOf, 1) -> (ValueOfMap, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (NewNamedRateLimitingQueue, 2) -> (NewNamedDelayingQueue, 1) -> (NewDelayingQueueWithCustomClock, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Decode, 1) -> (Decode, 3) -> (ConvertToVersion, 2) -> (convertToVersion, 3) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0) -> (legalHeaderByte, 1) -> (monitor, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (propagateCancel, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Now, 0) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (HandlerFor, 2) -> (TimeoutHandler, 3) -> (ParseAccept, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (newValidationInfo, 2) -> (IsWeak, 0) -> (run, 0) -> (stopped, 0) -> (Error, 6) -> (WriteDataPadded, 4)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (configureTransport, 1) -> (addConnIfNeeded, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Len, 0) -> (Get, 0) -> (NewOpenAPIData, 1) -> (parseGroupVersionKind, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (handleRawConn, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (ForRoots, 1) -> (RegisterMarkers, 1) -> (LoadRootsWithConfig, 2) -> (Load, 2) -> (refine, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (batchPerform, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (start, 0) -> (UpdateState, 1) -> (updateResolverState, 2) -> (updateClientConnState, 1) -> (HandleResolvedAddrs, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (getPodFromDeployment, 2) -> (MatchingLabels, 1) -> (poller, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sub, 1) -> (AsDec, 0) -> (SetScale, 1) -> (SetInt64, 1) -> (getCSV, 3) -> (QueryContext, 3) -> (watchCancel, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sub, 1) -> (AsDec, 0) -> (SetScale, 1) -> (SetInt64, 1) -> (waitForCache, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Decode, 1) -> (Decode, 3) -> (ConvertToVersion, 2) -> (convertToVersion, 3) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sort, 1) -> (Compare, 2) -> (comparePrerelease, 2) -> (isNum, 1) -> (run, 0) -> (stopped, 0) -> (Error, 6)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (Build, 2) -> (scrubValidationError, 1) -> (NewUnstructuredObjectTyper, 0) -> (inherits, 1) -> (resetTransport, 0) -> (hcancel, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (instrumentedHook, 2) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0) -> (NewConnection, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (fetchBlob, 2) -> (Update, 4)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 0) -> (NewOpenAPIData, 1) -> (parseGroupVersionKind, 1) -> (newSchemaError, 2) -> (configureTransport, 1) -> (addConnIfNeeded, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (configureTransport, 1) -> (addConnIfNeeded, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Digest, 1) -> (Sum, 1) -> (Version, 0) -> (ReadBuildInfo, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Format, 1) -> (Marshal, 1) -> (finish, 0) -> (yaml_stream_end_event_initialize, 1) -> (prepareCopyIn, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (Prepare, 1) -> (gname, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (Prepare, 1) -> (gname, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Flush, 0) -> (lockAndFlushAll, 0) -> (flushAll, 0) -> (writeFrameFromHandler, 1) -> (allReferencedPackages, 2) -> (collectReferences, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (removeKeyCloakRealmFinalizers, 2) -> (CreateOrUpdate, 4) -> (mutate, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (run, 0) -> (stopped, 0) -> (Error, 6)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Format, 1) -> (Marshal, 1) -> (finish, 0) -> (yaml_stream_end_event_initialize, 1) -> (getCSV, 3) -> (QueryContext, 3) -> (watchCancel, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (newValidationInfo, 2) -> (IsWeak, 0) -> (NewBroadcaster, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 0) -> (NewOpenAPIData, 1) -> (parseGroupVersionKind, 1) -> (newSchemaError, 2) -> (prepareCopyIn, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Kind, 0) -> (kind, 0) -> (uint64, 0) -> (errorf, 3) -> (run, 0) -> (stopped, 0) -> (Error, 6) -> (WriteDataPadded, 4) -> (setBracketsToType, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Write, 1) -> (writeFloat, 2) -> (IsInf, 2) -> (timeoutFlush, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Len, 0) -> (Get, 0) -> (NewOpenAPIData, 1) -> (parseGroupVersionKind, 1) -> (Retrieve, 0) -> (profile, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Format, 1) -> (Marshal, 1) -> (finish, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (MarshalText, 0) -> (Level, 0) -> (Level, 1) -> (mustFind, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Replace, 4) -> (SetResourceVersion, 2) -> (SetResourceVersion, 1) -> (setNestedField, 3) -> (Retrieve, 0) -> (profile, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (newCCResolverWrapper, 2) -> (Build, 3) -> (ResolveNow, 1) -> (resolveNow, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (End, 0) -> (ExportSpan, 1) -> (Log, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (writeAsCSV, 1) -> (TrimSuffix, 2) -> (writeFloat, 2) -> (escapeString, 2) -> (timeoutFlush, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (handleGoAwayFrame, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Format, 1) -> (Marshal, 1) -> (finish, 0) -> (yaml_stream_end_event_initialize, 1) -> (run, 0) -> (stopped, 0) -> (Error, 6) -> (WriteDataPadded, 4) -> (setBracketsToType, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Decode, 1) -> (Decode, 3) -> (ConvertToVersion, 2) -> (convertToVersion, 3) -> (QueryContext, 3) -> (watchCancel, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (removeKeyCloakRealmFinalizers, 2) -> (CreateOrUpdate, 4) -> (mutate, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (instrumentedHook, 2) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0) -> (newConnection, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (encodeHex, 2) -> (Encode, 2) -> (SetGroupVersionKind, 1) -> (ToAPIVersionAndKind, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (formatErrorDescription, 2) -> (Execute, 2) -> (PrintResults, 2) -> (evalToText, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (lbWatcher, 0) -> (UpdateAddresses, 1) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7) -> (ClientHandshake, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ConfirmedDir, 1) -> (newCCResolverWrapper, 2) -> (Build, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sub, 1) -> (AsDec, 0) -> (SetScale, 1) -> (SetInt64, 1) -> (newCCResolverWrapper, 2) -> (Build, 3) -> (ResolveNow, 1) -> (resolveNow, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Write, 1) -> (writeFloat, 2) -> (IsInf, 2) -> (timeoutFlush, 1) -> (newCCResolverWrapper, 2) -> (Build, 3) -> (ResolveNow, 1) -> (resolveNow, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Decode, 1) -> (Decode, 3) -> (ConvertToVersion, 2) -> (convertToVersion, 3) -> (Header, 0) -> (FromContext, 1) -> (Unknown, 1) -> (IsUnknown, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (run, 0) -> (stopped, 0) -> (Error, 6) -> (WriteDataPadded, 4) -> (setBracketsToType, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sub, 1) -> (AsDec, 0) -> (SetScale, 1) -> (SetInt64, 1) -> (NewStreamWatcher, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Write, 1) -> (writeFloat, 2) -> (IsInf, 2) -> (timeoutFlush, 1) -> (prepareCopyIn, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 0) -> (NewOpenAPIData, 1) -> (parseGroupVersionKind, 1) -> (newSchemaError, 2) -> (configureTransport, 1) -> (addConnIfNeeded, 3) -> (run, 3) -> (runCmdContext, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (instrumentedHook, 2) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0) -> (newConnection, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0) -> (legalHeaderByte, 1) -> (getStartDialLocked, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Flush, 0) -> (lockAndFlushAll, 0) -> (flushAll, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Type, 0) -> (messageInfo, 0) -> (LoadMessageInfo, 0) -> (l, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (FullPath, 0) -> (Free, 0) -> (unref, 0) -> (freeTrace, 1) -> (Retrieve, 0) -> (profile, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (run, 0) -> (stopped, 0) -> (Error, 6)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (PBValueOf, 1) -> (ValueOfMap, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (run, 0) -> (stopped, 0) -> (Error, 6)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (UTF16PtrToString, 1) -> (Decode, 1) -> (UniversalDeserializer, 0) -> (readAll, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 0) -> (NewOpenAPIData, 1) -> (parseGroupVersionKind, 1) -> (newSchemaError, 2) -> (configureTransport, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Error, 0) -> (GroupKind, 0) -> (getNestedString, 3) -> (DeleteFunc, 2) -> (Retrieve, 0) -> (profile, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (newValidationInfo, 2) -> (IsWeak, 0) -> (run, 0) -> (stopped, 0) -> (Error, 6)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 0) -> (NewOpenAPIData, 1) -> (parseGroupVersionKind, 1) -> (newSchemaError, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (Build, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (newValidationInfo, 2) -> (IsWeak, 0) -> (serveStreams, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Write, 1) -> (writeFloat, 2) -> (IsInf, 2) -> (timeoutFlush, 1) -> (batchPerform, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (NeedTypesInfo, 0) -> (typeCheck, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (handleRawConn, 1) -> (removeConn, 1) -> (methodFamily, 1) -> (Until, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (configureTransport, 1) -> (addConnIfNeeded, 3) -> (run, 3) -> (runCmdContext, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sub, 1) -> (AsDec, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (int64, 1) -> (Write, 1) -> (writeFloat, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (propagateCancel, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (serveCRMetrics, 3) -> (GenerateAndServeCRMetrics, 5) -> (ServeMetrics, 3) -> (ListenAndServe, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (MarshalText, 0) -> (Level, 0) -> (Level, 1) -> (mustFind, 0) -> (NeedTypesInfo, 0) -> (typeCheck, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (HandlerFor, 2) -> (TimeoutHandler, 3) -> (NewWriter, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (newCCResolverWrapper, 2) -> (Build, 3) -> (ResolveNow, 1) -> (resolveNow, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (Header, 0) -> (FromContext, 1) -> (Unknown, 1) -> (IsUnknown, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (fetchBlob, 2) -> (Update, 4) -> (HandlePanic, 2) -> (CommandContext, 4)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (uint64, 1) -> (Write, 1) -> (writeFloat, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (runGo, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (uint64, 1) -> (Write, 1) -> (writeFloat, 2) -> (escapeString, 2) -> (timeoutFlush, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (Build, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Write, 1) -> (writeFloat, 2) -> (IsInf, 2) -> (timeoutFlush, 1) -> (newCCResolverWrapper, 2) -> (Build, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (newCCResolverWrapper, 2) -> (Build, 3) -> (ResolveNow, 1) -> (resolveNow, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (Build, 2) -> (scrubValidationError, 1) -> (NewUnstructuredObjectTyper, 0) -> (inherits, 1) -> (resetTransport, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Reset, 0) -> (Invalidate, 0) -> (newVerbose, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Errorf, 2) -> (printf, 4) -> (output, 6) -> (timeoutFlush, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 0) -> (NewOpenAPIData, 1) -> (parseGroupVersionKind, 1) -> (newSchemaError, 2) -> (configureTransport, 1) -> (addConnIfNeeded, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (Build, 2) -> (scrubValidationError, 1) -> (NewUnstructuredObjectTyper, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (handleRawConn, 1) -> (removeConn, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (allReferencedPackages, 2) -> (collectReferences, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (start, 0) -> (UpdateState, 1) -> (updateResolverState, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (maybeReportTransition, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (Gather, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (getCSV, 3) -> (QueryContext, 3) -> (watchCancel, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (processHeaders, 1) -> (handleResponse, 2) -> (awaitRequestCancel, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0) -> (legalHeaderByte, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (instrumentedHook, 2) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0) -> (getClientConn, 3) -> (getStartDialLocked, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Write, 1) -> (writeFloat, 2) -> (IsInf, 2) -> (timeoutFlush, 1) -> (timeoutFlush, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (handleRawConn, 1) -> (removeConn, 1) -> (methodFamily, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Kind, 0) -> (kind, 0) -> (uint64, 0) -> (errorf, 3) -> (NewNamedRateLimitingQueue, 2) -> (NewNamedDelayingQueue, 1) -> (NewDelayingQueueWithCustomClock, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (FormatDiff, 1) -> (formatDiffList, 2) -> (WithDiffMode, 1) -> (lastStats, 1) -> (newCCResolverWrapper, 2) -> (Build, 3) -> (ResolveNow, 1) -> (resolveNow, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (perform, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (writeXML, 4) -> (Header, 0) -> (finish, 1) -> (SetError, 0) -> (addEvent, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (ForRoots, 1) -> (RegisterMarkers, 1) -> (LoadRootsWithConfig, 2) -> (Load, 2) -> (refine, 2) -> (loadRecursive, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0) -> (legalHeaderByte, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Load, 0) -> (NewAggregate, 1) -> (aggregate, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (configureTransport, 1) -> (addConnIfNeeded, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (MarshalText, 0) -> (Level, 0) -> (Level, 1) -> (mustFind, 0) -> (run, 0) -> (stopped, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (Build, 2) -> (scrubValidationError, 1) -> (NewUnstructuredObjectTyper, 0) -> (inherits, 1) -> (resetTransport, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sort, 1) -> (Compare, 2) -> (comparePrerelease, 2) -> (isNum, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (newValidationInfo, 2) -> (IsWeak, 0) -> (execute, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Now, 0) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (HandlerFor, 2) -> (TimeoutHandler, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (ServeHTTP, 2) -> (errored, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (newValidationInfo, 2) -> (IsWeak, 0) -> (run, 0) -> (stopped, 0) -> (Error, 6) -> (WriteDataPadded, 4) -> (setBracketsToType, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Load, 0) -> (NewAggregate, 1) -> (aggregate, 1) -> (OpenForRead, 1) -> (batchPerform, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (allReferencedPackages, 2) -> (collectReferences, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sort, 1) -> (Compare, 2) -> (comparePrerelease, 2) -> (isNum, 1) -> (run, 0) -> (stopped, 0) -> (Error, 6) -> (WriteDataPadded, 4)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (exec, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sub, 1) -> (AsDec, 0) -> (SetScale, 1) -> (SetInt64, 1) -> (exec, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (removeApplicationMonitoringFinalizers, 2) -> (CreateOrUpdate, 4) -> (mutate, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (Build, 2) -> (scrubValidationError, 1) -> (NewUnstructuredObjectTyper, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (UTF16ToString, 1) -> (Decode, 1) -> (UniversalDeserializer, 0) -> (readAll, 2) -> (newCCResolverWrapper, 2) -> (Build, 3) -> (ResolveNow, 1) -> (resolveNow, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (Build, 2) -> (scrubValidationError, 1) -> (NewUnstructuredObjectTyper, 0) -> (inherits, 1) -> (resetTransport, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (instrumentedHook, 2) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0) -> (NewConnection, 2) -> (monitor, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (newValidationInfo, 2) -> (IsWeak, 0) -> (connect, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (GenerateAndServeCRMetrics, 5)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (handleRawConn, 1) -> (removeConn, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (instrumentedHook, 2) -> (ServeHTTP, 2) -> (errored, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (removeBlackBoxTargetFinalizers, 2) -> (CreateOrUpdate, 4) -> (mutate, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Replace, 4) -> (SetResourceVersion, 2) -> (SetResourceVersion, 1) -> (setNestedField, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Error, 0) -> (GroupKind, 0) -> (getNestedString, 3) -> (DeleteFunc, 2) -> (timeoutFlush, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (removeBlackBoxTargetFinalizers, 2) -> (CreateOrUpdate, 4) -> (mutate, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (start, 0) -> (UpdateState, 1) -> (updateResolverState, 2) -> (updateClientConnState, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (uint64, 1) -> (Write, 1) -> (writeFloat, 2) -> (escapeString, 2) -> (NeedTypesInfo, 0) -> (typeCheck, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Decode, 1) -> (Decode, 3) -> (ConvertToVersion, 2) -> (convertToVersion, 3) -> (Poll, 3) -> (poller, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Write, 1) -> (writeFloat, 2) -> (IsInf, 2) -> (timeoutFlush, 1) -> (parallelRepoUpdate, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Decode, 1) -> (Decode, 3) -> (ConvertToVersion, 2) -> (convertToVersion, 3) -> (NewStreamWatcher, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (writeAsCSV, 1) -> (TrimSuffix, 2) -> (writeFloat, 2) -> (escapeString, 2) -> (allReferencedPackages, 2) -> (collectReferences, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (removeBlackBoxTargetFinalizers, 2) -> (CreateOrUpdate, 4) -> (mutate, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Now, 0) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (getCSV, 3) -> (QueryContext, 3) -> (watchCancel, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Flush, 0) -> (lockAndFlushAll, 0) -> (flushAll, 0) -> (writeFrameFromHandler, 1) -> (timeoutFlush, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Write, 1) -> (writeFloat, 2) -> (IsInf, 2) -> (timeoutFlush, 1) -> (execute, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (perform, 2) -> (batchPerform, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (processSettings, 1) -> (scheduleFrameWrite, 0) -> (isControl, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (run, 0) -> (stopped, 0) -> (Error, 6) -> (WriteDataPadded, 4)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (MarshalText, 0) -> (Level, 0) -> (Level, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Load, 0) -> (NewAggregate, 1) -> (aggregate, 1) -> (OpenForRead, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (newCCResolverWrapper, 2) -> (Build, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sub, 1) -> (AsDec, 0) -> (SetScale, 1) -> (SetInt64, 1) -> (HandlerFor, 2) -> (TimeoutHandler, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (serveStreams, 1) -> (methodFamily, 1) -> (Until, 1) -> (addEvent, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (UpdateState, 1) -> (updateResolverState, 2) -> (updateClientConnState, 1) -> (HandleResolvedAddrs, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (PBValueOf, 1) -> (ValueOfMap, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (run, 0) -> (stopped, 0) -> (Error, 6) -> (WriteDataPadded, 4) -> (setBracketsToType, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (LoadRoots, 1) -> (LoadRootsWithConfig, 2) -> (packageFor, 1) -> (refine, 2) -> (loadRecursive, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Flush, 0) -> (lockAndFlushAll, 0) -> (flushAll, 0) -> (writeFrameFromHandler, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (int64, 1) -> (Write, 1) -> (writeFloat, 2) -> (escapeString, 2) -> (timeoutFlush, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (handleGoAwayFrame, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (parallelRepoUpdate, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (FullPath, 0) -> (Free, 0) -> (unref, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (uint64, 1) -> (Write, 1) -> (writeFloat, 2) -> (escapeString, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (httpRequest, 1) -> (postSend, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (Handle, 2) -> (Complete, 1) -> (parseCommandArguments, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (writeJSON, 4) -> (Header, 0) -> (FromContext, 1) -> (Unknown, 1) -> (IsUnknown, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (run, 0) -> (stopped, 0) -> (Error, 6) -> (WriteDataPadded, 4) -> (setBracketsToType, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Write, 1) -> (writeFloat, 2) -> (IsInf, 2) -> (timeoutFlush, 1) -> (NeedSyntax, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Now, 0) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (execute, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Error, 0) -> (GroupKind, 0) -> (getNestedString, 3) -> (DeleteFunc, 2) -> (batchPerform, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (UTF16ToString, 1) -> (Decode, 1) -> (UniversalDeserializer, 0) -> (readAll, 2) -> (exec, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (NewNamedDelayingQueue, 1) -> (NewDelayingQueueWithCustomClock, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (FullPath, 0) -> (Free, 0) -> (unref, 0) -> (freeTrace, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (parallelRepoUpdate, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (connect, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Flush, 0) -> (lockAndFlushAll, 0) -> (flushAll, 0) -> (writeFrameFromHandler, 1) -> (exec, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (Poll, 3) -> (poller, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (ServeHTTP, 2) -> (errored, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Now, 0) -> (Add, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (serveCRMetrics, 3) -> (GenerateAndServeCRMetrics, 5)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (configureTransport, 1) -> (addConnIfNeeded, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (newValidationInfo, 2) -> (IsWeak, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (LoadRoots, 1) -> (LoadRootsWithConfig, 2) -> (packageFor, 1) -> (refine, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (Retrieve, 0) -> (profile, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Format, 1) -> (Marshal, 1) -> (finish, 0) -> (yaml_stream_end_event_initialize, 1) -> (newCCResolverWrapper, 2) -> (Build, 3) -> (ResolveNow, 1) -> (resolveNow, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (Build, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (instrumentedHook, 2) -> (ServeHTTP, 2) -> (errored, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (perform, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (NewStreamWatcher, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (prepareCopyIn, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (lbWatcher, 0) -> (UpdateAddresses, 1) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (exec, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (newValidationInfo, 2) -> (IsWeak, 0) -> (httpRequest, 1) -> (postSend, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (newValidationInfo, 2) -> (IsWeak, 0) -> (serveStreams, 1) -> (methodFamily, 1) -> (Until, 1) -> (addEvent, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0) -> (legalHeaderByte, 1) -> (getStartDialLocked, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (newValidationInfo, 2) -> (IsWeak, 0) -> (exec, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sub, 1) -> (AsDec, 0) -> (SetScale, 1) -> (SetInt64, 1) -> (propagateCancel, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (ForRoots, 1) -> (RegisterMarkers, 1) -> (LoadRootsWithConfig, 2) -> (Load, 2) -> (refine, 2) -> (loadRecursive, 1) -> (loadPackage, 1) -> (SetUsesCgo, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sub, 1) -> (AsDec, 0) -> (SetScale, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (Handle, 2) -> (Complete, 1) -> (parseCommandArguments, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (maybeReportTransition, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (getStream, 1) -> (Header, 0) -> (finish, 1) -> (SetError, 0) -> (addEvent, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (FormatDiff, 1) -> (formatDiffList, 2) -> (WithDiffMode, 1) -> (lastStats, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (BackgroundContext, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (removeKeyCloakClientFinalizers, 2) -> (CreateOrUpdate, 4) -> (mutate, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (Build, 2) -> (scrubValidationError, 1) -> (NewUnstructuredObjectTyper, 0) -> (inherits, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 0) -> (NewOpenAPIData, 1) -> (parseGroupVersionKind, 1) -> (newSchemaError, 2) -> (Reauthenticate, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Kind, 0) -> (kind, 0) -> (uint64, 0) -> (errorf, 3) -> (run, 0) -> (stopped, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (newCCResolverWrapper, 2) -> (Build, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (removeKeyCloakRealmFinalizers, 2) -> (CreateOrUpdate, 4) -> (mutate, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (newCCResolverWrapper, 2) -> (Build, 3) -> (ResolveNow, 1) -> (resolveNow, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (instrumentedHook, 2) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0) -> (getClientConn, 3) -> (getStartDialLocked, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (Describe, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (httpRequest, 1) -> (postSend, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (Prepare, 1) -> (gname, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (ServerGroupsAndResources, 1) -> (fetchGroupVersionResources, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (newValidationInfo, 2) -> (IsWeak, 0) -> (newHTTP2Transport, 2) -> (Warning, 3) -> (newHTTP2Server, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (shutdown, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (MarshalText, 0) -> (Level, 0) -> (Level, 1) -> (mustFind, 0) -> (connect, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (configureTransport, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (WatchUntilReady, 2) -> (watchTimeout, 1) -> (watchUntilReady, 2) -> (waitForPodSuccess, 2) -> (Log, 5) -> (UntilWithoutRetry, 3) -> (newRetryWatcher, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (BackgroundContext, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (newValidationInfo, 2) -> (IsWeak, 0) -> (run, 0) -> (stopped, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (ServeHTTP, 2) -> (errored, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Flush, 0) -> (lockAndFlushAll, 0) -> (flushAll, 0) -> (writeFrameFromHandler, 1) -> (NeedTypesInfo, 0) -> (typeCheck, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (Build, 2) -> (scrubValidationError, 1) -> (NewUnstructuredObjectTyper, 0) -> (inherits, 1) -> (resetTransport, 0) -> (hcancel, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Write, 1) -> (writeFloat, 2) -> (IsInf, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (UTF16PtrToString, 1) -> (Decode, 1) -> (UniversalDeserializer, 0) -> (readAll, 2) -> (exec, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (MarshalJSON, 0) -> (Unix, 0) -> (KindForGroupVersionKinds, 1) -> (bestMatch, 2) -> (Header, 0) -> (FromContext, 1) -> (Unknown, 1) -> (IsUnknown, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (Build, 2) -> (scrubValidationError, 1) -> (NewUnstructuredObjectTyper, 0) -> (inherits, 1) -> (resetTransport, 0) -> (hcancel, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (newQueue, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Decode, 1) -> (Decode, 3) -> (ConvertToVersion, 2) -> (convertToVersion, 3) -> (NewNamedDelayingQueue, 1) -> (NewDelayingQueueWithCustomClock, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (int64, 1) -> (Write, 1) -> (writeFloat, 2) -> (escapeString, 2) -> (allReferencedPackages, 2) -> (collectReferences, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (Build, 2) -> (scrubValidationError, 1) -> (NewUnstructuredObjectTyper, 0) -> (inherits, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (NeedTypesInfo, 0) -> (typeCheck, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (doRequest, 4) -> (Error503, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Format, 1) -> (Marshal, 1) -> (finish, 0) -> (yaml_stream_end_event_initialize, 1) -> (execute, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sub, 1) -> (AsDec, 0) -> (SetScale, 1) -> (SetInt64, 1) -> (NewStreamWatcher, 2) -> (receive, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (handleRawConn, 1) -> (removeConn, 1) -> (methodFamily, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (lbWatcher, 0) -> (UpdateAddresses, 1) -> (connect, 0) -> (resetTransport, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (exec, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (MarshalText, 0) -> (Level, 0) -> (Level, 1) -> (mustFind, 0) -> (timeoutFlush, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (execute, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (End, 0) -> (ExportSpan, 1) -> (Log, 2) -> (log, 2) -> (prepareCopyIn, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (handleRawConn, 1) -> (removeConn, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (PBValueOf, 1) -> (ValueOfMap, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (Prepare, 1) -> (gname, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Decode, 1) -> (Decode, 3) -> (ConvertToVersion, 2) -> (convertToVersion, 3) -> (Build, 3) -> (ResolveNow, 1) -> (resolveNow, 1) -> (RecordTransition, 2) -> (down, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (ForRoots, 1) -> (RegisterMarkers, 1) -> (LoadRootsWithConfig, 2) -> (packageFor, 1) -> (refine, 2) -> (loadRecursive, 1) -> (loadPackage, 1) -> (SetUsesCgo, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Now, 0) -> (Add, 1) -> (SignalError, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (shutdown, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (waitForCache, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (HandlerFor, 2) -> (TimeoutHandler, 3) -> (NewWriter, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (NewBroadcaster, 0) -> (NewBroadcaster, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (Build, 2) -> (scrubValidationError, 1) -> (NewUnstructuredObjectTyper, 0) -> (inherits, 1) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Kind, 0) -> (kind, 0) -> (uint64, 0) -> (errorf, 3) -> (shutdown, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (propagateCancel, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (configureTransport, 1) -> (addConnIfNeeded, 3) -> (run, 3) -> (runCmdContext, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (execute, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (newCCResolverWrapper, 2) -> (Build, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (FormatDiff, 1) -> (formatDiffList, 2) -> (WithDiffMode, 1) -> (lastStats, 1) -> (getCSV, 3) -> (QueryContext, 3) -> (watchCancel, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (lbWatcher, 0) -> (UpdateAddresses, 1) -> (connect, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (WatchUntilReady, 2) -> (watchTimeout, 1) -> (watchUntilReady, 2) -> (waitForPodSuccess, 2) -> (Log, 5) -> (UntilWithoutRetry, 3) -> (newRetryWatcher, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (End, 0) -> (ExportSpan, 1) -> (Log, 2) -> (log, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (newQueue, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (propagateCancel, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (HandlerFor, 2) -> (TimeoutHandler, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (UTF16PtrToString, 1) -> (Decode, 1) -> (UniversalDeserializer, 0) -> (readAll, 2) -> (newCCResolverWrapper, 2) -> (Build, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (PollUntil, 3) -> (poller, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Load, 0) -> (NewAggregate, 1) -> (aggregate, 1) -> (OpenForRead, 1) -> (fetchBlob, 2) -> (Update, 4)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (int64, 1) -> (Write, 1) -> (writeFloat, 2) -> (escapeString, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (timeoutFlush, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (Handle, 2) -> (Complete, 1) -> (parseCommandArguments, 1) -> (Args, 0) -> (CommandContext, 4)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0) -> (legalHeaderByte, 1) -> (monitor, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Decode, 1) -> (Decode, 3) -> (ConvertToVersion, 2) -> (convertToVersion, 3) -> (fetchBlob, 2) -> (Update, 4) -> (HandlePanic, 2) -> (CommandContext, 4)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (Header, 0) -> (FromContext, 1) -> (Unknown, 1) -> (IsUnknown, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (PBValueOf, 1) -> (ValueOfMap, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (connect, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (PollUntil, 3) -> (poller, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ConfirmedDir, 1) -> (allReferencedPackages, 2) -> (collectReferences, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (removeKeyCloakClientFinalizers, 2) -> (CreateOrUpdate, 4) -> (mutate, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (getCSV, 3) -> (QueryContext, 3) -> (watchCancel, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Write, 1) -> (writeFloat, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (Build, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Format, 1) -> (Marshal, 1) -> (finish, 0) -> (yaml_stream_end_event_initialize, 1) -> (run, 0) -> (stopped, 0) -> (Error, 6)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Format, 1) -> (Marshal, 1) -> (finish, 0) -> (yaml_stream_end_event_initialize, 1) -> (newCCResolverWrapper, 2) -> (Build, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (NewStreamWatcher, 2) -> (receive, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Decode, 1) -> (Decode, 3) -> (ConvertToVersion, 2) -> (convertToVersion, 3) -> (Build, 3) -> (ResolveNow, 1) -> (resolveNow, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (handleRawConn, 1) -> (removeConn, 1) -> (methodFamily, 1) -> (Until, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (removeKeyCloakUserFinalizers, 2) -> (CreateOrUpdate, 4) -> (mutate, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (removeApplicationMonitoringFinalizers, 2) -> (CreateOrUpdate, 4) -> (mutate, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (serveCRMetrics, 3) -> (GenerateAndServeCRMetrics, 5) -> (ServeMetrics, 3) -> (ListenAndServe, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (instrumentedHook, 2) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0) -> (NewConnection, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (prepareCopyIn, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (run, 0) -> (stopped, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (maybeReportTransition, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (handleRawConn, 1) -> (removeConn, 1) -> (methodFamily, 1) -> (Until, 1) -> (addEvent, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (instrumentedHook, 2) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0) -> (NewConnection, 2) -> (monitor, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Decode, 1) -> (Decode, 3) -> (ConvertToVersion, 2) -> (convertToVersion, 3) -> (execute, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Len, 0) -> (Get, 0) -> (NewOpenAPIData, 1) -> (parseGroupVersionKind, 1) -> (Prepare, 1) -> (gname, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (processWindowUpdate, 1) -> (scheduleFrameWrite, 0) -> (isControl, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (MarshalText, 0) -> (Level, 0) -> (Level, 1) -> (mustFind, 0) -> (run, 0) -> (stopped, 0) -> (Error, 6) -> (WriteDataPadded, 4)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (ForRoots, 1) -> (RegisterMarkers, 1) -> (LoadRootsWithConfig, 2) -> (Load, 2) -> (refine, 2) -> (loadRecursive, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ConfirmedDir, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (NewNamedRateLimitingQueue, 2) -> (NewNamedDelayingQueue, 1) -> (NewDelayingQueueWithCustomClock, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (newCCResolverWrapper, 2) -> (Build, 3) -> (ResolveNow, 1) -> (resolveNow, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (Build, 2) -> (scrubValidationError, 1) -> (NewUnstructuredObjectTyper, 0) -> (inherits, 1) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (NewNamedDelayingQueue, 1) -> (NewDelayingQueueWithCustomClock, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (UTF16PtrToString, 1) -> (Decode, 1) -> (UniversalDeserializer, 0) -> (readAll, 2) -> (getCSV, 3) -> (QueryContext, 3) -> (watchCancel, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Decode, 1) -> (Decode, 3) -> (ConvertToVersion, 2) -> (convertToVersion, 3) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0) -> (legalHeaderByte, 1) -> (getStartDialLocked, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Flush, 0) -> (lockAndFlushAll, 0) -> (flushAll, 0) -> (writeFrameFromHandler, 1) -> (execute, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (MarshalText, 0) -> (Level, 0) -> (Level, 1) -> (mustFind, 0) -> (allReferencedPackages, 2) -> (collectReferences, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (ForRoots, 1) -> (RegisterMarkers, 1) -> (LoadRootsWithConfig, 2) -> (Load, 2) -> (refine, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (handleGoAwayFrame, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (Build, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (allReferencedPackages, 2) -> (collectReferences, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Decode, 1) -> (Decode, 3) -> (ConvertToVersion, 2) -> (convertToVersion, 3) -> (NewStreamWatcher, 2) -> (receive, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (serveStreams, 1) -> (methodFamily, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (newValidationInfo, 2) -> (IsWeak, 0) -> (newCCResolverWrapper, 2) -> (Build, 3) -> (ResolveNow, 1) -> (resolveNow, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (WatchUntilReady, 2) -> (watchTimeout, 1) -> (watchUntilReady, 2) -> (waitForPodSuccess, 2) -> (Log, 5) -> (UntilWithoutRetry, 3) -> (newRetryWatcher, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Level, 0) -> (Load, 0) -> (ResolveLocalPaths, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 0) -> (NewOpenAPIData, 1) -> (parseGroupVersionKind, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Load, 0) -> (NewAggregate, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Decode, 1) -> (Decode, 3) -> (ConvertToVersion, 2) -> (convertToVersion, 3) -> (fetchBlob, 2) -> (Update, 4)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (handleRawConn, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (exec, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Format, 1) -> (Marshal, 1) -> (finish, 0) -> (yaml_stream_end_event_initialize, 1) -> (run, 0) -> (stopped, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (Handle, 2) -> (Complete, 1) -> (parseCommandArguments, 1) -> (Args, 0) -> (CommandContext, 4)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (NewStreamWatcher, 2) -> (receive, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (NewStreamWatcher, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Kind, 0) -> (kind, 0) -> (uint64, 0) -> (errorf, 3) -> (run, 0) -> (stopped, 0) -> (Error, 6)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (Build, 2) -> (scrubValidationError, 1) -> (NewUnstructuredObjectTyper, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (writeJSON, 4) -> (Header, 0) -> (finish, 1) -> (SetError, 0) -> (addEvent, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Value, 0) -> (ScaledValue, 1) -> (infScale, 0) -> (DivMod, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Type, 0) -> (messageInfo, 0) -> (LoadMessageInfo, 0) -> (l, 1) -> (shutdown, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sub, 1) -> (AsDec, 0) -> (SetScale, 1) -> (SetInt64, 1) -> (execute, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (postSend, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (NeedTypesInfo, 0) -> (typeCheck, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (FormatDiff, 1) -> (formatDiffList, 2) -> (WithDiffMode, 1) -> (lastStats, 1) -> (newCCResolverWrapper, 2) -> (Build, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (removeApplicationMonitoringFinalizers, 2) -> (CreateOrUpdate, 4) -> (mutate, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (newValidationInfo, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (writeAsCSV, 1) -> (TrimSuffix, 2) -> (writeFloat, 2) -> (escapeString, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sort, 1) -> (Compare, 2) -> (comparePrerelease, 2) -> (isNum, 1) -> (run, 0) -> (stopped, 0) -> (Error, 6) -> (WriteDataPadded, 4) -> (setBracketsToType, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Flush, 0) -> (lockAndFlushAll, 0) -> (flushAll, 0) -> (writeFrameFromHandler, 1) -> (getCSV, 3) -> (QueryContext, 3) -> (watchCancel, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ConfirmedDir, 1) -> (timeoutFlush, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (runGo, 0) -> (ExecCmd, 1) -> (Kill, 1) -> (processSignalResult, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (Build, 3) -> (ResolveNow, 1) -> (resolveNow, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Now, 0) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (NewStreamWatcher, 2) -> (receive, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (waitForCache, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Now, 0) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (waitForCache, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Format, 1) -> (Marshal, 1) -> (finish, 0) -> (yaml_stream_end_event_initialize, 1) -> (Header, 0) -> (FromContext, 1) -> (Unknown, 1) -> (IsUnknown, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (Build, 3) -> (ResolveNow, 1) -> (resolveNow, 1) -> (RecordTransition, 2) -> (down, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (instrumentedHook, 2) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0) -> (NewConnection, 2) -> (monitor, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (perform, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (getCSV, 3) -> (QueryContext, 3) -> (watchCancel, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Now, 0) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (newCCResolverWrapper, 2) -> (Build, 3) -> (ResolveNow, 1) -> (resolveNow, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3) -> (instrumentedHook, 2) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (instrumentedHook, 2) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0) -> (newConnection, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (NewStreamWatcher, 2) -> (receive, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (New, 1) -> (newLoaderAtConfirmedDir, 4) -> (HasPrefix, 1) -> (Fatalf, 3) -> (run, 0) -> (stopped, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (configureTransport, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (lbWatcher, 0) -> (UpdateAddresses, 1) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Write, 1) -> (writeFloat, 2) -> (IsInf, 2) -> (timeoutFlush, 1) -> (Header, 0) -> (FromContext, 1) -> (Unknown, 1) -> (IsUnknown, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (Build, 2) -> (scrubValidationError, 1) -> (NewUnstructuredObjectTyper, 0) -> (inherits, 1) -> (resetTransport, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (instrumentedHook, 2) -> (ServeHTTP, 2) -> (errored, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (HandlerFor, 2) -> (TimeoutHandler, 3) -> (NewWriter, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (handleRawConn, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Decode, 1) -> (Decode, 3) -> (ConvertToVersion, 2) -> (convertToVersion, 3) -> (Build, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (run, 0) -> (stopped, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Now, 0) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (newCCResolverWrapper, 2) -> (Build, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (run, 0) -> (stopped, 0) -> (Error, 6) -> (WriteDataPadded, 4)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (formatErrorDescription, 2) -> (Execute, 2) -> (PrintResults, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (propagateCancel, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (Gather, 0) -> (checkMetricConsistency, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Write, 1) -> (writeFloat, 2) -> (IsInf, 2) -> (timeoutFlush, 1) -> (getCSV, 3) -> (QueryContext, 3) -> (watchCancel, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0) -> (handleError, 1) -> (detectRoute, 0) -> (SetState, 2) -> (serveCRMetrics, 3) -> (GenerateAndServeCRMetrics, 5) -> (ServeMetrics, 3) -> (ListenAndServe, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (watchTimeout, 1) -> (watchUntilReady, 2) -> (waitForPodSuccess, 2) -> (Log, 5) -> (UntilWithoutRetry, 3) -> (newRetryWatcher, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (instrumentedHook, 2) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0) -> (NewConnection, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ConfirmedDir, 1) -> (NeedTypesInfo, 0) -> (typeCheck, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sub, 1) -> (AsDec, 0) -> (SetScale, 1) -> (SetInt64, 1) -> (httpRequest, 1) -> (postSend, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Flush, 0) -> (lockAndFlushAll, 0) -> (flushAll, 0) -> (writeFrameFromHandler, 1) -> (prepareCopyIn, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Write, 1) -> (writeFloat, 2) -> (IsInf, 2) -> (timeoutFlush, 1) -> (exec, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sub, 1) -> (AsDec, 0) -> (SetScale, 1) -> (SetInt64, 1) -> (HandlerFor, 2) -> (TimeoutHandler, 3) -> (NewWriter, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (PBValueOf, 1) -> (ValueOfMap, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (run, 0) -> (stopped, 0) -> (Error, 6) -> (WriteDataPadded, 4)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (UTF16PtrToString, 1) -> (Decode, 1) -> (UniversalDeserializer, 0) -> (readAll, 2) -> (newCCResolverWrapper, 2) -> (Build, 3) -> (ResolveNow, 1) -> (resolveNow, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (run, 0) -> (stopped, 0) -> (Error, 6) -> (WriteDataPadded, 4) -> (setBracketsToType, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (PBValueOf, 1) -> (ValueOfMap, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (newQueue, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (newValidationInfo, 2) -> (IsWeak, 0) -> (prepareCopyIn, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (connect, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (handleRawConn, 1) -> (removeConn, 1) -> (methodFamily, 1) -> (Until, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Kind, 0) -> (kind, 0) -> (uint64, 0) -> (errorf, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Replace, 1) -> (SetName, 1) -> (setNestedField, 3) -> (SetLevel, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (HandlerFor, 2) -> (TimeoutHandler, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (NeedTypesInfo, 0) -> (typeCheck, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (allReferencedPackages, 2) -> (collectReferences, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Now, 0) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (String, 0) -> (Behavior, 0) -> (NewGenerationBehavior, 1) -> (KindForGroupVersionKinds, 1) -> (execute, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (PBValueOf, 1) -> (ValueOfMap, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (run, 0) -> (stopped, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Elem, 0) -> (, 1) -> (Store, 2) -> (l, 1) -> (getCSV, 3) -> (QueryContext, 3) -> (watchCancel, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (Build, 2) -> (scrubValidationError, 1) -> (NewUnstructuredObjectTyper, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (MarshalText, 0) -> (Level, 0) -> (Level, 1) -> (mustFind, 0) -> (run, 0) -> (stopped, 0) -> (Error, 6)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ConfirmedDir, 1) -> (getCSV, 3) -> (QueryContext, 3) -> (watchCancel, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Start, 0)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (WriteString, 1) -> (appendString, 3) -> (Len32, 1) -> (ParseUint, 3)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (UTF16ToString, 1) -> (Decode, 1) -> (UniversalDeserializer, 0) -> (readAll, 2) -> (getCSV, 3) -> (QueryContext, 3) -> (watchCancel, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Flush, 0) -> (lockAndFlushAll, 0) -> (flushAll, 0) -> (writeFrameFromHandler, 1) -> (newCCResolverWrapper, 2) -> (Build, 3) -> (ResolveNow, 1) -> (resolveNow, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Sign, 0) -> (Run, 1) -> (Signal, 1) -> (final, 1) -> (ServeHTTP, 2) -> (errored, 1) -> (convertObject, 2) -> (convertViaHub, 2) -> (getHub, 1) -> (objectGVKs, 2) -> (AllKnownTypes, 0) -> (legalHeaderByte, 1)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Decode, 1) -> (Decode, 3) -> (ConvertToVersion, 2) -> (convertToVersion, 3) -> (propagateCancel, 2)
(hasAdminPrivileges, 1) -> (contains, 2) -> (StringValue, 1) -> (Itoa, 1) -> (Get, 1) -> (Get, 3) -> (resource, 0) -> (newResource, 2) -> (PollImmediateUntil, 3) -> (PollUntil, 3) -> (poller, 2)
```
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: a45af1781a47ed80dbedf4392b711a3adb0bb3f7
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.