Skip to content

Commit f1e69c6

Browse files
authored
feat(serverless_jobs): add support for v1alpha1 (#356)
1 parent a1c4598 commit f1e69c6

File tree

12 files changed

+1922
-0
lines changed

12 files changed

+1922
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# This file was automatically generated. DO NOT EDIT.
2+
# If you have any remark or suggestion do not hesitate to open an issue.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# This file was automatically generated. DO NOT EDIT.
2+
# If you have any remark or suggestion do not hesitate to open an issue.
3+
from .types import JobRunState
4+
from .types import ListJobDefinitionsRequestOrderBy
5+
from .types import ListJobRunsRequestOrderBy
6+
from .types import JobDefinition
7+
from .types import JobRun
8+
from .types import ListJobDefinitionsResponse
9+
from .types import ListJobRunsResponse
10+
from .content import JOB_RUN_TRANSIENT_STATUSES
11+
from .api import JobsV1Alpha1API
12+
13+
__all__ = [
14+
"JobRunState",
15+
"ListJobDefinitionsRequestOrderBy",
16+
"ListJobRunsRequestOrderBy",
17+
"JobDefinition",
18+
"JobRun",
19+
"ListJobDefinitionsResponse",
20+
"ListJobRunsResponse",
21+
"JOB_RUN_TRANSIENT_STATUSES",
22+
"JobsV1Alpha1API",
23+
]

0 commit comments

Comments
 (0)