Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for actionValue (0.19 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.Job.json

          }
        ]
      },
      "spec": {
        "parallelism": 1,
        "completions": 2,
        "activeDeadlineSeconds": 3,
        "podFailurePolicy": {
          "rules": [
            {
              "action": "actionValue",
              "onExitCodes": {
                "containerName": "containerNameValue",
                "operator": "operatorValue",
                "values": [
                  3
                ]
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 55.3K bytes
    - Viewed (0)
  2. pkg/workloadapi/security/authorization.pb.go

    	// Deny the request if it matches with the rules.
    	Action_DENY Action = 1
    )
    
    // Enum value maps for Action.
    var (
    	Action_name = map[int32]string{
    		0: "ALLOW",
    		1: "DENY",
    	}
    	Action_value = map[string]int32{
    		"ALLOW": 0,
    		"DENY":  1,
    	}
    )
    
    func (x Action) Enum() *Action {
    	p := new(Action)
    	*p = x
    	return p
    }
    
    func (x Action) String() string {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
Back to top