diff options
| author | Shelley-BaoYue <baoyue2@huawei.com> | 2024-01-04 19:26:01 +0800 |
|---|---|---|
| committer | Shelley-BaoYue <baoyue2@huawei.com> | 2024-01-04 19:27:53 +0800 |
| commit | e404453f729bd3cd067eec9f19906cd857a928bb (patch) | |
| tree | 3fd4b525e9b95003423f05587af574a49775205e /build/crds | |
| parent | support imageprepull feature (diff) | |
| download | kubeedge-e404453f729bd3cd067eec9f19906cd857a928bb.tar.gz | |
fix imageprepull api
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'build/crds')
| -rw-r--r-- | build/crds/operations/operations_v1alpha1_imageprepulljob.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build/crds/operations/operations_v1alpha1_imageprepulljob.yaml b/build/crds/operations/operations_v1alpha1_imageprepulljob.yaml index cdc4ac603..903516d32 100644 --- a/build/crds/operations/operations_v1alpha1_imageprepulljob.yaml +++ b/build/crds/operations/operations_v1alpha1_imageprepulljob.yaml @@ -114,15 +114,15 @@ spec: items: type: string type: array - retryTimesOnEachNode: - description: RetryTimesOnEachNode specifies the retry times if - image pull failed on each edgenode. Default to 0 + retryTimes: + description: RetryTimes specifies the retry times if image pull + failed on each edgenode. Default to 0 format: int32 type: integer timeoutSecondsOnEachNode: description: TimeoutSecondsOnEachNode limits the duration of the image prepull job on each edgenode. Default to 360. If set to - 0, we'll use the default value 300. + 0, we'll use the default value 360. format: int32 type: integer type: object @@ -174,7 +174,7 @@ spec: description: NodeName is the name of edge node. type: string reason: - description: Message represents the fail reason if images prepull + description: Reason represents the fail reason if images prepull failed on the edge node type: string state: |
