Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 54 for postBind (0.13 sec)

  1. staging/src/k8s.io/api/policy/v1/types_swagger_doc_generated.go

    var map_Eviction = map[string]string{
    	"":              "Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod.  A request to cause such an eviction is created by POSTing to .../pods/<pod name>/evictions.",
    	"metadata":      "ObjectMeta describes the pod that is being evicted.",
    	"deleteOptions": "DeleteOptions may be provided",
    }
    
    func (Eviction) SwaggerDoc() map[string]string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 20 23:36:45 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/policy/v1beta1/types_swagger_doc_generated.go

    var map_Eviction = map[string]string{
    	"":              "Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod.  A request to cause such an eviction is created by POSTing to .../pods/<pod name>/evictions.",
    	"metadata":      "ObjectMeta describes the pod that is being evicted.",
    	"deleteOptions": "DeleteOptions may be provided",
    }
    
    func (Eviction) SwaggerDoc() map[string]string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 07 20:44:13 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/policy/v1/generated.proto

    option go_package = "k8s.io/api/policy/v1";
    
    // Eviction evicts a pod from its node subject to certain policies and safety constraints.
    // This is a subresource of Pod.  A request to cause such an eviction is
    // created by POSTing to .../pods/<pod name>/evictions.
    message Eviction {
      // ObjectMeta describes the pod that is being evicted.
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/node.yaml

        reason: KubeletHasSufficientPID
        status: "False"
        type: PIDPressure
      - lastHeartbeatTime: "2019-09-20T19:32:50Z"
        lastTransitionTime: "2019-07-09T16:17:49Z"
        message: kubelet is posting ready status
        reason: KubeletReady
        status: "True"
        type: Ready
      daemonEndpoints:
        kubeletEndpoint:
          Port: 10250
      images:
      - names:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/policy/v1beta1/types.go

    // +k8s:prerelease-lifecycle-gen:deprecated=1.22
    
    // Eviction evicts a pod from its node subject to certain policies and safety constraints.
    // This is a subresource of Pod.  A request to cause such an eviction is
    // created by POSTing to .../pods/<pod name>/evictions.
    type Eviction struct {
    	metav1.TypeMeta `json:",inline"`
    
    	// ObjectMeta describes the pod that is being evicted.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 07 20:44:13 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/policy/v1/types.go

    // +k8s:prerelease-lifecycle-gen:introduced=1.22
    
    // Eviction evicts a pod from its node subject to certain policies and safety constraints.
    // This is a subresource of Pod.  A request to cause such an eviction is
    // created by POSTing to .../pods/<pod name>/evictions.
    type Eviction struct {
    	metav1.TypeMeta `json:",inline"`
    
    	// ObjectMeta describes the pod that is being evicted.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  7. pkg/kubelet/nodestatus/setters_test.go

    		disableLocalStorageCapacityIsolation bool
    	}{
    		{
    			desc:             "new, ready",
    			node:             withCapacity.DeepCopy(),
    			expectConditions: []v1.NodeCondition{*makeReadyCondition(true, "kubelet is posting ready status", now, now)},
    			// TODO(mtaufen): The current behavior is that we don't send an event for the initial NodeReady condition,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 21:47:24 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/eventbus/EventBus.java

     *       argument of the type of event desired;
     *   <li>Mark it with a {@link Subscribe} annotation;
     *   <li>Pass itself to an EventBus instance's {@link #register(Object)} method.
     * </ol>
     *
     * <h2>Posting Events</h2>
     *
     * <p>To post an event, simply provide the event object to the {@link #post(Object)} method. The
     * EventBus instance will determine the type of event and route it to all registered listeners.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Aug 25 16:37:57 UTC 2021
    - 12.8K bytes
    - Viewed (0)
  9. guava/src/com/google/common/eventbus/EventBus.java

     *       argument of the type of event desired;
     *   <li>Mark it with a {@link Subscribe} annotation;
     *   <li>Pass itself to an EventBus instance's {@link #register(Object)} method.
     * </ol>
     *
     * <h2>Posting Events</h2>
     *
     * <p>To post an event, simply provide the event object to the {@link #post(Object)} method. The
     * EventBus instance will determine the type of event and route it to all registered listeners.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jul 17 16:01:41 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  10. pkg/kubelet/kubelet_node_status_test.go

    						},
    						{
    							Type:               v1.NodeReady,
    							Status:             v1.ConditionTrue,
    							Reason:             "KubeletReady",
    							Message:            "kubelet is posting ready status",
    							LastHeartbeatTime:  metav1.Time{},
    							LastTransitionTime: metav1.Time{},
    						},
    					},
    					NodeInfo: v1.NodeSystemInfo{
    						MachineID:               "123",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
Back to top