Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 120 for sweep (0.07 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.Deployment.json

                        }
                      ]
                    },
                    "tcpSocket": {
                      "port": "portValue",
                      "host": "hostValue"
                    },
                    "sleep": {
                      "seconds": 1
                    }
                  },
                  "preStop": {
                    "exec": {
                      "command": [
                        "commandValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.Deployment.json

                        }
                      ]
                    },
                    "tcpSocket": {
                      "port": "portValue",
                      "host": "hostValue"
                    },
                    "sleep": {
                      "seconds": 1
                    }
                  },
                  "preStop": {
                    "exec": {
                      "command": [
                        "commandValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta1.Deployment.json

                        }
                      ]
                    },
                    "tcpSocket": {
                      "port": "portValue",
                      "host": "hostValue"
                    },
                    "sleep": {
                      "seconds": 1
                    }
                  },
                  "preStop": {
                    "exec": {
                      "command": [
                        "commandValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.DaemonSet.json

                        }
                      ]
                    },
                    "tcpSocket": {
                      "port": "portValue",
                      "host": "hostValue"
                    },
                    "sleep": {
                      "seconds": 1
                    }
                  },
                  "preStop": {
                    "exec": {
                      "command": [
                        "commandValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta1.Deployment.json

                        }
                      ]
                    },
                    "tcpSocket": {
                      "port": "portValue",
                      "host": "hostValue"
                    },
                    "sleep": {
                      "seconds": 1
                    }
                  },
                  "preStop": {
                    "exec": {
                      "command": [
                        "commandValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.json

                          ]
                        },
                        "tcpSocket": {
                          "port": "portValue",
                          "host": "hostValue"
                        },
                        "sleep": {
                          "seconds": 1
                        }
                      },
                      "preStop": {
                        "exec": {
                          "command": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta1.StatefulSet.json

                        }
                      ]
                    },
                    "tcpSocket": {
                      "port": "portValue",
                      "host": "hostValue"
                    },
                    "sleep": {
                      "seconds": 1
                    }
                  },
                  "preStop": {
                    "exec": {
                      "command": [
                        "commandValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 57.4K bytes
    - Viewed (0)
  8. src/runtime/mgcscavenge.go

    	}
    	unlock(&s.lock)
    }
    
    // sleep puts the scavenger to sleep based on the amount of time that it worked
    // in nanoseconds.
    //
    // Note that this function should only be called by the scavenger.
    //
    // The scavenger may be woken up earlier by a pacing change, and it may not go
    // to sleep at all if there's a pending pacing change.
    func (s *scavengerState) sleep(worked float64) {
    	lock(&s.lock)
    	if getg() != s.g {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  9. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/configdump.json

                                                "filter_metadata": {
                                                    "istio": {
                                                        "workload": "sleep;default;sleep;latest;Kubernetes"
                                                    },
                                                    "envoy.transport_socket_match": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 66K bytes
    - Viewed (0)
  10. pkg/controller/endpointslice/endpointslice_controller_test.go

    					Ports:      []v1.ServicePort{{Port: 80}},
    				},
    			})
    
    			for i, add := range tc.adds {
    				time.Sleep(add.delay)
    
    				p := newPod(i, ns, true, 0, false)
    				esController.podStore.Add(p)
    				esController.addPod(p)
    			}
    
    			time.Sleep(tc.finalDelay)
    			assert.Len(t, client.Actions(), tc.wantRequestCount)
    			// In case of error, make debugging easier.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 65.5K bytes
    - Viewed (0)
Back to top