• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

operator-framework / operator-sdk
43%
master: 34%

Build:
Build:
LAST BUILD BRANCH: update_ansible_1_40_0
DEFAULT BRANCH: master
Repo Added 17 Nov 2019 11:10AM UTC
Files 162
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH refactor/kubebuilder-integration
branch: refactor/kubebuilder-integration
CHANGE BRANCH
x
Reset
  • refactor/kubebuilder-integration
  • asmacdo-patch-1
  • changelog-0-19-x-stream
  • cleanup_gha_runner_space
  • dependabot/docker/images/custom-scorecard-tests/golang-1.25
  • dependabot/docker/images/custom-scorecard-tests/ubi9/ubi-minimal-9.6
  • dependabot/docker/images/helm-operator/golang-1.24
  • dependabot/docker/images/helm-operator/golang-1.25
  • dependabot/docker/images/helm-operator/ubi9/ubi-minimal-9.6
  • dependabot/docker/images/operator-sdk/golang-1.24
  • dependabot/docker/images/operator-sdk/golang-1.25
  • dependabot/docker/images/operator-sdk/ubi9/ubi-minimal-9.6
  • dependabot/docker/images/scorecard-test-kuttl/golang-1.24
  • dependabot/docker/images/scorecard-test-kuttl/golang-1.25
  • dependabot/docker/images/scorecard-test/golang-1.24
  • dependabot/docker/images/scorecard-test/golang-1.25
  • dependabot/docker/images/scorecard-test/ubi9/ubi-minimal-9.6
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/setup-go-6
  • dependabot/go_modules/github.com/containerd/containerd-1.7.27
  • dependabot/go_modules/github.com/distribution/distribution/v3-3.0.0-rc.3
  • dependabot/go_modules/github.com/docker/docker-28.3.3incompatible
  • dependabot/go_modules/github.com/go-viper/mapstructure/v2-2.3.0
  • dependabot/go_modules/github.com/go-viper/mapstructure/v2-2.4.0
  • dependabot/go_modules/github.com/ulikunitz/xz-0.5.14
  • dependabot/go_modules/golang.org/x/crypto-0.31.0
  • dependabot/go_modules/golang.org/x/net-0.36.0
  • dependabot/go_modules/golang.org/x/net-0.38.0
  • dependabot/go_modules/helm.sh/helm/v3-3.17.3
  • dependabot/go_modules/helm.sh/helm/v3-3.18.4
  • dependabot/go_modules/helm.sh/helm/v3-3.18.5
  • dmesser-patch-1
  • feat/generalize-container-tool
  • feature/catalog-only-flag
  • fix-lint-locally
  • fix-makeinstall-make
  • fix-url-kubctl-allow-new
  • fix_6910
  • fix_ci_post_release
  • fix_cve
  • fix_helm_reconcilation
  • go-dep
  • go_1_23
  • helm-docs-typo
  • k8s_1_31_updates
  • latest
  • master
  • mhrivnak-patch-1
  • onwer-alias-cleanup
  • owner-reference
  • release-v1.39.0
  • release-v1.39.1
  • release-v1.39.2
  • release-v1.40.0
  • release-v1.41.0
  • release-v1.41.1
  • remove_package_manifest
  • revert-3047-release-v0.17.1
  • revert-3056-post-release-v0.17.1
  • revert-3188-message-update
  • revert-4008-cherry-pick-3997-to-v1.0.x
  • revert-4188-configmap_tests_configmap
  • run-bundle-ifnotpresent
  • support-aggregated-clusterroles
  • update-ubuntu
  • update_ansible_1_40_0
  • update_deps
  • update_docker_file
  • update_k8s_1_33
  • upgrade-k8s-version
  • upgrade-kb-4-6
  • upgrade-kubebuilder
  • upgrade-olm-bindata
  • v0.13.0
  • v0.13.x
  • v0.14.0
  • v0.14.1
  • v0.14.x
  • v0.15.0
  • v0.15.1
  • v0.15.2
  • v0.15.x
  • v0.16.0
  • v0.16.x
  • v0.17.0
  • v0.17.1
  • v0.17.2
  • v0.17.x
  • v0.18.0
  • v0.18.1
  • v0.18.2
  • v0.18.x
  • v0.19.0
  • v0.19.1
  • v0.19.2
  • v0.19.3
  • v0.19.4
  • v0.19.x
  • v0.4.x
  • v1.0.0
  • v1.0.0-alpha.1
  • v1.0.0-alpha.2
  • v1.0.1
  • v1.0.x
  • v1.1.0
  • v1.1.x
  • v1.2.0
  • v1.2.x

10 Apr 2020 09:27AM UTC coverage: 42.849% (-0.09%) from 42.943%
9666

push

travis-ci

web-flow
Add support for cluster-scoped CRDs for kube-state-metrics (#2809)

Cluster-scoped CRD’s were not supported in the `pkg/kube-metrics` implementation since it was always looking for the GKV's in the List of namespaces informed which cause the issue "resource not found" since the CRD is not in any specific namespace. 

With the changes made here `pkg/kube-metrics` is able to List and Watch cluster-scoped CRDs.  Closes: #2707

2915 of 6803 relevant lines covered (42.85%)

4.46 hits per line

Relevant lines Covered
Build:
Build:
6803 RELEVANT LINES 2915 COVERED LINES
4.46 HITS PER LINE
Source Files on refactor/kubebuilder-integration
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
9666 refactor/kubebuilder-integration Add support for cluster-scoped CRDs for kube-state-metrics (#2809) Cluster-scoped CRD’s were not supported in the `pkg/kube-metrics` implementation since it was always looking for the GKV's in the List of namespaces informed which cause the issue... push 10 Apr 2020 04:54PM UTC web-flow travis-ci
42.85
9629 refactor/kubebuilder-integration .travis.yml: use before_script as to not override test.before_install (#2813) push 09 Apr 2020 07:26PM UTC web-flow travis-ci
42.94
9202 refactor/kubebuilder-integration remove dynamicrestmapper which is deprecated (#2544) push 24 Mar 2020 06:03PM UTC web-flow travis-ci
43.11
See All Builds (7423)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc