Skip to content

Commit 186d6f7

Browse files
authored
chore(deps): bump volcano.sh/apis from 1.10.0 to 1.11.0
Signed-off-by: Marc Nuri <marc@marcnuri.com>
1 parent 136f5c0 commit 186d6f7

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

extensions/volcano/model/src/generated/java/io/fabric8/volcano/api/model/flow/v1alpha1/JobFlowStatus.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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) {

kubernetes-model-generator/openapi/generator/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ replace (
8282
replace (
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

8888
replace (

kubernetes-model-generator/openapi/generator/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2114,5 +2114,5 @@ sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc=
21142114
sigs.k8s.io/yaml v1.3.0/go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8=
21152115
sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=
21162116
sigs.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=

kubernetes-model-generator/openapi/schemas/sh.volcano.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,7 @@
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",

0 commit comments

Comments
 (0)