Ensure estimated cost limit is exceeded.
This commit is contained in:
@@ -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\")"
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user