|
4781 | 4781 | "type": "integer"
|
4782 | 4782 | },
|
4783 | 4783 | "backoffLimit": {
|
4784 |
| - "description": "Specifies the number of retries before marking this job failed. Defaults to 6", |
| 4784 | + "description": "Specifies the number of retries before marking this job failed. Defaults to 6, unless backoffLimitPerIndex (only Indexed Job) is specified. When backoffLimitPerIndex is specified, backoffLimit defaults to 2147483647.", |
4785 | 4785 | "format": "int32",
|
4786 | 4786 | "type": "integer"
|
4787 | 4787 | },
|
|
5018 | 5018 | "description": "SuccessPolicy describes when a Job can be declared as succeeded based on the success of some indexes.",
|
5019 | 5019 | "properties": {
|
5020 | 5020 | "rules": {
|
5021 |
| - "description": "rules represents the list of alternative rules for the declaring the Jobs as successful before `.status.succeeded >= .spec.completions`. Once any of the rules are met, the \"SucceededCriteriaMet\" condition is added, and the lingering pods are removed. The terminal state for such a Job has the \"Complete\" condition. Additionally, these rules are evaluated in order; Once the Job meets one of the rules, other rules are ignored. At most 20 elements are allowed.", |
| 5021 | + "description": "rules represents the list of alternative rules for the declaring the Jobs as successful before `.status.succeeded >= .spec.completions`. Once any of the rules are met, the \"SuccessCriteriaMet\" condition is added, and the lingering pods are removed. The terminal state for such a Job has the \"Complete\" condition. Additionally, these rules are evaluated in order; Once the Job meets one of the rules, other rules are ignored. At most 20 elements are allowed.", |
5022 | 5022 | "items": {
|
5023 | 5023 | "$ref": "#/definitions/io.k8s.api.batch.v1.SuccessPolicyRule"
|
5024 | 5024 | },
|
|
9701 | 9701 | "description": "Pod anti affinity is a group of inter pod anti affinity scheduling rules.",
|
9702 | 9702 | "properties": {
|
9703 | 9703 | "preferredDuringSchedulingIgnoredDuringExecution": {
|
9704 |
| - "description": "The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.", |
| 9704 | + "description": "The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and subtracting \"weight\" from the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.", |
9705 | 9705 | "items": {
|
9706 | 9706 | "$ref": "#/definitions/io.k8s.api.core.v1.WeightedPodAffinityTerm"
|
9707 | 9707 | },
|
|
10072 | 10072 | "type": "boolean"
|
10073 | 10073 | },
|
10074 | 10074 | "hostNetwork": {
|
10075 |
| - "description": "Host networking requested for this pod. Use the host's network namespace. If this option is set, the ports that will be used must be specified. Default to false.", |
| 10075 | + "description": "Host networking requested for this pod. Use the host's network namespace. Default to false.", |
10076 | 10076 | "type": "boolean"
|
10077 | 10077 | },
|
10078 | 10078 | "hostPID": {
|
|
0 commit comments