Skip to content

Commit

Permalink
Add new JobSuccessPolicy API to batch/job
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
  • Loading branch information
tenzen-y committed Feb 21, 2024
1 parent 6049a1b commit 454be08
Show file tree
Hide file tree
Showing 35 changed files with 32,736 additions and 17,198 deletions.
152 changes: 152 additions & 0 deletions api/discovery/aggregated_v2beta1.json
Expand Up @@ -1769,6 +1769,158 @@
}
],
"version": "v1beta3"
},
{
"freshness": "Current",
"resources": [
{
"resource": "flowschemas",
"responseKind": {
"group": "",
"kind": "FlowSchema",
"version": ""
},
"scope": "Cluster",
"singularResource": "flowschema",
"subresources": [
{
"responseKind": {
"group": "",
"kind": "FlowSchema",
"version": ""
},
"subresource": "status",
"verbs": [
"get",
"patch",
"update"
]
}
],
"verbs": [
"create",
"delete",
"deletecollection",
"get",
"list",
"patch",
"update",
"watch"
]
},
{
"resource": "prioritylevelconfigurations",
"responseKind": {
"group": "",
"kind": "PriorityLevelConfiguration",
"version": ""
},
"scope": "Cluster",
"singularResource": "prioritylevelconfiguration",
"subresources": [
{
"responseKind": {
"group": "",
"kind": "PriorityLevelConfiguration",
"version": ""
},
"subresource": "status",
"verbs": [
"get",
"patch",
"update"
]
}
],
"verbs": [
"create",
"delete",
"deletecollection",
"get",
"list",
"patch",
"update",
"watch"
]
}
],
"version": "v1beta2"
},
{
"freshness": "Current",
"resources": [
{
"resource": "flowschemas",
"responseKind": {
"group": "",
"kind": "FlowSchema",
"version": ""
},
"scope": "Cluster",
"singularResource": "flowschema",
"subresources": [
{
"responseKind": {
"group": "",
"kind": "FlowSchema",
"version": ""
},
"subresource": "status",
"verbs": [
"get",
"patch",
"update"
]
}
],
"verbs": [
"create",
"delete",
"deletecollection",
"get",
"list",
"patch",
"update",
"watch"
]
},
{
"resource": "prioritylevelconfigurations",
"responseKind": {
"group": "",
"kind": "PriorityLevelConfiguration",
"version": ""
},
"scope": "Cluster",
"singularResource": "prioritylevelconfiguration",
"subresources": [
{
"responseKind": {
"group": "",
"kind": "PriorityLevelConfiguration",
"version": ""
},
"subresource": "status",
"verbs": [
"get",
"patch",
"update"
]
}
],
"verbs": [
"create",
"delete",
"deletecollection",
"get",
"list",
"patch",
"update",
"watch"
]
}
],
"version": "v1beta1"
}
]
},
Expand Down
8 changes: 8 additions & 0 deletions api/discovery/apis.json
Expand Up @@ -281,6 +281,14 @@
{
"groupVersion": "flowcontrol.apiserver.k8s.io/v1beta3",
"version": "v1beta3"
},
{
"groupVersion": "flowcontrol.apiserver.k8s.io/v1beta2",
"version": "v1beta2"
},
{
"groupVersion": "flowcontrol.apiserver.k8s.io/v1beta1",
"version": "v1beta1"
}
]
},
Expand Down
8 changes: 8 additions & 0 deletions api/discovery/apis__flowcontrol.apiserver.k8s.io.json
Expand Up @@ -14,6 +14,14 @@
{
"groupVersion": "flowcontrol.apiserver.k8s.io/v1beta3",
"version": "v1beta3"
},
{
"groupVersion": "flowcontrol.apiserver.k8s.io/v1beta2",
"version": "v1beta2"
},
{
"groupVersion": "flowcontrol.apiserver.k8s.io/v1beta1",
"version": "v1beta1"
}
]
}
63 changes: 63 additions & 0 deletions api/discovery/apis__flowcontrol.apiserver.k8s.io__v1beta1.json
@@ -0,0 +1,63 @@
{
"apiVersion": "v1",
"groupVersion": "flowcontrol.apiserver.k8s.io/v1beta1",
"kind": "APIResourceList",
"resources": [
{
"kind": "FlowSchema",
"name": "flowschemas",
"namespaced": false,
"singularName": "flowschema",
"storageVersionHash": "GJVAJZSZBIw=",
"verbs": [
"create",
"delete",
"deletecollection",
"get",
"list",
"patch",
"update",
"watch"
]
},
{
"kind": "FlowSchema",
"name": "flowschemas/status",
"namespaced": false,
"singularName": "",
"verbs": [
"get",
"patch",
"update"
]
},
{
"kind": "PriorityLevelConfiguration",
"name": "prioritylevelconfigurations",
"namespaced": false,
"singularName": "prioritylevelconfiguration",
"storageVersionHash": "Kir5PVfvNeI=",
"verbs": [
"create",
"delete",
"deletecollection",
"get",
"list",
"patch",
"update",
"watch"
]
},
{
"kind": "PriorityLevelConfiguration",
"name": "prioritylevelconfigurations/status",
"namespaced": false,
"singularName": "",
"verbs": [
"get",
"patch",
"update"
]
}
]
}
63 changes: 63 additions & 0 deletions api/discovery/apis__flowcontrol.apiserver.k8s.io__v1beta2.json
@@ -0,0 +1,63 @@
{
"apiVersion": "v1",
"groupVersion": "flowcontrol.apiserver.k8s.io/v1beta2",
"kind": "APIResourceList",
"resources": [
{
"kind": "FlowSchema",
"name": "flowschemas",
"namespaced": false,
"singularName": "flowschema",
"storageVersionHash": "GJVAJZSZBIw=",
"verbs": [
"create",
"delete",
"deletecollection",
"get",
"list",
"patch",
"update",
"watch"
]
},
{
"kind": "FlowSchema",
"name": "flowschemas/status",
"namespaced": false,
"singularName": "",
"verbs": [
"get",
"patch",
"update"
]
},
{
"kind": "PriorityLevelConfiguration",
"name": "prioritylevelconfigurations",
"namespaced": false,
"singularName": "prioritylevelconfiguration",
"storageVersionHash": "Kir5PVfvNeI=",
"verbs": [
"create",
"delete",
"deletecollection",
"get",
"list",
"patch",
"update",
"watch"
]
},
{
"kind": "PriorityLevelConfiguration",
"name": "prioritylevelconfigurations/status",
"namespaced": false,
"singularName": "",
"verbs": [
"get",
"patch",
"update"
]
}
]
}

0 comments on commit 454be08

Please sign in to comment.