We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b01d0e4 commit cb6b50bCopy full SHA for cb6b50b
schema/jobset.x-k8s.io/jobset_v1alpha2.json
@@ -6327,10 +6327,6 @@
6327
{
6328
"message": "StartupPolicy and DependsOn APIs are mutually exclusive",
6329
"rule": "!(has(self.startupPolicy) && self.startupPolicy.startupPolicyOrder == 'InOrder' && self.replicatedJobs.exists(x, has(x.dependsOn)))"
6330
- },
6331
- {
6332
- "message": "DependsOn can't be set for the first ReplicatedJob",
6333
- "rule": "!(has(self.replicatedJobs[0].dependsOn))"
6334
}
6335
]
6336
},
0 commit comments