- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 3,060 for reason (0.1 sec)
-
subprojects/core/src/test/groovy/org/gradle/api/internal/artifacts/dependencies/DefaultProjectDependencyConstraintTest.groovy
constraint.force = false constraint.reason = 'reason1' DefaultProjectDependencyConstraint constraintCopy = constraint.copy() when: constraintCopy.force = true constraintCopy.reason = 'reason2' then: constraint.force == false constraint.reason == 'reason1' }
Registered: 2024-06-12 18:38 - Last Modified: 2023-11-15 16:36 - 3.3K bytes - Viewed (0) -
pkg/kubelet/reason_cache.go
} } } // Remove removes error reason from the cache func (c *ReasonCache) Remove(uid types.UID, name string) { c.lock.Lock() defer c.lock.Unlock() c.cache.Remove(c.composeKey(uid, name)) } // Get gets error reason from the cache. The return values are error reason, error message and // whether an error reason is found in the cache. If no error reason is found, empty string will
Registered: 2024-06-15 01:39 - Last Modified: 2022-07-26 17:14 - 3.3K bytes - Viewed (0) -
platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/reflect/validation/ValidationMessageCheckerTest.groovy
type 'Foo' property 'bar' description 'with some description' reason 'some reason' } then: outputEquals """ In plugin 'com.foo.bar' type 'Foo' property 'bar' with some description. Reason: Some reason. """ } private File dummyLocation(String path = '/tmp/foo') { Stub(File) { getAbsolutePath() >> path
Registered: 2024-06-12 18:38 - Last Modified: 2023-09-28 09:51 - 25.5K bytes - Viewed (0) -
pkg/kubelet/lifecycle/predicate.go
return PodAdmitResult{ Admit: fit, Reason: "UnexpectedAdmissionError", Message: message, } } } if !fit { var reason string var message string if len(reasons) == 0 { message = fmt.Sprint("GeneralPredicates failed due to unknown reason, which is unexpected.") klog.InfoS("Failed to admit pod: GeneralPredicates failed due to unknown reason, which is unexpected", "pod", klog.KObj(admitPod))
Registered: 2024-06-15 01:39 - Last Modified: 2023-10-19 00:47 - 10.9K bytes - Viewed (0) -
staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/caching_authorizer_test.go
decision: authorizer.DecisionDeny, reason: "test reason beta", error: fmt.Errorf("test error beta"), }, }, }, backend: []result{ { decision: authorizer.DecisionAllow, reason: "test reason alpha", error: fmt.Errorf("test error alpha"), }, { decision: authorizer.DecisionDeny, reason: "test reason beta",
Registered: 2024-06-15 01:39 - Last Modified: 2024-02-12 18:58 - 6.3K bytes - Viewed (0) -
pilot/pkg/config/kube/gateway/testdata/route-binding.status.yaml.golden
message: No errors found reason: Accepted status: "True" type: Accepted - lastTransitionTime: fake message: No errors found reason: NoConflicts status: "False" type: Conflicted - lastTransitionTime: fake message: No errors found reason: Programmed status: "True" type: Programmed - lastTransitionTime: fake
Registered: 2024-06-14 15:00 - Last Modified: 2024-02-07 20:48 - 19.7K bytes - Viewed (0) -
pilot/pkg/config/kube/gateway/testdata/isolation.status.yaml.golden
- lastTransitionTime: fake message: No errors found reason: Accepted status: "True" type: Accepted - lastTransitionTime: fake message: No errors found reason: NoConflicts status: "False" type: Conflicted - lastTransitionTime: fake message: No errors found reason: Programmed status: "True" type: Programmed - lastTransitionTime: fake
Registered: 2024-06-14 15:00 - Last Modified: 2024-05-08 20:24 - 6.4K bytes - Viewed (0) -
pilot/pkg/config/kube/gateway/testdata/invalid.status.yaml.golden
reason: Accepted status: "True" type: Accepted - lastTransitionTime: fake message: No errors found reason: NoConflicts status: "False" type: Conflicted - lastTransitionTime: fake message: No errors found reason: Programmed status: "True" type: Programmed - lastTransitionTime: fake message: No errors found reason: ResolvedRefs
Registered: 2024-06-14 15:00 - Last Modified: 2024-02-07 20:48 - 13.1K bytes - Viewed (0) -
pilot/pkg/config/kube/gateway/testdata/delegated.status.yaml.golden
message: No errors found reason: Accepted status: "True" type: Accepted - lastTransitionTime: fake message: No errors found reason: NoConflicts status: "False" type: Conflicted - lastTransitionTime: fake message: No errors found reason: Programmed status: "True" type: Programmed - lastTransitionTime: fake
Registered: 2024-06-14 15:00 - Last Modified: 2024-02-07 20:48 - 3.4K bytes - Viewed (0) -
pilot/pkg/config/kube/gateway/testdata/zero.status.yaml.golden
conditions: - lastTransitionTime: fake message: No errors found reason: Accepted status: "True" type: Accepted - lastTransitionTime: fake message: No errors found reason: NoConflicts status: "False" type: Conflicted - lastTransitionTime: fake message: No errors found reason: Programmed status: "True" type: Programmed
Registered: 2024-06-14 15:00 - Last Modified: 2024-02-07 20:48 - 3.4K bytes - Viewed (0)