Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for sweep (0.08 sec)

  1. pkg/apis/core/validation/validation.go

    	return commonHandler{
    		Exec:      lh.Exec,
    		HTTPGet:   lh.HTTPGet,
    		TCPSocket: lh.TCPSocket,
    		Sleep:     lh.Sleep,
    	}
    }
    
    func validateSleepAction(sleep *core.SleepAction, gracePeriod int64, fldPath *field.Path) field.ErrorList {
    	allErrors := field.ErrorList{}
    	if sleep.Seconds <= 0 || sleep.Seconds > gracePeriod {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    	// lifecycle hooks will fail in runtime when tcp handler is specified.
    	// +optional
    	TCPSocket *TCPSocketAction
    	// Sleep represents the duration that the container should sleep before being terminated.
    	// +featureGate=PodLifecycleSleepAction
    	// +optional
    	Sleep *SleepAction
    }
    
    type GRPCAction struct {
    	// Port number of the gRPC service.
    	// Note: Number must be in the range 1 to 65535.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"sleep":     "Sleep represents the duration that the container should sleep before being terminated.",
    }
    
    func (LifecycleHandler) SwaggerDoc() map[string]string {
    	return map_LifecycleHandler
    }
    
    var map_LimitRange = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types.go

    	// +optional
    	TCPSocket *TCPSocketAction `json:"tcpSocket,omitempty" protobuf:"bytes,3,opt,name=tcpSocket"`
    	// Sleep represents the duration that the container should sleep before being terminated.
    	// +featureGate=PodLifecycleSleepAction
    	// +optional
    	Sleep *SleepAction `json:"sleep,omitempty" protobuf:"bytes,4,opt,name=sleep"`
    }
    
    // Lifecycle describes actions that the management system should take in response to container lifecycle
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      optional TCPSocketAction tcpSocket = 3;
    
      // Sleep represents the duration that the container should sleep before being terminated.
      // +featureGate=PodLifecycleSleepAction
      // +optional
      optional SleepAction sleep = 4;
    }
    
    // LimitRange sets resource usage limits for each kind of resource in a Namespace.
    message LimitRange {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  6. pkg/apis/core/v1/zz_generated.conversion.go

    	out.Exec = (*core.ExecAction)(unsafe.Pointer(in.Exec))
    	out.HTTPGet = (*core.HTTPGetAction)(unsafe.Pointer(in.HTTPGet))
    	out.TCPSocket = (*core.TCPSocketAction)(unsafe.Pointer(in.TCPSocket))
    	out.Sleep = (*core.SleepAction)(unsafe.Pointer(in.Sleep))
    	return nil
    }
    
    // Convert_v1_LifecycleHandler_To_core_LifecycleHandler is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__batch__v1_openapi.json

              },
              "sleep": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.SleepAction"
                  }
                ],
                "description": "Sleep represents the duration that the container should sleep before being terminated."
              },
              "tcpSocket": {
                "allOf": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  8. src/cmd/go/internal/modfetch/zip_sum_test/testdata/zip_sums.csv

    github.com/aphistic/gomol-json,v1.1.0,h1:XJWwW8PxYOHf0f0FquuBWcgvZBvQ89nPxZsqQ9pfpro=,0e1ab66a46afe81c4662f8a49ca38042f0c6bc8645895336399adef1eedaff59
    github.com/aphistic/sweet,v0.2.0,h1:I4z+fAUqvKfvZV/CHi5dV0QuwbmIvYYFDjG0Ss5QpAs=,02bebcef905b02cf7195137d9b20920367bb5f8c635a6e5a112b787596414f51
    github.com/aphistic/sweet-junit,v0.0.0-20190314030539-8d7e248096c2,h1:qDCG/a4+mCcRqj+QHTc1RNncar6rpg0oGz9ynH4IRME=,6a3ab195b97bd1981f2ae87a172bc24ecfb44ffbd8d28428f97bfa46e66f559b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 18 17:29:01 UTC 2020
    - 334.9K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.30.md

    - A new metric `lifecycle_handler_sleep_terminated_total` is added to record how many times LifecycleHandler sleep got unexpectedly terminated. ([#122456](https://github.com/kubernetes/kubernetes/pull/122456), [@AxeZhan](https://github.com/AxeZhan))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.29.md

      is removed in `v1.29`. Migrated `kube-scheduler` configuration files to `kubescheduler.config.k8s.io/v1`.' ([#119994](https://github.com/kubernetes/kubernetes/pull/119994), [@SataQiu](https://github.com/SataQiu))
    - A new sleep action for the `PreStop` lifecycle hook was added, allowing containers to pause for a specified duration before termination. ([#119026](https://github.com/kubernetes/kubernetes/pull/119026), [@AxeZhan](https://github.com/AxeZhan))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
Back to top