Skip to content

[CLOUDP-332196] Remove dir public/tools after moving kubectl plugin to cmd/kubectl-mongodb #281

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

Merged
merged 12 commits into from
Jul 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ tools.go
deploy/
config/manifests/
public/
!/public/tools/multicluster/go.mod

# Documentation files
docs/
Expand Down
2 changes: 1 addition & 1 deletion .evergreen-functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ functions:
make test-race
- command: gotest.parse_files
params:
files: [ "src/github.com/mongodb/mongodb-kubernetes/*.suite", "src/github.com/mongodb/mongodb-kubernetes/public/tools/multicluster/*.suite", "src/github.com/mongodb/mongodb-kubernetes/docker/mongodb-kubernetes-init-ops-manager/mmsconfiguration/*.suite" ]
files: [ "src/github.com/mongodb/mongodb-kubernetes/*.suite", "src/github.com/mongodb/mongodb-kubernetes/docker/mongodb-kubernetes-init-ops-manager/mmsconfiguration/*.suite" ]

test_python_unit:
- command: shell.exec
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

/pkg/client
/vendor/
public/tools/multicluster/vendor
docker/mongodb-kubernetes-operator/content/mongodb-kubernetes-operator
docker/mongodb-kubernetes-database/content/mongodb-mms-automation-agent-version.properties
docker/mongodb-kubernetes-database/content/readinessprobe
Expand Down
1 change: 0 additions & 1 deletion public/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.idea
*.iml
.DS_Store
tools/multicluster/linux_amd64/*
6 changes: 0 additions & 6 deletions public/tools/multicluster/.gitignore

This file was deleted.

42 changes: 0 additions & 42 deletions public/tools/multicluster/LICENSE-THIRD-PARTY

This file was deleted.

61 changes: 0 additions & 61 deletions public/tools/multicluster/go.mod

This file was deleted.

Loading