Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 172 for TolerationSeconds (0.24 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/node.k8s.io.v1.RuntimeClass.yaml

    overhead:
      podFixed:
        podFixedKey: "0"
    scheduling:
      nodeSelector:
        nodeSelectorKey: nodeSelectorValue
      tolerations:
      - effect: effectValue
        key: keyValue
        operator: operatorValue
        tolerationSeconds: 5
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/node.k8s.io.v1beta1.RuntimeClass.yaml

    overhead:
      podFixed:
        podFixedKey: "0"
    scheduling:
      nodeSelector:
        nodeSelectorKey: nodeSelectorValue
      tolerations:
      - effect: effectValue
        key: keyValue
        operator: operatorValue
        tolerationSeconds: 5
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/node.k8s.io.v1.RuntimeClass.yaml

    overhead:
      podFixed:
        podFixedKey: "0"
    scheduling:
      nodeSelector:
        nodeSelectorKey: nodeSelectorValue
      tolerations:
      - effect: effectValue
        key: keyValue
        operator: operatorValue
        tolerationSeconds: 5
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/node.k8s.io.v1alpha1.RuntimeClass.json

          },
          "tolerations": [
            {
              "key": "keyValue",
              "operator": "operatorValue",
              "value": "valueValue",
              "effect": "effectValue",
              "tolerationSeconds": 5
            }
          ]
        }
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/node.k8s.io.v1.RuntimeClass.json

        },
        "tolerations": [
          {
            "key": "keyValue",
            "operator": "operatorValue",
            "value": "valueValue",
            "effect": "effectValue",
            "tolerationSeconds": 5
          }
        ]
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/node.k8s.io.v1beta1.RuntimeClass.json

        },
        "tolerations": [
          {
            "key": "keyValue",
            "operator": "operatorValue",
            "value": "valueValue",
            "effect": "effectValue",
            "tolerationSeconds": 5
          }
        ]
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/node.k8s.io.v1beta1.RuntimeClass.yaml

    overhead:
      podFixed:
        podFixedKey: "0"
    scheduling:
      nodeSelector:
        nodeSelectorKey: nodeSelectorValue
      tolerations:
      - effect: effectValue
        key: keyValue
        operator: operatorValue
        tolerationSeconds: 5
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/node.k8s.io.v1.RuntimeClass.json

        },
        "tolerations": [
          {
            "key": "keyValue",
            "operator": "operatorValue",
            "value": "valueValue",
            "effect": "effectValue",
            "tolerationSeconds": 5
          }
        ]
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/node.k8s.io.v1beta1.RuntimeClass.json

        },
        "tolerations": [
          {
            "key": "keyValue",
            "operator": "operatorValue",
            "value": "valueValue",
            "effect": "effectValue",
            "tolerationSeconds": 5
          }
        ]
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  10. pkg/util/tolerations/tolerations_test.go

    			Operator:          api.TolerationOpExists,
    			Effect:            api.TaintEffectNoExecute,
    			TolerationSeconds: utilpointer.Int64Ptr(10),
    		},
    		"foo-noexec-0": {
    			Key:               "foo",
    			Operator:          api.TolerationOpExists,
    			Effect:            api.TaintEffectNoExecute,
    			TolerationSeconds: utilpointer.Int64Ptr(0),
    		},
    		"foo-bar-noexec-10": {
    			Key:               "foo",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 26 22:25:49 UTC 2019
    - 11.4K bytes
    - Viewed (0)
Back to top