NO-ISSUE: Update kubernetes packages to v0.35.2#787
NO-ISSUE: Update kubernetes packages to v0.35.2#787red-hat-konflux[bot] wants to merge 1 commit intomasterfrom
Conversation
ℹ Artifact update noticeFile name: api/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
@red-hat-konflux[bot]: This pull request explicitly references no jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
WalkthroughGo toolchain set to 1.25.0. Kubernetes dependencies in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
📝 Coding Plan
Comment |
|
Hi @red-hat-konflux[bot]. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
67b188e to
2cda697
Compare
2cda697 to
dedfd93
Compare
01c0935 to
7004bdd
Compare
20e3697 to
eb9a926
Compare
a186ee5 to
7461e8e
Compare
7461e8e to
10deaec
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@api/go.mod`:
- Around line 7-8: The go.mod currently pins k8s.io/apiextensions-apiserver at
v0.34.2 while k8s.io/apimachinery, k8s.io/client-go and k8s.io/api are v0.35.1;
update the k8s.io/apiextensions-apiserver requirement to v0.35.1 to ensure
compatible types, then run go mod tidy to resolve transitive deps and verify
builds; locate the k8s.io/apiextensions-apiserver entry in go.mod and change its
version to v0.35.1.
api/go.mod
Outdated
| k8s.io/apimachinery v0.35.1 | ||
| k8s.io/client-go v0.35.1 |
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
cat -n api/go.mod | grep -E 'k8s.io|^\s*[0-9]+'Repository: openshift/cluster-api-provider-agent
Length of output: 3038
🏁 Script executed:
cat api/go.modRepository: openshift/cluster-api-provider-agent
Length of output: 2625
Update k8s.io/apiextensions-apiserver to v0.35.1 for consistency.
Three k8s.io packages (k8s.io/apimachinery, k8s.io/client-go, and k8s.io/api) are at v0.35.1, but k8s.io/apiextensions-apiserver remains at v0.34.2. This version mismatch can cause type incompatibilities and runtime errors when these packages interact.
🤖 Prompt for AI Agents
In `@api/go.mod` around lines 7 - 8, The go.mod currently pins
k8s.io/apiextensions-apiserver at v0.34.2 while k8s.io/apimachinery,
k8s.io/client-go and k8s.io/api are v0.35.1; update the
k8s.io/apiextensions-apiserver requirement to v0.35.1 to ensure compatible
types, then run go mod tidy to resolve transitive deps and verify builds; locate
the k8s.io/apiextensions-apiserver entry in go.mod and change its version to
v0.35.1.
10deaec to
d116040
Compare
There was a problem hiding this comment.
♻️ Duplicate comments (1)
api/go.mod (1)
49-49:⚠️ Potential issue | 🟠 Major
k8s.io/apiextensions-apiserveris still on v0.34.2 while all other core k8s packages are now at v0.35.1.The official k8s.io/apiextensions-apiserver documentation explicitly states: "HEAD of this repo will match HEAD of k8s.io/apiserver, k8s.io/apimachinery, and k8s.io/client-go." Running with a mismatched indirect version risks type incompatibilities at the boundary between these packages.
To align, run:
go get k8s.io/apiextensions-apiserver@v0.35.1 go mod tidyIf a transitive constraint from
sigs.k8s.io/cluster-api v1.11.0orsigs.k8s.io/controller-runtime v0.22.4holds the version back, those would need to be resolved first.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@api/go.mod` at line 49, The go.mod entry for k8s.io/apiextensions-apiserver is pinned at v0.34.2 while other Kubernetes libs are v0.35.1; update the module to v0.35.1 by running "go get k8s.io/apiextensions-apiserver@v0.35.1" and then "go mod tidy" to align versions and resolve indirect constraints, and if the upgrade is blocked because of transitive constraints from sigs.k8s.io/cluster-api or sigs.k8s.io/controller-runtime, update or replace those dependencies to versions compatible with v0.35.1 before re-running the go get + go mod tidy sequence.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Duplicate comments:
In `@api/go.mod`:
- Line 49: The go.mod entry for k8s.io/apiextensions-apiserver is pinned at
v0.34.2 while other Kubernetes libs are v0.35.1; update the module to v0.35.1 by
running "go get k8s.io/apiextensions-apiserver@v0.35.1" and then "go mod tidy"
to align versions and resolve indirect constraints, and if the upgrade is
blocked because of transitive constraints from sigs.k8s.io/cluster-api or
sigs.k8s.io/controller-runtime, update or replace those dependencies to versions
compatible with v0.35.1 before re-running the go get + go mod tidy sequence.
ℹ️ Review info
Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml
Review profile: CHILL
Plan: Pro
Cache: Disabled due to data retention organization setting
Knowledge base: Disabled due to data retention organization setting
⛔ Files ignored due to path filters (295)
api/go.sumis excluded by!**/*.sumapi/vendor/k8s.io/api/admissionregistration/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/admissionregistration/v1alpha1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1alpha1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1alpha1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1alpha1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1alpha1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/admissionregistration/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1beta1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1beta1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/apiserverinternal/v1alpha1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/apiserverinternal/v1alpha1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/apiserverinternal/v1alpha1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/apiserverinternal/v1alpha1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/apps/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/apps/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/apps/v1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/apps/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/apps/v1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/apps/v1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/apps/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/apps/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/apps/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/apps/v1beta1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/apps/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/apps/v1beta1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/apps/v1beta1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/apps/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/apps/v1beta2/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/apps/v1beta2/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/apps/v1beta2/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/apps/v1beta2/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/apps/v1beta2/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/apps/v1beta2/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/apps/v1beta2/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/authentication/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/authentication/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/authentication/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/authentication/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/authentication/v1alpha1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/authentication/v1alpha1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/authentication/v1alpha1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/authentication/v1alpha1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/authentication/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/authentication/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/authentication/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/authentication/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/authorization/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/authorization/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/authorization/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/authorization/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/authorization/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/authorization/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/authorization/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/authorization/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/autoscaling/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/autoscaling/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/autoscaling/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/autoscaling/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/autoscaling/v2/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/autoscaling/v2/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/autoscaling/v2/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/autoscaling/v2/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/autoscaling/v2/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/autoscaling/v2/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/autoscaling/v2/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/autoscaling/v2beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/autoscaling/v2beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/autoscaling/v2beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/autoscaling/v2beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/autoscaling/v2beta2/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/autoscaling/v2beta2/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/autoscaling/v2beta2/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/autoscaling/v2beta2/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/batch/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/batch/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/batch/v1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/batch/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/batch/v1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/batch/v1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/batch/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/batch/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/batch/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/batch/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/batch/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/certificates/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/certificates/v1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/certificates/v1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/certificates/v1alpha1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1alpha1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/certificates/v1alpha1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1alpha1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/certificates/v1alpha1/register.gois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1alpha1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1alpha1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1alpha1/zz_generated.deepcopy.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/certificates/v1alpha1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/certificates/v1alpha1/zz_generated.prerelease-lifecycle.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/certificates/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/certificates/v1beta1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/certificates/v1beta1/register.gois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1beta1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1beta1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1beta1/zz_generated.deepcopy.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/certificates/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/certificates/v1beta1/zz_generated.prerelease-lifecycle.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/coordination/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/coordination/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/coordination/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/coordination/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/coordination/v1alpha2/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/coordination/v1alpha2/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/coordination/v1alpha2/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/coordination/v1alpha2/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/coordination/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/coordination/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/coordination/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/coordination/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/core/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/core/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/core/v1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/core/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/core/v1/toleration.gois excluded by!**/vendor/**api/vendor/k8s.io/api/core/v1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/core/v1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/core/v1/zz_generated.deepcopy.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/core/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/discovery/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/discovery/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/discovery/v1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/discovery/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/discovery/v1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/discovery/v1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/discovery/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/discovery/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/discovery/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/discovery/v1beta1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/discovery/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/discovery/v1beta1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/discovery/v1beta1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/discovery/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/events/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/events/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/events/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/events/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/events/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/events/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/events/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/events/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/extensions/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/extensions/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/extensions/v1beta1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/extensions/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/extensions/v1beta1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/extensions/v1beta1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/extensions/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/extensions/v1beta1/zz_generated.validations.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/flowcontrol/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/flowcontrol/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/flowcontrol/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/flowcontrol/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/flowcontrol/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/flowcontrol/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/flowcontrol/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/flowcontrol/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/flowcontrol/v1beta2/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/flowcontrol/v1beta2/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/flowcontrol/v1beta2/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/flowcontrol/v1beta2/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/flowcontrol/v1beta3/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/flowcontrol/v1beta3/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/flowcontrol/v1beta3/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/flowcontrol/v1beta3/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/networking/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/networking/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/networking/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/networking/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/networking/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/networking/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/networking/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/networking/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/node/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/node/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/node/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/node/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/node/v1alpha1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/node/v1alpha1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/node/v1alpha1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/node/v1alpha1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/node/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/node/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/node/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/node/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/policy/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/policy/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/policy/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/policy/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/policy/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/policy/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/policy/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/policy/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/rbac/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/rbac/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/rbac/v1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/rbac/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/rbac/v1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/rbac/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/rbac/v1alpha1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/rbac/v1alpha1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/rbac/v1alpha1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/rbac/v1alpha1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/rbac/v1alpha1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/rbac/v1alpha1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/rbac/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/rbac/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/rbac/v1beta1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/rbac/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/rbac/v1beta1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/rbac/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/resource/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/resource/v1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/resource/v1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/resource/v1alpha3/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1alpha3/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/resource/v1alpha3/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1alpha3/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/resource/v1alpha3/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1alpha3/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1alpha3/zz_generated.deepcopy.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/resource/v1alpha3/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/resource/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/resource/v1beta1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/resource/v1beta1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1beta1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/resource/v1beta2/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1beta2/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/resource/v1beta2/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1beta2/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/resource/v1beta2/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1beta2/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1beta2/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/scheduling/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/scheduling/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/scheduling/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/scheduling/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/scheduling/v1alpha1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/scheduling/v1alpha1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/scheduling/v1alpha1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/scheduling/v1alpha1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/scheduling/v1alpha1/register.gois excluded by!**/vendor/**api/vendor/k8s.io/api/scheduling/v1alpha1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/scheduling/v1alpha1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/scheduling/v1alpha1/zz_generated.deepcopy.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/scheduling/v1alpha1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/scheduling/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/scheduling/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/scheduling/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/scheduling/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/storage/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/storage/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/storage/v1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/storage/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/storage/v1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/storage/v1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/storage/v1/zz_generated.deepcopy.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/storage/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/storage/v1alpha1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/storage/v1alpha1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/storage/v1alpha1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/storage/v1alpha1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/storage/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/storage/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/storage/v1beta1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/storage/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/storage/v1beta1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/storage/v1beta1/types_swagger_doc_generated.gois excluded by!**/vendor/**
📒 Files selected for processing (1)
api/go.mod
5412df3 to
273cb17
Compare
There was a problem hiding this comment.
♻️ Duplicate comments (1)
api/go.mod (1)
49-49:⚠️ Potential issue | 🟠 MajorUpdate
k8s.io/apiextensions-apiserverto v0.35.2 for consistency.The
k8s.io/apiextensions-apiserverpackage remains at v0.34.2 while other k8s.io packages (k8s.io/apimachinery,k8s.io/client-go, andk8s.io/api) have been updated to v0.35.2. This version mismatch can cause type incompatibilities and runtime errors.🔧 Proposed fix
- k8s.io/apiextensions-apiserver v0.34.2 // indirect + k8s.io/apiextensions-apiserver v0.35.2 // indirectAfter making this change, run
go mod tidyto resolve transitive dependencies.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@api/go.mod` at line 49, Update the module entry for k8s.io/apiextensions-apiserver in go.mod from v0.34.2 to v0.35.2 to match the other Kubernetes modules (k8s.io/apimachinery, k8s.io/client-go, k8s.io/api), then run `go mod tidy` to refresh transitive dependencies and ensure compatibility.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Duplicate comments:
In `@api/go.mod`:
- Line 49: Update the module entry for k8s.io/apiextensions-apiserver in go.mod
from v0.34.2 to v0.35.2 to match the other Kubernetes modules
(k8s.io/apimachinery, k8s.io/client-go, k8s.io/api), then run `go mod tidy` to
refresh transitive dependencies and ensure compatibility.
ℹ️ Review info
Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml
Review profile: CHILL
Plan: Pro
Cache: Disabled due to data retention organization setting
Knowledge base: Disabled due to data retention organization setting
⛔ Files ignored due to path filters (297)
api/go.sumis excluded by!**/*.sumapi/vendor/k8s.io/api/admissionregistration/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/admissionregistration/v1alpha1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1alpha1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1alpha1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1alpha1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1alpha1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/admissionregistration/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1beta1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1beta1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/admissionregistration/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/apiserverinternal/v1alpha1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/apiserverinternal/v1alpha1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/apiserverinternal/v1alpha1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/apiserverinternal/v1alpha1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/apps/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/apps/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/apps/v1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/apps/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/apps/v1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/apps/v1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/apps/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/apps/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/apps/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/apps/v1beta1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/apps/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/apps/v1beta1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/apps/v1beta1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/apps/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/apps/v1beta2/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/apps/v1beta2/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/apps/v1beta2/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/apps/v1beta2/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/apps/v1beta2/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/apps/v1beta2/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/apps/v1beta2/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/authentication/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/authentication/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/authentication/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/authentication/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/authentication/v1alpha1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/authentication/v1alpha1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/authentication/v1alpha1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/authentication/v1alpha1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/authentication/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/authentication/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/authentication/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/authentication/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/authorization/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/authorization/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/authorization/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/authorization/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/authorization/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/authorization/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/authorization/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/authorization/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/autoscaling/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/autoscaling/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/autoscaling/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/autoscaling/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/autoscaling/v2/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/autoscaling/v2/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/autoscaling/v2/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/autoscaling/v2/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/autoscaling/v2/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/autoscaling/v2/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/autoscaling/v2/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/autoscaling/v2beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/autoscaling/v2beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/autoscaling/v2beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/autoscaling/v2beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/autoscaling/v2beta2/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/autoscaling/v2beta2/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/autoscaling/v2beta2/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/autoscaling/v2beta2/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/batch/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/batch/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/batch/v1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/batch/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/batch/v1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/batch/v1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/batch/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/batch/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/batch/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/batch/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/batch/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/certificates/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/certificates/v1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/certificates/v1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/certificates/v1alpha1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1alpha1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/certificates/v1alpha1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1alpha1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/certificates/v1alpha1/register.gois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1alpha1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1alpha1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1alpha1/zz_generated.deepcopy.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/certificates/v1alpha1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/certificates/v1alpha1/zz_generated.prerelease-lifecycle.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/certificates/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/certificates/v1beta1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/certificates/v1beta1/register.gois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1beta1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1beta1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/certificates/v1beta1/zz_generated.deepcopy.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/certificates/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/certificates/v1beta1/zz_generated.prerelease-lifecycle.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/coordination/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/coordination/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/coordination/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/coordination/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/coordination/v1alpha2/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/coordination/v1alpha2/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/coordination/v1alpha2/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/coordination/v1alpha2/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/coordination/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/coordination/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/coordination/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/coordination/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/core/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/core/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/core/v1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/core/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/core/v1/toleration.gois excluded by!**/vendor/**api/vendor/k8s.io/api/core/v1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/core/v1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/core/v1/zz_generated.deepcopy.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/core/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/discovery/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/discovery/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/discovery/v1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/discovery/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/discovery/v1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/discovery/v1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/discovery/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/discovery/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/discovery/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/discovery/v1beta1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/discovery/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/discovery/v1beta1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/discovery/v1beta1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/discovery/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/events/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/events/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/events/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/events/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/events/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/events/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/events/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/events/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/extensions/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/extensions/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/extensions/v1beta1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/extensions/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/extensions/v1beta1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/extensions/v1beta1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/extensions/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/extensions/v1beta1/zz_generated.validations.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/flowcontrol/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/flowcontrol/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/flowcontrol/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/flowcontrol/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/flowcontrol/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/flowcontrol/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/flowcontrol/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/flowcontrol/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/flowcontrol/v1beta2/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/flowcontrol/v1beta2/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/flowcontrol/v1beta2/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/flowcontrol/v1beta2/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/flowcontrol/v1beta3/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/flowcontrol/v1beta3/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/flowcontrol/v1beta3/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/flowcontrol/v1beta3/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/networking/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/networking/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/networking/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/networking/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/networking/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/networking/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/networking/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/networking/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/node/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/node/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/node/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/node/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/node/v1alpha1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/node/v1alpha1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/node/v1alpha1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/node/v1alpha1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/node/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/node/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/node/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/node/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/policy/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/policy/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/policy/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/policy/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/policy/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/policy/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/policy/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/policy/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/rbac/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/rbac/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/rbac/v1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/rbac/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/rbac/v1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/rbac/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/rbac/v1alpha1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/rbac/v1alpha1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/rbac/v1alpha1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/rbac/v1alpha1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/rbac/v1alpha1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/rbac/v1alpha1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/rbac/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/rbac/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/rbac/v1beta1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/rbac/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/rbac/v1beta1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/rbac/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/resource/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/resource/v1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/resource/v1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/resource/v1alpha3/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1alpha3/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/resource/v1alpha3/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1alpha3/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/resource/v1alpha3/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1alpha3/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1alpha3/zz_generated.deepcopy.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/resource/v1alpha3/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/resource/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/resource/v1beta1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/resource/v1beta1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1beta1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/resource/v1beta2/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1beta2/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/resource/v1beta2/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1beta2/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/resource/v1beta2/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1beta2/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/resource/v1beta2/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/scheduling/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/scheduling/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/scheduling/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/scheduling/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/scheduling/v1alpha1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/scheduling/v1alpha1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/scheduling/v1alpha1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/scheduling/v1alpha1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/scheduling/v1alpha1/register.gois excluded by!**/vendor/**api/vendor/k8s.io/api/scheduling/v1alpha1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/scheduling/v1alpha1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/scheduling/v1alpha1/zz_generated.deepcopy.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/scheduling/v1alpha1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/scheduling/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/scheduling/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/scheduling/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/scheduling/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/storage/v1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/storage/v1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/storage/v1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/storage/v1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/storage/v1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/storage/v1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/storage/v1/zz_generated.deepcopy.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/storage/v1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/storage/v1alpha1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/storage/v1alpha1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/storage/v1alpha1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/storage/v1alpha1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/storage/v1beta1/doc.gois excluded by!**/vendor/**api/vendor/k8s.io/api/storage/v1beta1/generated.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/storage/v1beta1/generated.protois excluded by!**/vendor/**api/vendor/k8s.io/api/storage/v1beta1/generated.protomessage.pb.gois excluded by!**/*.pb.go,!**/vendor/**api/vendor/k8s.io/api/storage/v1beta1/types.gois excluded by!**/vendor/**api/vendor/k8s.io/api/storage/v1beta1/types_swagger_doc_generated.gois excluded by!**/vendor/**api/vendor/k8s.io/api/storage/v1beta1/zz_generated.deepcopy.gois excluded by!**/vendor/**,!**/zz_generated*api/vendor/k8s.io/api/storage/v1beta1/zz_generated.model_name.gois excluded by!**/vendor/**,!**/zz_generated*
📒 Files selected for processing (1)
api/go.mod
273cb17 to
56776e1
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: red-hat-konflux[bot] The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
56776e1 to
07dbb95
Compare
This PR contains the following updates:
v0.34.2->v0.35.2v0.34.2->v0.35.2v0.34.2->v0.35.2Release Notes
kubernetes/api (k8s.io/api)
v0.35.2Compare Source
v0.35.1Compare Source
v0.35.0Compare Source
v0.34.5Compare Source
v0.34.4Compare Source
v0.34.3Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.35.2Compare Source
v0.35.1Compare Source
v0.35.0Compare Source
v0.34.5Compare Source
v0.34.4Compare Source
v0.34.3Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.35.2Compare Source
v0.35.1Compare Source
v0.35.0Compare Source
v0.34.5Compare Source
v0.34.4Compare Source
v0.34.3Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.