Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for podContent (0.72 sec)

  1. pkg/controller/resourceclaim/controller.go

    					if err != nil {
    						return fmt.Errorf("delete claim: %v", err)
    					}
    				} else {
    					logger.V(6).Info("wrong pod content, not deleting claim", "claim", klog.KObj(claim), "podUID", podUID, "podContent", pod)
    				}
    			case apierrors.IsNotFound(err):
    				// We might not know the pod *yet*. Instead of doing an expensive API call,
    				// let the garbage collector handle the case that the pod is truly gone.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 03:34:25 UTC 2024
    - 37.1K bytes
    - Viewed (0)
  2. cmd/sts-handlers_test.go

    		if err != nil {
    			c.Fatalf("bucket create error: %v", err)
    		}
    	}
    
    	// Create policies
    	for polName, polContent := range policyProjectsMap {
    		err := s.adm.AddCannedPolicy(ctx, polName, []byte(polContent))
    		if err != nil {
    			c.Fatalf("policy add error: %v", err)
    		}
    	}
    
    	makeSTSClient := func(user, password string) *minio.Client {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 18:45:50 UTC 2024
    - 90K bytes
    - Viewed (0)
Back to top