Merge pull request #3344 from wansir/workspace-quota
support workspace resource quota
Showing
config/webhook/quota.yaml
0 → 100644
... | ... | @@ -43,6 +43,7 @@ require ( |
github.com/google/go-cmp v0.5.0 | ||
github.com/google/uuid v1.1.1 | ||
github.com/gorilla/websocket v1.4.1 | ||
github.com/hashicorp/golang-lru v0.5.4 | ||
github.com/json-iterator/go v1.1.10 | ||
github.com/kelseyhightower/envconfig v1.4.0 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
... | ... | @@ -733,7 +734,6 @@ replace ( |
gopkg.in/tchap/go-patricia.v2 => gopkg.in/tchap/go-patricia.v2 v2.2.6 | ||
gopkg.in/tomb.v1 => gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 | ||
gopkg.in/warnings.v0 => gopkg.in/warnings.v0 v0.1.2 | ||
gopkg.in/yaml.v1 => gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 | ||
gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.3.0 | ||
gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c | ||
gotest.tools => gotest.tools v2.2.0+incompatible | ||
... | ... |
kube/pkg/api/v1/pod/util.go
0 → 100644
kube/pkg/features/features.go
0 → 100644
此差异已折叠。
kube/pkg/quota/v1/interfaces.go
0 → 100644
kube/pkg/quota/v1/resources.go
0 → 100644
此差异已折叠。
pkg/apis/quota/group.go
0 → 100644
pkg/apis/quota/v1alpha2/doc.go
0 → 100644
pkg/apis/quota/v1alpha2/types.go
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
pkg/controller/quota/accessor.go
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
pkg/controller/quota/util.go
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
想要评论请 注册 或 登录