Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 3,575 for halted (0.13 sec)

  1. src/syscall/zerrors_linux_mipsle.go

    	36:   "identifier removed",
    	37:   "channel number out of range",
    	38:   "level 2 not synchronized",
    	39:   "level 3 halted",
    	40:   "level 3 reset",
    	41:   "link number out of range",
    	42:   "protocol driver not attached",
    	43:   "no CSI structure available",
    	44:   "level 2 halted",
    	45:   "resource deadlock avoided",
    	46:   "no locks available",
    	50:   "invalid exchange",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  2. src/syscall/zerrors_linux_loong64.go

    	43:  "identifier removed",
    	44:  "channel number out of range",
    	45:  "level 2 not synchronized",
    	46:  "level 3 halted",
    	47:  "level 3 reset",
    	48:  "link number out of range",
    	49:  "protocol driver not attached",
    	50:  "no CSI structure available",
    	51:  "level 2 halted",
    	52:  "invalid exchange",
    	53:  "invalid request descriptor",
    	54:  "exchange full",
    	55:  "no anode",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 82.5K bytes
    - Viewed (0)
  3. src/syscall/zerrors_linux_ppc64le.go

    	43:  "identifier removed",
    	44:  "channel number out of range",
    	45:  "level 2 not synchronized",
    	46:  "level 3 halted",
    	47:  "level 3 reset",
    	48:  "link number out of range",
    	49:  "protocol driver not attached",
    	50:  "no CSI structure available",
    	51:  "level 2 halted",
    	52:  "invalid exchange",
    	53:  "invalid request descriptor",
    	54:  "exchange full",
    	55:  "no anode",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 71.8K bytes
    - Viewed (0)
  4. src/runtime/runtime2.go

    // then, exactly one thread can call notesleep
    // and exactly one thread can call notewakeup (once).
    // once notewakeup has been called, the notesleep
    // will return.  future notesleep will return immediately.
    // subsequent noteclear must be called only after
    // previous notesleep has returned, e.g. it's disallowed
    // to call noteclear straight after notewakeup.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 47.9K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    type Lifecycle struct {
    	// PostStart is called immediately after a container is created.  If the handler fails, the container
    	// is terminated and restarted.
    	// More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks
    	// +optional
    	PostStart *LifecycleHandler
    	// PreStop is called immediately before a container is terminated due to an
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional LifecycleHandler postStart = 1;
    
      // PreStop is called immediately before a container is terminated due to an
      // API request or management event such as liveness/startup probe failure,
      // preemption, resource contention, etc. The handler is not called if the
      // container crashes or exits. The Pod's termination grace period countdown begins before the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"postStart": "PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      optional LifecycleHandler postStart = 1;
    
      // PreStop is called immediately before a container is terminated due to an
      // API request or management event such as liveness/startup probe failure,
      // preemption, resource contention, etc. The handler is not called if the
      // container crashes or exits. The Pod's termination grace period countdown begins before the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/types.go

    	// +optional
    	PostStart *LifecycleHandler `json:"postStart,omitempty" protobuf:"bytes,1,opt,name=postStart"`
    	// PreStop is called immediately before a container is terminated due to an
    	// API request or management event such as liveness/startup probe failure,
    	// preemption, resource contention, etc. The handler is not called if the
    	// container crashes or exits. The Pod's termination grace period countdown begins before the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

            },
            "preStop": {
              "$ref": "#/definitions/io.k8s.api.core.v1.Handler",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top