Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 125 for unlabel (0.11 sec)

  1. pkg/kubelet/images/image_manager_test.go

    				{[]string{"GetImageRef"}, ErrImageInspect, false, false},
    				{[]string{"GetImageRef"}, ErrImageInspect, false, false},
    			}},
    		// missing image, unable to fetch
    		{containerImage: "typo_image",
    			testName:   "image missing, unable to fetch",
    			policy:     v1.PullIfNotPresent,
    			inspectErr: nil,
    			pullerErr:  errors.New("404"),
    			qps:        0.0,
    			burst:      0,
    			expected: []pullerExpects{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 19K bytes
    - Viewed (0)
  2. pkg/controller/namespace/deletion/namespaced_resources_deleter.go

    	resources, err := d.discoverResourcesFn()
    	if err != nil {
    		utilruntime.HandleError(fmt.Errorf("unable to get all supported resources from server: %v", err))
    	}
    	logger := klog.FromContext(ctx)
    	if len(resources) == 0 {
    		logger.Error(err, "Unable to get any supported resources from server")
    		klog.FlushAndExit(klog.ExitFlushTimeout, 1)
    	}
    
    	for _, rl := range resources {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 20 07:34:23 UTC 2023
    - 25.2K bytes
    - Viewed (0)
  3. pkg/kubelet/kuberuntime/helpers.go

    func (m *kubeGenericRuntimeManager) toKubeContainer(c *runtimeapi.Container) (*kubecontainer.Container, error) {
    	if c == nil || c.Id == "" || c.Image == nil {
    		return nil, fmt.Errorf("unable to convert a nil pointer to a runtime container")
    	}
    
    	// Keep backwards compatibility to older runtimes, c.ImageId has been added in v1.30
    	imageID := c.ImageRef
    	if c.ImageId != "" {
    		imageID = c.ImageId
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 12K bytes
    - Viewed (0)
  4. maven-api-impl/src/test/java/org/apache/maven/internal/impl/standalone/ApiRunner.java

                        throw new MavenException("Unable to locate instance of type " + type, e);
                    }
                }
    
                @Override
                public <T> T lookup(Class<T> type, String name) {
                    try {
                        return injector.getInstance(Key.of(type, name));
                    } catch (DIException e) {
                        throw new MavenException("Unable to locate instance of type " + type, e);
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  5. maven-compat/src/main/java/org/apache/maven/repository/legacy/resolver/DefaultLegacyArtifactCollector.java

                                                throw new ArtifactResolutionException(
                                                        "Unable to get dependency information: " + e.getMessage(),
                                                        resetArtifact,
                                                        request.getRemoteRepositories(),
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 11:28:54 UTC 2023
    - 36.7K bytes
    - Viewed (0)
  6. pilot/pkg/xds/mesh_network_test.go

    						Annotations: map[string]string{annotation.TrafficNodeSelector.Name: "{}"},
    						Labels: map[string]string{
    							label.TopologyNetwork.Name: "network-2",
    							// set the label here to test it = expectation doesn't change since we map back to that via NodePort
    							label.NetworkingGatewayPort.Name: "443",
    						},
    					},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 24.6K bytes
    - Viewed (0)
  7. testing/internal-testing/src/main/groovy/org/gradle/test/fixtures/file/TestFile.java

         */
        public TestFile forceDeleteDir() throws IOException {
            if (isDirectory()) {
                if (FileUtils.isSymlink(this)) {
                    if (!delete()) {
                        throw new IOException("Unable to delete symlink: " + getCanonicalPath());
                    }
                } else {
                    List<String> errorPaths = new ArrayList<>();
                    Files.walkFileTree(toPath(), new SimpleFileVisitor<Path>() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 18:31:52 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/test/integration/fieldselector_test.go

    		if err := yaml.Unmarshal([]byte(instance), &shirt.Object); err != nil {
    			t.Fatal(err)
    		}
    
    		_, err = shirtv1Client.Create(ctx, shirt, metav1.CreateOptions{})
    		if err != nil {
    			t.Fatalf("Unable to create CR: %v", err)
    		}
    	}
    
    	shirtv1beta1Client := dynamicClient.Resource(schema.GroupVersionResource{Group: crd.Spec.Group, Version: crd.Spec.Versions[0].Name, Resource: crd.Spec.Names.Plural})
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 15:53:03 UTC 2024
    - 27K bytes
    - Viewed (0)
  9. pkg/scheduler/apis/config/scheme/scheme_test.go

    	if !ok {
    		t.Fatalf("unable to locate encoder -- %q is not a supported media type", runtime.ContentTypeYAML)
    	}
    	jsonInfo, ok := runtime.SerializerInfoForMediaType(Codecs.SupportedMediaTypes(), runtime.ContentTypeJSON)
    	if !ok {
    		t.Fatalf("unable to locate encoder -- %q is not a supported media type", runtime.ContentTypeJSON)
    	}
    	for _, tt := range testCases {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 13 07:42:19 UTC 2023
    - 22.2K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/phases/upgrade/staticpods_test.go

    	if err != nil {
    		t.Fatalf("Unable to create temporary directory: %v", err)
    	}
    	defer os.RemoveAll(manifestsDir)
    
    	if err = os.WriteFile(constants.GetStaticPodFilepath(constants.Etcd, manifestsDir), []byte(etcdStaticPod), 0644); err != nil {
    		t.Fatalf("Unable to create test static pod manifest: %v", err)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 07:10:31 UTC 2024
    - 32K bytes
    - Viewed (0)
Back to top