File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
extensions/volcano/model/src/generated/java/io/fabric8/volcano/api/model/flow/v1alpha1
kubernetes-model-generator/openapi Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ public void setJobStatusList(List<JobStatus> jobStatusList) {
192192 }
193193
194194 /**
195- * JobFlowStatus defines the observed state of JobFlow
195+ * INSERT ADDITIONAL STATUS FIELD - define observed state of cluster Important: Run "make" to regenerate code after modifying this file
196196 */
197197 @ JsonProperty ("pendingJobs" )
198198 @ JsonInclude (JsonInclude .Include .NON_EMPTY )
@@ -201,7 +201,7 @@ public List<String> getPendingJobs() {
201201 }
202202
203203 /**
204- * JobFlowStatus defines the observed state of JobFlow
204+ * INSERT ADDITIONAL STATUS FIELD - define observed state of cluster Important: Run "make" to regenerate code after modifying this file
205205 */
206206 @ JsonProperty ("pendingJobs" )
207207 public void setPendingJobs (List <String > pendingJobs ) {
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ replace (
8282replace (
8383 github.com/stolostron/multicluster-observability-operator => github.com/stolostron/multicluster-observability-operator v0.0.0-20241107140827-cef6b049dcef
8484 github.com/stolostron/multiclusterhub-operator => github.com/stolostron/multiclusterhub-operator v0.0.0-20240626140553-4f1ed6be3b84
85- volcano.sh/apis => volcano.sh/apis v1.10 .0
85+ volcano.sh/apis => volcano.sh/apis v1.11 .0
8686)
8787
8888replace (
Original file line number Diff line number Diff line change @@ -2114,5 +2114,5 @@ sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc=
21142114sigs.k8s.io/yaml v1.3.0 /go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8 =
21152115sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E =
21162116sigs.k8s.io/yaml v1.4.0 /go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY =
2117- volcano.sh/apis v1.10 .0 h1:Z9eLwibQmhpFmYGLWxjsTWwsYeTEKvvjFcLptmP2qxE =
2118- volcano.sh/apis v1.10 .0 /go.mod h1:z8hhFZ2qcUMR1JIjVYmBqL98CVaXNzsQAcqKiytQW9s =
2117+ volcano.sh/apis v1.11 .0 h1:Z5ZXxxgUNfXv1OhfVXXfGPN7StoSsozQM+8CAPoNWY8 =
2118+ volcano.sh/apis v1.11 .0 /go.mod h1:FOdmG++9+8lgENJ9XXDh+O3Jcb9YVRnlMSpgIh3NSVI =
Original file line number Diff line number Diff line change 774774 }
775775 },
776776 "pendingJobs" : {
777+ "description" : " INSERT ADDITIONAL STATUS FIELD - define observed state of cluster Important: Run \" make\" to regenerate code after modifying this file" ,
777778 "type" : " array" ,
778779 "items" : {
779780 "type" : " string" ,
You can’t perform that action at this time.
0 commit comments