Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 1,650 for Required (0.17 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/internal/component/ResolutionFailureHandlerIntegrationTest.groovy

     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     *      http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:55:38 UTC 2024
    - 45K bytes
    - Viewed (0)
  2. pkg/bootstrap/config.go

    			// only consider proxy config if annotation is not set instead of merging.
    			inclusionOption = proxyConfigOption
    		}
    
    		if len(required) > 0 {
    			inclusionOption = append(inclusionOption, strings.Split(required, ",")...)
    		}
    
    		// At the sidecar we can limit downstream metrics collection to the inbound listener.
    		// Inbound downstream metrics are named as: http.{pod_ip}_{port}.downstream_rq_*
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/batch/v1/generated.proto

      // At least one element is required. At most 255 elements are allowed.
      // +listType=set
      repeated int32 values = 3;
    }
    
    // PodFailurePolicyOnPodConditionsPattern describes a pattern for matching
    // an actual pod condition type.
    message PodFailurePolicyOnPodConditionsPattern {
      // Specifies the required Pod condition type. To match a pod condition
      // it is required that specified type equals the pod condition type.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/apis/kubeadm/v1beta4/types.go

    type ExternalEtcd struct {
    	// Endpoints of etcd members. Required for ExternalEtcd.
    	Endpoints []string `json:"endpoints"`
    
    	// CAFile is an SSL Certificate Authority file used to secure etcd communication.
    	// Required if using a TLS connection.
    	CAFile string `json:"caFile"`
    
    	// CertFile is an SSL certification file used to secure etcd communication.
    	// Required if using a TLS connection.
    	CertFile string `json:"certFile"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  5. subprojects/core/src/test/groovy/org/gradle/internal/classpath/DefaultCachedClasspathTransformerTest.groovy

            def jar = testDir.file("${cl.name}.jar")
            classpathBuilder.jar(jar) { builder ->
                ([cl] + additional.toList()).forEach { required ->
                    def fileName = required.name.replace('.', '/') + ".class"
                    def content = required.classLoader.getResource(fileName).bytes
                    builder.put(fileName, content)
                }
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 20.8K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/model/GraphVariantSelector.java

     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     *      http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 19:04:04 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  7. platforms/core-runtime/wrapper-main/src/executable/resources/META-INF/LICENSE

          names, trademarks, service marks, or product names of the Licensor,
          except as required for reasonable and customary use in describing the
          origin of the Work and reproducing the content of the NOTICE file.
    
       7. Disclaimer of Warranty. Unless required by applicable law or
          agreed to in writing, Licensor provides the Work (and each
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:54:32 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  8. hack/unwanted-dependencies.json

          "github.com/influxdata/influxdb1-client": "db/datastore clients should not be required",
          "github.com/json-iterator/go": "refer to #105030",
          "github.com/mailru/easyjson": "unmaintained",
          "github.com/miekg/dns": "no dns client/server should be required",
          "github.com/mindprince/gonvml": "depends on nvml.h that does not appear to permit modification, redistribution",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 13 12:31:38 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  9. pkg/scheduler/apis/config/validation/validation.go

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    
        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 06:27:01 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  10. LICENSES/vendor/sigs.k8s.io/yaml/LICENSE

          names, trademarks, service marks, or product names of the Licensor,
          except as required for reasonable and customary use in describing the
          origin of the Work and reproducing the content of the NOTICE file.
    
       7. Disclaimer of Warranty. Unless required by applicable law or
          agreed to in writing, Licensor provides the Work (and each
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 13:42:44 UTC 2024
    - 15.9K bytes
    - Viewed (0)
Back to top