Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Goexit (0.47 sec)

  1. pkg/generated/openapi/zz_generated.openapi.go

    							Description: "Represents the relationship between the container exit code(s) and the specified values. Containers completed with success (exit code 0) are excluded from the requirement check. Possible values are:\n\n- In: the requirement is satisfied if at least one container exit code\n  (might be multiple if there are multiple containers not restricted\n  by the 'containerName' field) is in the set of specified values.\n- NotIn: the requirement is...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. api/openapi-spec/swagger.json

              "type": "string"
            },
            "operator": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  3. api/openapi-spec/v3/api__v1_openapi.json

    is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Setting the RestartPolicy as \"Always\" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy \"Always\" will be shut down. This lifecycle differs from normal init containers and is often referred to as a \"sidecar\"...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/opGen.go

    	BlockS390XCLIJ:  "CLIJ",
    	BlockS390XCLGIJ: "CLGIJ",
    
    	BlockPlain:     "Plain",
    	BlockIf:        "If",
    	BlockDefer:     "Defer",
    	BlockRet:       "Ret",
    	BlockRetJmp:    "RetJmp",
    	BlockExit:      "Exit",
    	BlockJumpTable: "JumpTable",
    	BlockFirst:     "First",
    }
    
    func (k BlockKind) String() string { return blockString[k] }
    func (k BlockKind) AuxIntType() string {
    	switch k {
    	case BlockARM64TBZ:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top