Skip to content

adjust rbac to match mcad #240

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

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
5ae13d1
adjust rbac to match mcad
jbusche Aug 17, 2023
dcac680
revert go.mod and go.sum
jbusche Aug 17, 2023
67d902d
regenerate of role
jbusche Aug 17, 2023
1e3f7dc
more info on make manifests
jbusche Aug 17, 2023
c62b9b2
Apply MCAD CRD version replace for operator uninstall and undeploy
sutaakar Aug 15, 2023
3eeb618
Test support: return default status if Route is not initialized
sutaakar Aug 17, 2023
fd58cf7
Test support: return error if Ray API response code doesn't match
sutaakar Aug 22, 2023
50ccd1a
Test support: Return WriteRayJobLogs function
sutaakar Aug 23, 2023
be418f7
build(deps): bump github.com/onsi/gomega from 1.27.8 to 1.27.10
dependabot[bot] Aug 10, 2023
e9e4b85
Update dependency versions for release v0.2.0
anishasthana Aug 29, 2023
4d1e0b4
Automatically label issues as needing triage and add them to project …
anishasthana Aug 25, 2023
004d0e9
Fixing instascale version
Fiona-Waters Aug 30, 2023
ed54c77
Update dependency versions for release v0.2.2
anishasthana Aug 30, 2023
652510f
e2e tests: Reduce CPU requests for e2e test AppWrappers
sutaakar Aug 31, 2023
a0f7e7c
Change remaining is-latest references to stable
anishasthana Aug 30, 2023
e3c3114
Release workflow - replace any version value in Makefile
sutaakar Sep 1, 2023
02e7425
Remove custom-metrics-api
ChristianZaccaria Sep 4, 2023
a4eb235
Move AppWrapper API to workload.codeflare.dev group
astefanutti Aug 25, 2023
a204198
adjust rbac to match mcad
jbusche Aug 17, 2023
e5d10a7
revert go.mod and go.sum
jbusche Aug 17, 2023
578d891
Merge branch 'main' into jb-187-quotatree
jbusche Sep 5, 2023
de7ed65
config/rbac/role.yaml
jbusche Sep 5, 2023
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
Prev Previous commit
Next Next commit
revert go.mod and go.sum
Signed-off-by: James Busche <jbusche@us.ibm.com>
  • Loading branch information
jbusche committed Sep 5, 2023
commit e5d10a7d1c7782f687e0c2917bb47d24f458a38a
10 changes: 0 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ require (
replace sigs.k8s.io/custom-metrics-apiserver => sigs.k8s.io/custom-metrics-apiserver v1.25.1-0.20230306170449-63d8c93851f3

require (
github.com/Masterminds/semver/v3 v3.2.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
Expand Down Expand Up @@ -59,23 +57,18 @@ require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/orcaman/concurrent-map v1.0.0 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.14.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/ray-project/kuberay/ray-operator v0.0.0-20230816161944-f1067378bc99 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/afero v1.4.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.6.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1 // indirect
github.com/stretchr/testify v1.8.1 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
Expand All @@ -92,16 +85,13 @@ require (
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiextensions-apiserver v0.26.1 // indirect
k8s.io/apiserver v0.26.1 // indirect
k8s.io/component-base v0.26.2 // indirect
k8s.io/klog/v2 v2.90.1 // indirect
k8s.io/kube-openapi v0.0.0-20230303024457-afdc3dddf62d // indirect
k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
volcano.sh/apis v1.6.0-alpha.0.0.20221012070524-685db38b4fae // indirect
)
Loading