Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of 681 for isInitialized (0.23 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_container.go

    			// In this case, the kubelet should not mistakenly think that
    			// the newly created podSandbox has been initialized.
    		default:
    			// Ignore other states
    		}
    		if podHasInitialized {
    			break
    		}
    	}
    
    	// isPreviouslyInitialized indicates if the current init container is
    	// previously initialized.
    	isPreviouslyInitialized := podHasInitialized
    	restartOnFailure := shouldRestartOnFailure(pod)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 54.7K bytes
    - Viewed (0)
  2. cmd/server-main.go

    		// if all sub-systems initialized successfully return right away
    		err := initConfigSubsystem(ctx, newObject)
    		if err == nil {
    			// All successful return.
    			if globalIsDistErasure {
    				// These messages only meant primarily for distributed setup, so only log during distributed setup.
    				logger.Info("All MinIO sub-systems initialized successfully in %s", time.Since(t1))
    			}
    			return nil
    		}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 04 15:12:57 UTC 2024
    - 34.5K bytes
    - Viewed (1)
  3. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/registry/ModelElementNode.java

    import java.util.Map;
    import java.util.Set;
    import java.util.TreeMap;
    
    import static org.gradle.model.internal.core.ModelNode.State.Created;
    import static org.gradle.model.internal.core.ModelNode.State.Initialized;
    
    class ModelElementNode extends ModelNodeInternal {
        private Map<String, ModelNodeInternal> links;
        private final MutableModelNode parent;
        private Object privateData;
        private ModelType<?> privateDataType;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 21:54:37 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/manage/schema/extract/ScalarCollectionModelView.java

            Collection<?> delegate = getBackingValue();
            if (delegate == null) {
                if (overwritable || state.isCanMutate()) {
                    // if the collection is a read-only property, it must be initialized first (it will never be null)
                    // if the collection is *not* read-only, then we will initialize it only if the collection is the
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/promise/promise_test.go

    	now := time.Now()
    	aval := &now
    	wr := NewWriteOnce(aval, ctx, cval)
    	gots := make(chan interface{})
    	goGetAndExpect(t, wr, gots, aval)
    	later := time.Now()
    	bval := &later
    	if wr.Set(bval) {
    		t.Error("Set of initialized promise returned true")
    	}
    	goGetAndExpect(t, wr, gots, aval)
    	cancel()
    	time.Sleep(time.Second) // give it a chance to misbehave
    	goGetAndExpect(t, wr, gots, aval)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 21 19:19:31 UTC 2023
    - 3K bytes
    - Viewed (0)
  6. pkg/kubelet/status/status_manager.go

    func hasPodInitialized(pod *v1.Pod) bool {
    	// a pod without init containers is always initialized
    	if len(pod.Spec.InitContainers) == 0 {
    		return true
    	}
    	// if any container has ever moved out of waiting state, the pod has initialized
    	for _, status := range pod.Status.ContainerStatuses {
    		if status.LastTerminationState.Terminated != nil || status.State.Waiting == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 16:27:19 UTC 2024
    - 44.3K bytes
    - Viewed (0)
  7. android/guava-testlib/src/com/google/common/collect/testing/testers/AbstractListTester.java

    public class AbstractListTester<E extends @Nullable Object> extends AbstractCollectionTester<E> {
      /*
       * Previously we had a field named list that was initialized to the value of
       * collection in setUp(), but that caused problems when a tester changed the
       * value of list or collection but not both.
       */
      protected final List<E> getList() {
        return (List<E>) collection;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 21 16:49:06 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  8. src/os/proc.go

    import (
    	"internal/testlog"
    	"runtime"
    	"syscall"
    )
    
    // Args hold the command-line arguments, starting with the program name.
    var Args []string
    
    func init() {
    	if runtime.GOOS == "windows" {
    		// Initialized in exec_windows.go.
    		return
    	}
    	Args = runtime_args()
    }
    
    func runtime_args() []string // in package runtime
    
    // Getuid returns the numeric user id of the caller.
    //
    // On Windows, it returns -1.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 21:33:12 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  9. cmd/kube-controller-manager/app/cloudproviders.go

    		loopMode = IncludeCloudLoops
    		cloud, err = cloudprovider.InitCloudProvider(cloudProvider, cloudConfigFile)
    	}
    	if err != nil {
    		return nil, loopMode, fmt.Errorf("cloud provider could not be initialized: %v", err)
    	}
    
    	if cloud != nil && !cloud.HasClusterID() {
    		if allowUntaggedCloud {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 18:16:32 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/xla_tpu_device.cc

      return absl::OkStatus();
    }
    
    // Check if TPU has been initialized. TPU initialization is not necessary
    // for 1x1.
    Status CheckIfTPUInitialized() {
      auto* tpu_platform = tpu::TpuPlatformInterface::GetRegisteredPlatform();
      if (!tpu_platform->Initialized()) {
        return errors::FailedPrecondition(
            "The TPU system has not been initialized.");
      }
      return absl::OkStatus();
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 22:53:47 UTC 2024
    - 20.9K bytes
    - Viewed (0)
Back to top