Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 415 for Gleason (0.14 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_manager.go

    	container *v1.Container
    	// The name of the container.
    	name string
    	// The message indicates why the container will be killed.
    	message string
    	// The reason is a clearer source of info on why a container will be killed
    	// TODO: replace message with reason?
    	reason containerKillReason
    }
    
    // containerResources holds the set of resources applicable to the running container
    type containerResources struct {
    	memoryLimit   int64
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation.go

    						remainingBudget = newRemainingBudget
    					}
    				} else {
    					addErr(fieldErrorForReason(currentFldPath, sts.Type, messageExpression, rule.Reason))
    					remainingBudget = newRemainingBudget
    				}
    			} else {
    				addErr(fieldErrorForReason(currentFldPath, sts.Type, ruleMessageOrDefault(rule), rule.Reason))
    			}
    		}
    	}
    	return errs, remainingBudget
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 20 18:21:31 UTC 2024
    - 32.2K bytes
    - Viewed (0)
  3. platforms/core-runtime/wrapper-main/src/integTest/groovy/org/gradle/integtests/WrapperBadArchiveTest.groovy

    import static org.gradle.integtests.WrapperChecksumVerificationTest.getDistributionHash
    
    @Issue('https://github.com/gradle/gradle-private/issues/1537')
    @Requires(value = IntegTestPreconditions.NotEmbeddedExecutor, reason = NOT_EMBEDDED_REASON)
    class WrapperBadArchiveTest extends AbstractWrapperIntegrationSpec {
    
        private static final String GRADLE_BIN_ZIP = "/gradle-bin.zip"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:54:32 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    			}
    			if rule.Reason != nil && !supportedValidationReason.Has(string(*rule.Reason)) {
    				allErrs.SchemaErrors = append(allErrs.SchemaErrors, field.NotSupported(fldPath.Child("x-kubernetes-validations").Index(i).Child("reason"), *rule.Reason, supportedValidationReason.List()))
    			}
    			trimmedFieldPath := strings.TrimSpace(rule.FieldPath)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
  5. platforms/core-runtime/wrapper-main/src/crossVersionTest/groovy/org/gradle/integtests/wrapper/WrapperPropertiesLoaderCrossVersionTest.groovy

    class WrapperPropertiesLoaderCrossVersionTest extends CrossVersionIntegrationSpec {
    
        @Issue('https://github.com/gradle/gradle/issues/11173')
        @Requires(
            value = UnitTestPreconditions.NotWindowsJavaBefore11,
            reason = 'https://github.com/gradle/gradle-private/issues/3758'
        )
        void "System properties defined in gradle.properties are available in buildSrc and in included builds"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:54:32 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  6. platforms/core-runtime/wrapper-shared/src/main/java/org/gradle/wrapper/Install.java

                } finally {
                    reader.close();
                }
            } catch (Exception e) {
                logger.log("Could not fetch hash for " + safeUri(distribution) + ".");
                logger.log("Reason: " + e.getMessage());
                return null;
            }
        }
    
        private void unzipLocal(File localZipFile, File distDir) throws IOException {
            try {
                unzip(localZipFile, distDir);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  7. maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/MojoDescriptor.java

            setComponentFactory(language);
        }
    
        /**
         * @return Description with reason of a Mojo deprecation.
         */
        public String getDeprecated() {
            return deprecated;
        }
    
        /**
         * @param deprecated Description with reason of a Mojo deprecation.
         */
        public void setDeprecated(String deprecated) {
            this.deprecated = deprecated;
        }
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  8. src/make.rc

    # Environment variables that control make.rc:
    #
    # GOHOSTARCH: The architecture for host tools (compilers and
    # binaries).  Binaries of this type must be executable on the current
    # system, so the only common reason to set this is to set
    # GOHOSTARCH=386 on an amd64 machine.
    #
    # GOARCH: The target architecture for installed packages and tools.
    #
    # GOOS: The target operating system for installed packages and tools.
    #
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:48:46 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  9. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r51/TaskExecutionResultCrossVersionSpec.groovy

                    enabled = false
                }
            """
    
            when:
            runBuild('disabledTask')
    
            then:
            taskSkippedResult(':disabledTask')
        }
    
        def "reports execution reason for executed task without declared outputs"() {
            given:
            buildFile << """
                task helloWorld {
                    doFirst { println "Hello, World!" }
                }
            """
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  10. pilot/pkg/serviceregistry/serviceregistry_test.go

    		if ev := fx.WaitOrFail(t, "xds full"); !ev.Reason.Has(model.EndpointUpdate) {
    			t.Fatalf("xds push reason does not contain %v: %v", model.EndpointUpdate, ev)
    		}
    		// headless service update must trigger nds push, so we trigger a full push.
    		if ev := fx.WaitOrFail(t, "xds full"); !ev.Reason.Has(model.HeadlessEndpointUpdate) {
    			t.Fatalf("xds push reason does not contain %v: %v", model.HeadlessEndpointUpdate, ev)
    		}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 51.2K bytes
    - Viewed (0)
Back to top