Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for hasNet (0.16 sec)

  1. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    	SUBFZEOCC
    	SYNC
    	TLBIE
    	TW
    	TWI
    	XOR
    	XORCC
    	XORI
    	XORIS
    )
    
    var opstr = [...]string{
    	HASHCHK:        "hashchk",
    	HASHCHKP:       "hashchkp",
    	HASHST:         "hashst",
    	HASHSTP:        "hashstp",
    	BRD:            "brd",
    	BRH:            "brh",
    	BRW:            "brw",
    	CFUGED:         "cfuged",
    	CNTLZDM:        "cntlzdm",
    	CNTTZDM:        "cnttzdm",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.12.md

    - If a container's requested device plugin resource hasn't registered after Kubelet restart, the container start will now fail.([#67145](https://github.com/kubernetes/kubernetes/pull/67145), [@jiayingz](https://github.com/jiayingz))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "description": "Specifies how to treat concurrent executions of a Job. Valid values are:\n\n- \"Allow\" (default): allows CronJobs to run concurrently; - \"Forbid\": forbids concurrent runs, skipping next run if previous run hasn't finished yet; - \"Replace\": cancels currently running job and replaces it with a new one",
                "type": "string"
              },
              "failedJobsHistoryLimit": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top