mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
Ensure estimated cost limit is exceeded.
This commit is contained in:
parent
6f66ed06f2
commit
c58c02fcf9
@ -196,14 +196,17 @@ var _ = SIGDescribe("CustomResourceValidationRules [Privileged:ClusterAdmin][Alp
|
|||||||
"properties": {
|
"properties": {
|
||||||
"spec": {
|
"spec": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"x-kubernetes-validations": [{
|
|
||||||
"rule": "self.x.all(s, s == \"string constant\")"
|
|
||||||
}],
|
|
||||||
"properties": {
|
"properties": {
|
||||||
"x": {
|
"x": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"x-kubernetes-validations": [{
|
||||||
|
"rule": "self.all(s, s == \"string constant\")"
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user