Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,201 for readIvy (0.25 sec)

  1. pkg/util/pod/pod_test.go

    		},
    		{
    			"additional init container condition",
    			func(input v1.PodStatus) v1.PodStatus {
    				input.InitContainerStatuses = []v1.ContainerStatus{
    					{
    						Name:  "init-container",
    						Ready: true,
    					},
    				}
    				return input
    			},
    			false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 07 15:22:29 UTC 2022
    - 4.5K bytes
    - Viewed (0)
  2. buildscripts/verify-build.sh

    	"${MINIO[@]}" server "${WORK_DIR}/fs-disk" >"$WORK_DIR/fs-minio.log" 2>&1 &
    
    	"${WORK_DIR}/mc" ready verify
    }
    
    function start_minio_erasure() {
    	"${MINIO[@]}" server "${WORK_DIR}/erasure-disk1" "${WORK_DIR}/erasure-disk2" "${WORK_DIR}/erasure-disk3" "${WORK_DIR}/erasure-disk4" >"$WORK_DIR/erasure-minio.log" 2>&1 &
    
    	"${WORK_DIR}/mc" ready verify
    }
    
    function start_minio_erasure_sets() {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 19:28:51 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  3. tools/bug-report/pkg/testdata/output/format_txt_no_time_filter.log

    2020-06-29T23:37:27.349559Z	info	Subchannel Connectivity change to READY
    2020-06-29T23:37:27.349600Z	info	pickfirstBalancer: HandleSubConnStateChange: 0xc00087d1e0, {READY <nil>}
    2020-06-29T23:37:27.349610Z	info	Channel Connectivity change to READY
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 19 21:44:33 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/discovery/v1beta1/generated.proto

    message EndpointConditions {
      // ready indicates that this endpoint is prepared to receive traffic,
      // according to whatever system is managing the endpoint. A nil value
      // indicates an unknown state. In most cases consumers should interpret this
      // unknown state as ready. For compatibility reasons, ready should never be
      // "true" for terminating endpoints.
      // +optional
      optional bool ready = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 8K bytes
    - Viewed (0)
  5. pkg/apis/discovery/types.go

    	// Service has set the publishNotReadyAddresses flag.
    	Ready *bool
    
    	// serving is identical to ready except that it is set regardless of the
    	// terminating state of endpoints. This condition should be set to true for
    	// a ready endpoint that is terminating. If nil, consumers should defer to
    	// the ready condition.
    	// +optional
    	Serving *bool
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 16 21:38:06 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  6. pkg/test/framework/components/echo/kube/workload_manager.go

    }
    
    // WaitForReadyWorkloads waits until all known workloads are ready.
    func (m *workloadManager) WaitForReadyWorkloads() (out echo.Workloads, err error) {
    	err = retry.UntilSuccess(func() error {
    		m.mutex.Lock()
    		out, err = m.readyWorkloads()
    		if err == nil && len(out) != len(m.workloads) {
    			err = fmt.Errorf("failed waiting for workloads for echo %s/%s to be ready",
    				m.cfg.Namespace.Name(),
    				m.cfg.Service)
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 14 02:12:37 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  7. src/runtime/internal/wasitest/testdata/nonblock.go

    			defer f.Close()
    			defer wg.Done()
    
    			close(spawnWait)
    
    			<-ready
    
    			var buf [256]byte
    			n, err := f.Read(buf[:])
    			if err != nil {
    				panic(err)
    			}
    			os.Stderr.Write(buf[:n])
    		}(f)
    
    		// Spawn one goroutine at a time.
    		<-spawnWait
    	}
    
    	println("waiting")
    	close(ready)
    	wg.Wait()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 26 17:59:52 UTC 2023
    - 1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/storage/storagebackend/factory/factory_test.go

    		},
    	}
    
    	for _, tc := range tests {
    		t.Run(tc.name, func(t *testing.T) {
    			ready := make(chan struct{})
    			tc.cfg.Transport.ServerList = client.Endpoints()
    			newETCD3Client = func(c storagebackend.TransportConfig) (*clientv3.Client, error) {
    				defer close(ready)
    				dummyKV := mockKV{
    					get: func(ctx context.Context) (*clientv3.GetResponse, error) {
    						select {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 29 15:58:10 UTC 2022
    - 12.1K bytes
    - Viewed (0)
  9. pkg/kubelet/kuberuntime/util/util_test.go

    			pod:               &v1.Pod{},
    			status:            &kubecontainer.PodStatus{},
    			expectedChanged:   true,
    			expectedAttempt:   0,
    			expectedSandboxID: "",
    		},
    		"Pod with multiple ready sandbox statuses": {
    			pod: &v1.Pod{},
    			status: &kubecontainer.PodStatus{
    				SandboxStatuses: []*runtimeapi.PodSandboxStatus{
    					{
    						Id:       "sandboxID2",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 13 23:14:48 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  10. pkg/controlplane/controller/defaultservicecidr/default_servicecidr_controller.go

    			}
    			klog.Infof("default ServiceCIDR condition Ready is not True: %v", condition.Status)
    			c.eventRecorder.Eventf(serviceCIDR, v1.EventTypeWarning, condition.Reason, condition.Message)
    			return
    		}
    	}
    	// set status to ready if the ServiceCIDR matches this configuration
    	if reflect.DeepEqual(c.cidrs, serviceCIDR.Spec.CIDRs) {
    		klog.Infof("Setting default ServiceCIDR condition Ready to True")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 18:59:21 UTC 2024
    - 7.5K bytes
    - Viewed (0)
Back to top