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

fix #5267 by renaming yaml struct tag #5268

Merged
merged 1 commit into from
Oct 8, 2022
Merged

fix #5267 by renaming yaml struct tag #5268

merged 1 commit into from
Oct 8, 2022

Conversation

chavacava
Copy link
Contributor

@chavacava chavacava commented Oct 1, 2022

Signed-off-by: chavacava salvadorcavadini+github@gmail.com

What type of PR is this?

/kind cleanup

Which issue(s) this PR fixes:

Fixes #5267

None

Signed-off-by: chavacava <salvadorcavadini+github@gmail.com>
@ks-ci-bot ks-ci-bot added kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. do-not-merge/release-note-label-needed labels Oct 1, 2022
@ks-ci-bot
Copy link
Collaborator

Hi @chavacava. Thanks for your PR.

I'm waiting for a kubesphere member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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 kubernetes/test-infra repository.

@ks-ci-bot ks-ci-bot added needs-ok-to-test size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Oct 1, 2022
@wansir
Copy link
Member

wansir commented Oct 8, 2022

/ok-to-test

@wansir
Copy link
Member

wansir commented Oct 8, 2022

/lgtm
/approve
/cherry-pick release-3.3

@ks-ci-bot
Copy link
Collaborator

@wansir: once the present PR merges, I will cherry-pick it on top of release-3.3 in a new PR and assign it to you.

In response to this:

/lgtm
/approve
/cherry-pick release-3.3

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 kubernetes/test-infra repository.

@ks-ci-bot ks-ci-bot added the lgtm Indicates that a PR is ready to be merged. label Oct 8, 2022
@ks-ci-bot
Copy link
Collaborator

LGTM label has been added.

Git tree hash: b14f25b01897b6fea9bbab69cc0bb6545386e833

@ks-ci-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: chavacava, wansir

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ks-ci-bot ks-ci-bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. release-note-none and removed do-not-merge/release-note-label-needed labels Oct 8, 2022
@ks-ci-bot ks-ci-bot merged commit 14aa059 into kubesphere:master Oct 8, 2022
@ks-ci-bot
Copy link
Collaborator

@wansir: new pull request created: #5275

In response to this:

/lgtm
/approve
/cherry-pick release-3.3

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 kubernetes/test-infra repository.

@chavacava chavacava deleted the fix5267 branch October 8, 2022 06:40
sologgfun pushed a commit to sologgfun/kubesphere that referenced this pull request Apr 24, 2023
Signed-off-by: chavacava <salvadorcavadini+github@gmail.com>

Signed-off-by: chavacava <salvadorcavadini+github@gmail.com>
wanjunlei pushed a commit to wanjunlei/kubesphere that referenced this pull request Aug 11, 2023
Signed-off-by: chavacava <salvadorcavadini+github@gmail.com>

Signed-off-by: chavacava <salvadorcavadini+github@gmail.com>
zhou1203 added a commit to zhou1203/kubesphere that referenced this pull request Jan 24, 2024
…#404)

