Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClusterPodStatuses analyzer #2270

Merged
merged 9 commits into from
Oct 28, 2021
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ require (
github.com/blang/semver v3.5.1+incompatible
github.com/bugsnag/bugsnag-go v1.5.3 // indirect
github.com/bugsnag/panicwrap v1.2.0 // indirect
github.com/c9s/goprocinfo v0.0.0-20190309065803-0b2ad9ac246b // indirect
github.com/containerd/containerd v1.5.7
github.com/containers/image/v5 v5.15.2
github.com/containers/storage v1.37.0 // indirect
Expand Down Expand Up @@ -63,7 +64,7 @@ require (
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/rancher/wrangler v0.8.3
github.com/replicatedhq/kurl v0.0.0-20210414162418-8d6211901244
github.com/replicatedhq/troubleshoot v0.16.0
github.com/replicatedhq/troubleshoot v0.17.0
github.com/replicatedhq/yaml/v3 v3.0.0-beta5-replicatedhq
github.com/robfig/cron v1.2.0
github.com/robfig/cron/v3 v3.0.1
Expand Down Expand Up @@ -96,14 +97,15 @@ require (
k8s.io/apiextensions-apiserver v0.22.2
k8s.io/apimachinery v0.22.2
k8s.io/cli-runtime v0.22.1
k8s.io/client-go v0.22.1
k8s.io/client-go v0.22.2
k8s.io/cluster-bootstrap v0.22.1
k8s.io/helm v2.14.3+incompatible
k8s.io/klog/v2 v2.9.0
k8s.io/kube-openapi v0.0.0-20210817084001-7fbd8d59e5b8 // indirect
k8s.io/kubelet v0.0.0
k8s.io/kubernetes v1.22.1
k8s.io/utils v0.0.0-20210802155522-efc7438f0176
k8s.io/metrics v0.16.15 // indirect
k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a
oras.land/oras-go v0.4.0
sigs.k8s.io/application v0.8.3
sigs.k8s.io/controller-runtime v0.8.3
Expand Down