You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/tekton/model/src/generated/java/io/fabric8/tekton/pod/Template.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -423,7 +423,7 @@ public void setTopologySpreadConstraints(List<TopologySpreadConstraint> topology
423
423
}
424
424
425
425
/**
426
-
* List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes
426
+
* List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes See Pod.spec.volumes (API version: v1)
427
427
*/
428
428
@JsonProperty("volumes")
429
429
@JsonInclude(JsonInclude.Include.NON_EMPTY)
@@ -432,7 +432,7 @@ public List<Volume> getVolumes() {
432
432
}
433
433
434
434
/**
435
-
* List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes
435
+
* List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes See Pod.spec.volumes (API version: v1)
Copy file name to clipboardExpand all lines: extensions/tekton/model/src/generated/java/io/fabric8/tekton/v1beta1/TaskRunStatus.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -283,7 +283,7 @@ public void setResourcesResult(List<RunResult> resourcesResult) {
283
283
}
284
284
285
285
/**
286
-
* RetriesStatus contains the history of TaskRunStatus in case of a retry in order to keep record of failures. All TaskRunStatus stored in RetriesStatus will have no date within the RetriesStatus as is redundant.
286
+
* RetriesStatus contains the history of TaskRunStatus in case of a retry in order to keep record of failures. All TaskRunStatus stored in RetriesStatus will have no date within the RetriesStatus as is redundant. See TaskRun.status (API version: tekton.dev/v1beta1)
287
287
*/
288
288
@JsonProperty("retriesStatus")
289
289
@JsonInclude(JsonInclude.Include.NON_EMPTY)
@@ -292,7 +292,7 @@ public List<io.fabric8.tekton.v1beta1.TaskRunStatus> getRetriesStatus() {
292
292
}
293
293
294
294
/**
295
-
* RetriesStatus contains the history of TaskRunStatus in case of a retry in order to keep record of failures. All TaskRunStatus stored in RetriesStatus will have no date within the RetriesStatus as is redundant.
295
+
* RetriesStatus contains the history of TaskRunStatus in case of a retry in order to keep record of failures. All TaskRunStatus stored in RetriesStatus will have no date within the RetriesStatus as is redundant. See TaskRun.status (API version: tekton.dev/v1beta1)
Copy file name to clipboardExpand all lines: extensions/tekton/model/src/generated/java/io/fabric8/tekton/v1beta1/TaskRunStatusFields.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@ public void setResourcesResult(List<RunResult> resourcesResult) {
218
218
}
219
219
220
220
/**
221
-
* RetriesStatus contains the history of TaskRunStatus in case of a retry in order to keep record of failures. All TaskRunStatus stored in RetriesStatus will have no date within the RetriesStatus as is redundant.
221
+
* RetriesStatus contains the history of TaskRunStatus in case of a retry in order to keep record of failures. All TaskRunStatus stored in RetriesStatus will have no date within the RetriesStatus as is redundant. See TaskRun.status (API version: tekton.dev/v1beta1)
222
222
*/
223
223
@JsonProperty("retriesStatus")
224
224
@JsonInclude(JsonInclude.Include.NON_EMPTY)
@@ -227,7 +227,7 @@ public List<TaskRunStatus> getRetriesStatus() {
227
227
}
228
228
229
229
/**
230
-
* RetriesStatus contains the history of TaskRunStatus in case of a retry in order to keep record of failures. All TaskRunStatus stored in RetriesStatus will have no date within the RetriesStatus as is redundant.
230
+
* RetriesStatus contains the history of TaskRunStatus in case of a retry in order to keep record of failures. All TaskRunStatus stored in RetriesStatus will have no date within the RetriesStatus as is redundant. See TaskRun.status (API version: tekton.dev/v1beta1)
0 commit comments