mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +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": {
|
||||
"spec": {
|
||||
"type": "object",
|
||||
"x-kubernetes-validations": [{
|
||||
"rule": "self.x.all(s, s == \"string constant\")"
|
||||
}],
|
||||
"properties": {
|
||||
"x": {
|
||||
"type": "array",
|
||||
"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