mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +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":{
|
"items":{
|
||||||
"type":"string"
|
"type":"string"
|
||||||
},
|
},
|
||||||
"x-kubernetes-validations": [{
|
"x-kubernetes-validations":[
|
||||||
"rule": "self.all(s, s == \"string constant\")"
|
{ "rule":"self.all(s, s == \"string constant\")" }
|
||||||
}]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user