Skip to content

Commit

Permalink
moved the info from beta to main list
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuragt1104 committed Jan 10, 2024
1 parent b6c9fdd commit f9913ea
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
11 changes: 11 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: npm install && go get && go build ./... && go test ./... && make
command: go run .


Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,10 @@ JobStatus represents the current state of a Job.

The number of pods which reached phase Succeeded.

- **ready** (int32)

The number of pods which have a Ready condition.

- **completedIndexes** (string)

completedIndexes holds the completed indexes when .spec.completionMode = "Indexed" in a text format. The indexes are represented as decimal integers separated by commas. The numbers are listed in increasing order. Three or more consecutive numbers are compressed and represented by the first and last element of the series, separated by a hyphen. For example, if the completed indexes are 1, 3, 4, 5 and 7, they are represented as "1,3-5,7".
Expand Down Expand Up @@ -327,15 +331,6 @@ JobStatus represents the current state of a Job.



### Beta level


- **ready** (int32)

The number of pods which have a Ready condition.

This field is beta-level. The job controller populates the field when the feature gate JobReadyPods is enabled (enabled by default).

### Alpha level


Expand Down

0 comments on commit f9913ea

Please sign in to comment.