mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Make schema formatting consistent.
This commit is contained in:
parent
ff3d04d5df
commit
9fb55af69b
@ -204,9 +204,9 @@ var _ = SIGDescribe("CustomResourceValidationRules [Privileged:ClusterAdmin][Alp
|
||||
"items":{
|
||||
"type":"string"
|
||||
},
|
||||
"x-kubernetes-validations": [{
|
||||
"rule": "self.all(s, s == \"string constant\")"
|
||||
}]
|
||||
"x-kubernetes-validations":[
|
||||
{ "rule":"self.all(s, s == \"string constant\")" }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user