* Fix: Can not resolve the resource scope correctly (kubesphere#5263)

Fix: can not resolve the resource scope of clusters.cluster.kubesphere.io correctly

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

* Dependency: update storageClass-accessor  (kubesphere#5271)

Dependency: update storageClass-accessor to v0.2.2, deleting storage source no longer requires validation now.

Signed-off-by: f10atin9 <f10atin9@kubesphere.io>

Signed-off-by: f10atin9 <f10atin9@kubesphere.io>

* fix kubesphere#5267 by renaming yaml struct tag (kubesphere#5268)

Signed-off-by: chavacava <salvadorcavadini+github@gmail.com>

Signed-off-by: chavacava <salvadorcavadini+github@gmail.com>

* support scoped nodes and workloads for global rules (kubesphere#5279)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* support route notifications to specified users (kubesphere#5206)

Signed-off-by: wanjunlei <wanjunlei@kubesphere.io>

Signed-off-by: wanjunlei <wanjunlei@kubesphere.io>

* refactor: move from io/ioutil to io and os packages (kubesphere#5266)

The io/ioutil package has been deprecated as of Go 1.16 [1]. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.

[1]: https://golang.org/doc/go1.16#ioutil
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>

* fix empty rules in rulegroup of prometheusrules (kubesphere#5298)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* Check the cluster ID (kube-system UID) when updating the cluster (kubesphere#5299)

* Add an admission webhook to check cluster ID (kube-system UID) before updating

* Add an admission webhook to check cluster ID (kube-system UID) before updating

* Add switch for notification (kubesphere#5283)

Signed-off-by: Gentleelephant <birdhk@kubesphere.io>

Signed-off-by: Gentleelephant <birdhk@kubesphere.io>
Co-authored-by: Gentleelephant <birdhk@kubesphere.io>

* Use controller-gen to generate deepcopy code replacing deepcopy-gen. (kubesphere#5297)

Use controller-gen to generate deepcopy code, and replace the deepcopy-gen tags with the kubebuilder tags.

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

* optimize ks-core chart (kubesphere#5305)

Signed-off-by: 24sama <jacksama@foxmail.com>

Signed-off-by: 24sama <jacksama@foxmail.com>

* Check cluster permission for create/update workspacetemplate (kubesphere#5302)

* add cluster authorization for create/update workspacetemplate

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

add cluster authorization for create/update workspacetemplate

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

* add handle forbidden err

* add forbidden error log

* allow to use clusters of public visibility

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

* fix global alerts filter (kubesphere#5311)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* support fieldselector filter query secrets (kubesphere#5300)

* support fieldselector filter query secrets

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

* support fieldselector filter query secrets

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

* support fieldselector filter query secrets

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

* support fieldselector filter query secrets

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

* support fieldselector filter query secrets

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

* Fix: globalrole has cluster management right can not manage cluster (kubesphere#5331)

Fix: globalrole has permision of cluster management can not manage cluster

* update readme for cloud (kubesphere#5335)

* update readme for cloud

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>

* update readme for cloud

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>
Co-authored-by: Bettygogo2021 <bettygogo@kubesphere.io>

* 3.3.1 CHANGELOG (kubesphere#5337)

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>
Co-authored-by: Bettygogo2021 <bettygogo@kubesphere.io>

* Upgrade dependent version: github.com/open-policy-agent/opa (kubesphere#5315)

Upgrade dependent version: github.com/open-policy-agent/opa v0.18.0 -> v0.45.0

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

* Upgrade dependent version: github.com/containerd/containerd (kubesphere#5324)

Upgrade dependent version: github.com/containerd/containerd v1.3.0 -> v1.4.13

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

* fix rulegroup state filter (kubesphere#5340)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* update k8s versions (kubesphere#5345)

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>
Co-authored-by: Bettygogo2021 <bettygogo@kubesphere.io>

* limit rule count per group (kubesphere#5350)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* fix rulegroup typemeta miss (kubesphere#5349)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* Calculating the Number of Logs in opensearch (kubesphere#5352)

Calculating the Number of Logs

Signed-off-by: chengdehao <dehaocheng@kubesphere.io>

Signed-off-by: chengdehao <dehaocheng@kubesphere.io>
Co-authored-by: chengdehao <dehaocheng@kubesphere.io>

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>
Signed-off-by: f10atin9 <f10atin9@kubesphere.io>
Signed-off-by: chavacava <salvadorcavadini+github@gmail.com>
Signed-off-by: junot <junotxiang@kubesphere.io>
Signed-off-by: wanjunlei <wanjunlei@kubesphere.io>
Signed-off-by: Gentleelephant <birdhk@kubesphere.io>
Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>
Signed-off-by: 24sama <jacksama@foxmail.com>
Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>
Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>
Signed-off-by: chengdehao <dehaocheng@kubesphere.io>
Co-authored-by: Wenhao Zhou <34303854+zhou1203@users.noreply.github.com>
Co-authored-by: f10atin9 <f10atin9@kubesphere.io>
Co-authored-by: chavacava <salvadorcavadini+github@gmail.com>
Co-authored-by: junot <49136171+junotx@users.noreply.github.com>
Co-authored-by: wanjunlei <53003665+wanjunlei@users.noreply.github.com>
Co-authored-by: Eng Zer Jun <engzerjun@gmail.com>
Co-authored-by: yuyu <yaozhenxiu@gmail.com>
Co-authored-by: zhangpeng <1132960613@qq.com>
Co-authored-by: Gentleelephant <birdhk@kubesphere.io>
Co-authored-by: hongzhouzi <36416216+hongzhouzi@users.noreply.github.com>
Co-authored-by: Leo Li <jacksama@foxmail.com>
Co-authored-by: nuclearwu <wuzhongjian_yewu@cmss.chinamobile.com>
Co-authored-by: Bettygogo2021 <91529409+Bettygogo2021@users.noreply.github.com>
Co-authored-by: Bettygogo2021 <bettygogo@kubesphere.io>
Co-authored-by: Elon Cheng <dehaocheng@yunify.com>
Co-authored-by: chengdehao <dehaocheng@kubesphere.io>
zhou1203 added a commit to zhou1203/kubesphere that referenced this pull request Jan 24, 2024
…#445)

* Fix: Can not resolve the resource scope correctly (kubesphere#5263)

Fix: can not resolve the resource scope of clusters.cluster.kubesphere.io correctly

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

* Dependency: update storageClass-accessor  (kubesphere#5271)

Dependency: update storageClass-accessor to v0.2.2, deleting storage source no longer requires validation now.

Signed-off-by: f10atin9 <f10atin9@kubesphere.io>

Signed-off-by: f10atin9 <f10atin9@kubesphere.io>

* fix kubesphere#5267 by renaming yaml struct tag (kubesphere#5268)

Signed-off-by: chavacava <salvadorcavadini+github@gmail.com>

Signed-off-by: chavacava <salvadorcavadini+github@gmail.com>

* support scoped nodes and workloads for global rules (kubesphere#5279)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* support route notifications to specified users (kubesphere#5206)

Signed-off-by: wanjunlei <wanjunlei@kubesphere.io>

Signed-off-by: wanjunlei <wanjunlei@kubesphere.io>

* refactor: move from io/ioutil to io and os packages (kubesphere#5266)

The io/ioutil package has been deprecated as of Go 1.16 [1]. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.

[1]: https://golang.org/doc/go1.16#ioutil
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>

* fix empty rules in rulegroup of prometheusrules (kubesphere#5298)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* Check the cluster ID (kube-system UID) when updating the cluster (kubesphere#5299)

* Add an admission webhook to check cluster ID (kube-system UID) before updating

* Add an admission webhook to check cluster ID (kube-system UID) before updating

* Add switch for notification (kubesphere#5283)

Signed-off-by: Gentleelephant <birdhk@kubesphere.io>

Signed-off-by: Gentleelephant <birdhk@kubesphere.io>
Co-authored-by: Gentleelephant <birdhk@kubesphere.io>

* Use controller-gen to generate deepcopy code replacing deepcopy-gen. (kubesphere#5297)

Use controller-gen to generate deepcopy code, and replace the deepcopy-gen tags with the kubebuilder tags.

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

* optimize ks-core chart (kubesphere#5305)

Signed-off-by: 24sama <jacksama@foxmail.com>

Signed-off-by: 24sama <jacksama@foxmail.com>

* Check cluster permission for create/update workspacetemplate (kubesphere#5302)

* add cluster authorization for create/update workspacetemplate

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

add cluster authorization for create/update workspacetemplate

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

* add handle forbidden err

* add forbidden error log

* allow to use clusters of public visibility

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

* fix global alerts filter (kubesphere#5311)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* support fieldselector filter query secrets (kubesphere#5300)

* support fieldselector filter query secrets

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

* support fieldselector filter query secrets

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

* support fieldselector filter query secrets

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

* support fieldselector filter query secrets

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

* support fieldselector filter query secrets

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

* Fix: globalrole has cluster management right can not manage cluster (kubesphere#5331)

Fix: globalrole has permision of cluster management can not manage cluster

* update readme for cloud (kubesphere#5335)

* update readme for cloud

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>

* update readme for cloud

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>
Co-authored-by: Bettygogo2021 <bettygogo@kubesphere.io>

* 3.3.1 CHANGELOG (kubesphere#5337)

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>
Co-authored-by: Bettygogo2021 <bettygogo@kubesphere.io>

* Upgrade dependent version: github.com/open-policy-agent/opa (kubesphere#5315)

Upgrade dependent version: github.com/open-policy-agent/opa v0.18.0 -> v0.45.0

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

* Upgrade dependent version: github.com/containerd/containerd (kubesphere#5324)

Upgrade dependent version: github.com/containerd/containerd v1.3.0 -> v1.4.13

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

* fix rulegroup state filter (kubesphere#5340)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* update k8s versions (kubesphere#5345)

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>
Co-authored-by: Bettygogo2021 <bettygogo@kubesphere.io>

* limit rule count per group (kubesphere#5350)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* fix rulegroup typemeta miss (kubesphere#5349)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* Calculating the Number of Logs in opensearch (kubesphere#5352)

Calculating the Number of Logs

Signed-off-by: chengdehao <dehaocheng@kubesphere.io>

Signed-off-by: chengdehao <dehaocheng@kubesphere.io>
Co-authored-by: chengdehao <dehaocheng@kubesphere.io>

* add label_matcher param to filter alerts (kubesphere#5353)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* update k8s versions (kubesphere#5351)

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>
Co-authored-by: Bettygogo2021 <bettygogo@kubesphere.io>

* Fix:Goroutine leaks when getting audit event sender times out (kubesphere#5342)

* Fix:Goroutine leaks when getting audit event sender times out

* make it more readable

* Add GitHub action for release drafter

* Upgrade k8s package verison (kubesphere#5358)

* upgrade k8s package version

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

* Script upgrade and code formatting.

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

* Fix: remove unnecessary case in field selector (kubesphere#5367)

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>

* Upgrade dependent version: github.com/opencontainers/runc (kubesphere#5316)

Upgrade dependent version: github.com/opencontainers/runc v0.1.1 -> v1.1.4

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

* fix rule status (kubesphere#5381)

Signed-off-by: junot <junotxiang@kubesphere.io>

Signed-off-by: junot <junotxiang@kubesphere.io>

* Remove the VolumeSnapshot controller that creates a snapshot class automatically (kubesphere#5380)

Signed-off-by: dkeven <dkvvven@gmail.com>

Signed-off-by: dkeven <dkvvven@gmail.com>

* Add api /version and deprecated api /kapi/version (kubesphere#5390)

add /version api and deprecated api /kapi/version

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>

* Upgrade dependent version: go.mongodb.org/mongo-driver (kubesphere#5320)

Upgrade dependent version: go.mongodb.org/mongo-driver v1.3.2 -> v1.10.4

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>

Signed-off-by: Wenhao Zhou <wenhaozhou@yunify.com>
Signed-off-by: f10atin9 <f10atin9@kubesphere.io>
Signed-off-by: chavacava <salvadorcavadini+github@gmail.com>
Signed-off-by: junot <junotxiang@kubesphere.io>
Signed-off-by: wanjunlei <wanjunlei@kubesphere.io>
Signed-off-by: Gentleelephant <birdhk@kubesphere.io>
Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>
Signed-off-by: 24sama <jacksama@foxmail.com>
Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com>
Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>
Signed-off-by: chengdehao <dehaocheng@kubesphere.io>
Signed-off-by: dkeven <dkvvven@gmail.com>
Co-authored-by: Wenhao Zhou <34303854+zhou1203@users.noreply.github.com>
Co-authored-by: f10atin9 <f10atin9@kubesphere.io>
Co-authored-by: chavacava <salvadorcavadini+github@gmail.com>
Co-authored-by: junot <49136171+junotx@users.noreply.github.com>
Co-authored-by: wanjunlei <53003665+wanjunlei@users.noreply.github.com>
Co-authored-by: Eng Zer Jun <engzerjun@gmail.com>
Co-authored-by: yuyu <yaozhenxiu@gmail.com>
Co-authored-by: zhangpeng <1132960613@qq.com>
Co-authored-by: Gentleelephant <birdhk@kubesphere.io>
Co-authored-by: hongzhouzi <36416216+hongzhouzi@users.noreply.github.com>
Co-authored-by: Leo Li <jacksama@foxmail.com>
Co-authored-by: nuclearwu <wuzhongjian_yewu@cmss.chinamobile.com>
Co-authored-by: Bettygogo2021 <91529409+Bettygogo2021@users.noreply.github.com>
Co-authored-by: Bettygogo2021 <bettygogo@kubesphere.io>
Co-authored-by: Elon Cheng <dehaocheng@yunify.com>
Co-authored-by: chengdehao <dehaocheng@kubesphere.io>
Co-authored-by: hzhhong <hung.z.h916@gmail.com>
Co-authored-by: pixiake <guofeng@kubesphere.io>
Co-authored-by: dkeven <82354774+dkeven@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm Indicates that a PR is ready to be merged. ok-to-test release-note-none size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong struct tag name for ldapProvider field
3 participants