Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 183 for reason2 (2.81 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/zz_generated.conversion.go

    	out.Type = apiextensions.CustomResourceDefinitionConditionType(in.Type)
    	out.Status = apiextensions.ConditionStatus(in.Status)
    	out.LastTransitionTime = in.LastTransitionTime
    	out.Reason = in.Reason
    	out.Message = in.Message
    	return nil
    }
    
    // Convert_v1_CustomResourceDefinitionCondition_To_apiextensions_CustomResourceDefinitionCondition is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 67.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/zz_generated.conversion.go

    	out.Type = apiextensions.CustomResourceDefinitionConditionType(in.Type)
    	out.Status = apiextensions.ConditionStatus(in.Status)
    	out.LastTransitionTime = in.LastTransitionTime
    	out.Reason = in.Reason
    	out.Message = in.Message
    	return nil
    }
    
    // Convert_v1beta1_CustomResourceDefinitionCondition_To_apiextensions_CustomResourceDefinitionCondition is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 71.5K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/api/internal/provider/PropertySpec.groovy

            1 * host.beforeRead(null) >> "<reason>"
    
            and:
            def e = thrown(IllegalStateException)
            e.message == "Cannot query the value of this property because <reason>."
    
            when:
            property.attachOwner(owner(), displayName("<display-name>"))
            property.get()
    
            then:
            1 * host.beforeRead(null) >> "<reason>"
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 87.8K bytes
    - Viewed (0)
  4. pkg/kubelet/server/server_test.go

    	authenticateFunc func(*http.Request) (*authenticator.Response, bool, error)
    	attributesFunc   func(user.Info, *http.Request) authorizer.Attributes
    	authorizeFunc    func(authorizer.Attributes) (authorized authorizer.Decision, reason string, err error)
    }
    
    func (f *fakeAuth) AuthenticateRequest(req *http.Request) (*authenticator.Response, bool, error) {
    	return f.authenticateFunc(req)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  5. pilot/pkg/model/push_context_test.go

    	reqA := &PushRequest{Reason: make(ReasonStats)}
    	reqB := &PushRequest{Reason: NewReasonStats(ServiceUpdate, ProxyUpdate)}
    	for i := 0; i < 50; i++ {
    		go func() {
    			reqA.CopyMerge(reqB)
    		}()
    	}
    	if reqA.Reason.Count() != 0 {
    		t.Fatalf("reqA modified: %v", reqA.Reason)
    	}
    	if reqB.Reason.Count() != 2 {
    		t.Fatalf("reqB modified: %v", reqB.Reason)
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  6. pkg/kubelet/nodestatus/setters_test.go

    			Status:             v1.ConditionTrue,
    			Reason:             "KubeletReady",
    			Message:            message,
    			LastTransitionTime: metav1.NewTime(transition),
    			LastHeartbeatTime:  metav1.NewTime(heartbeat),
    		}
    	}
    	return &v1.NodeCondition{
    		Type:               v1.NodeReady,
    		Status:             v1.ConditionFalse,
    		Reason:             "KubeletNotReady",
    		Message:            message,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 21:47:24 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/certificates/v1/generated.pb.go

    	i--
    	dAtA[i] = 0x22
    	i -= len(m.Message)
    	copy(dAtA[i:], m.Message)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Message)))
    	i--
    	dAtA[i] = 0x1a
    	i -= len(m.Reason)
    	copy(dAtA[i:], m.Reason)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Reason)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.Type)
    	copy(dAtA[i:], m.Type)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Type)))
    	i--
    	dAtA[i] = 0xa
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/certificates/v1beta1/generated.pb.go

    	i--
    	dAtA[i] = 0x22
    	i -= len(m.Message)
    	copy(dAtA[i:], m.Message)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Message)))
    	i--
    	dAtA[i] = 0x1a
    	i -= len(m.Reason)
    	copy(dAtA[i:], m.Reason)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Reason)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.Type)
    	copy(dAtA[i:], m.Type)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Type)))
    	i--
    	dAtA[i] = 0xa
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  9. src/cmd/go/go_test.go

    		tg.t.Errorf("wrong reason for Stale=true: %q, want %q", why, reason)
    	}
    }
    
    // wantNotStale fails with msg if pkg is stale.
    func (tg *testgoData) wantNotStale(pkg, reason, msg string) {
    	tg.t.Helper()
    	stale, why := tg.isStale(pkg)
    	if stale {
    		tg.t.Fatal(msg)
    	}
    	if reason == "" && why != "" || !strings.Contains(why, reason) {
    		tg.t.Errorf("wrong reason for Stale=false: %q, want %q", why, reason)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/runtime/framework.go

    			result = r
    		}
    
    		reasons = append(reasons, s.Reasons()...)
    		// Record the first failed plugin unless we proved that
    		// the latter is more relevant.
    		if len(rejectorPlugin) == 0 {
    			rejectorPlugin = pl.Name()
    		}
    	}
    
    	return result, framework.NewStatus(framework.Unschedulable, reasons...).WithPlugin(rejectorPlugin)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 60.9K bytes
    - Viewed (0)
Back to top