Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for onExitCodes (0.31 sec)

  1. pkg/apis/batch/types.go

    	// Defaults to True.
    	Status api.ConditionStatus
    }
    
    // PodFailurePolicyRule describes how a pod failure is handled when the requirements are met.
    // One of OnExitCodes and onPodConditions, but not both, can be used in each rule.
    type PodFailurePolicyRule struct {
    	// Specifies the action taken on a pod failure when the requirements are satisfied.
    	// Possible values are:
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 33K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__batch__v1_openapi.json

            ],
            "type": "object"
          },
          "io.k8s.api.batch.v1.PodFailurePolicyRule": {
            "description": "PodFailurePolicyRule describes how a pod failure is handled when the requirements are met. One of onExitCodes and onPodConditions, but not both, can be used in each rule.",
            "properties": {
              "action": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  3. pkg/generated/openapi/zz_generated.openapi.go

    	return common.OpenAPIDefinition{
    		Schema: spec.Schema{
    			SchemaProps: spec.SchemaProps{
    				Description: "PodFailurePolicyRule describes how a pod failure is handled when the requirements are met. One of onExitCodes and onPodConditions, but not both, can be used in each rule.",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"action": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  4. api/openapi-spec/swagger.json

          ],
          "type": "object"
        },
        "io.k8s.api.batch.v1.PodFailurePolicyRule": {
          "description": "PodFailurePolicyRule describes how a pod failure is handled when the requirements are met. One of onExitCodes and onPodConditions, but not both, can be used in each rule.",
          "properties": {
            "action": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top