Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 86 for Missing (0.35 sec)

  1. cluster/gce/util.sh

      exit(0)
    if rel != 'HEAD' and version.LooseVersion(rel) < minVersion:
      print('gcloud version out of date ( < %s )' % minVersion)
      exit(1)
    missing = []
    for c in required:
      if not data.get(c):
        missing += [c]
    if missing:
      for c in missing:
        print ('missing required gcloud component \"{0}\"'.format(c))
        print ('Try running \$(gcloud components install {0})'.format(c))
      exit(1)
        " "${version}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_pods.go

    	// a UID.
    	if err := kl.runtimeCache.ForceUpdateIfOlder(ctx, kl.clock.Now()); err != nil {
    		klog.ErrorS(err, "Error listing containers")
    		return err
    	}
    	runningRuntimePods, err := kl.runtimeCache.GetPods(ctx)
    	if err != nil {
    		klog.ErrorS(err, "Error listing containers")
    		return err
    	}
    
    	// Stop probing pods that are not running
    	klog.V(3).InfoS("Clean up probes for terminated pods")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet_pods_test.go

    				Env: []v1.EnvVar{
    					{
    						Name: "POD_NAME",
    						ValueFrom: &v1.EnvVarSource{
    							ConfigMapKeyRef: &v1.ConfigMapKeySelector{
    								LocalObjectReference: v1.LocalObjectReference{Name: "missing-config-map"},
    								Key:                  "key",
    								Optional:             &trueVal,
    							},
    						},
    					},
    				},
    			},
    			expectedEnvs: []kubecontainer.EnvVar{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  4. api/maven-api-model/src/main/mdo/maven.mdo

            system properties and user properties.&lt;/p></description>
          <fields>
            <field>
              <name>missing</name>
              <version>4.0.0+</version>
              <type>String</type>
              <description>The name of the file that must be missing to activate the
              profile.</description>
            </field>
            <field>
              <name>exists</name>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  5. pkg/controller/statefulset/stateful_set_control_test.go

    		}
    		if len(pods) != 3 {
    			t.Errorf("Expected 3 pods, got %d", len(pods))
    		}
    		for _, pod := range pods {
    			podIndexFromLabel, exists := pod.Labels[apps.PodIndexLabel]
    			if !exists {
    				t.Errorf("Missing pod index label: %s", apps.PodIndexLabel)
    				continue
    			}
    			podIndexFromName := strconv.Itoa(getOrdinal(pod))
    			if podIndexFromLabel != podIndexFromName {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  6. doc/go1.17_spec.html

    </p>
    
    <pre>
    s[0] == 2
    s[1] == 3
    s[2] == 4
    </pre>
    
    <p>
    For convenience, any of the indices may be omitted. A missing <code>low</code>
    index defaults to zero; a missing <code>high</code> index defaults to the length of the
    sliced operand:
    </p>
    
    <pre>
    a[2:]  // same as a[2 : len(a)]
    a[:3]  // same as a[0 : 3]
    a[:]   // same as a[0 : len(a)]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  7. src/cmd/go/internal/load/pkg.go

    	//
    	// If ModResolveTests is true, then the module loader needs to resolve test
    	// dependencies at the same time as packages; otherwise, the test dependencies
    	// of those packages could be missing, and resolving those missing dependencies
    	// could change the selected versions of modules that provide other packages.
    	ModResolveTests bool
    
    	// MainOnly is true if the caller only wants to load main packages.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  8. pkg/apis/batch/validation/validation_test.go

    			if tc.wantError == nil && gotErr != nil {
    				t.Errorf("unexpected error: %s", gotErr)
    			} else if tc.wantError != nil && gotErr == nil {
    				t.Errorf("missing error: %s", tc.wantError)
    			} else if tc.wantError != nil && gotErr != nil {
    				if diff := cmp.Diff(tc.wantError.Error(), gotErr.Error()); diff != "" {
    					t.Errorf("unexpected error, diff: %s", diff)
    				}
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  9. pkg/controller/job/job_controller_test.go

    			// cases above), but since this job is being deleted, we don't expect
    			// anything changed here from before the job was suspended. The
    			// JobSuspended condition is also missing.
    			suspend:            true,
    			deleting:           true,
    			parallelism:        2,
    			activePods:         2, // parallelism == active, expectations satisfied
    			completions:        4,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  10. src/internal/trace/traceviewer/static/webcomponents.min.js

    t})}function r(t){e.invalidateRendererBasedOnAttribute(t,"class")}function o(e,o,i){var a=e.ownerElement_;if(null==a)return o.apply(e,i);var s=t(a),c=o.apply(e,i);return t(a)!==s&&(n(a,s),r(a)),c}if(!window.DOMTokenList)return void console.warn("Missing DOMTokenList prototype, please include a compatible classList polyfill such as http://goo.gl/uTcepH.");var i=e.unsafeUnwrap,a=e.enqueueMutation,s=DOMTokenList.prototype.add;DOMTokenList.prototype.add=function(){o(this,s,arguments)};var c=DOMToken...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 115.6K bytes
    - Viewed (0)
Back to top