Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of about 10,000 for covering (0.33 sec)

  1. plugin/pkg/admission/resourcequota/admission_test.go

    	stopCh := make(chan struct{})
    	defer close(stopCh)
    
    	informerFactory := informers.NewSharedInformerFactory(kubeClient, 0)
    
    	// disable consumption of cpu unless there is a covering quota.
    	// disable consumption of cpu unless there is a covering quota.
    	config := &resourcequotaapi.Configuration{
    		LimitedResources: []resourcequotaapi.LimitedResource{
    			{
    				Resource:      "pods",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:28:42 UTC 2024
    - 84.1K bytes
    - Viewed (0)
  2. pkg/apis/storagemigration/v1alpha1/zz_generated.defaults.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by defaulter-gen. DO NOT EDIT.
    
    package v1alpha1
    
    import (
    	runtime "k8s.io/apimachinery/pkg/runtime"
    )
    
    // RegisterDefaults adds defaulters functions to the given scheme.
    // Public to allow building arbitrary schemes.
    // All generated defaulters are covering - they call all nested defaulters.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 1013 bytes
    - Viewed (0)
  3. pkg/apis/apidiscovery/v2/zz_generated.defaults.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by defaulter-gen. DO NOT EDIT.
    
    package v2
    
    import (
    	runtime "k8s.io/apimachinery/pkg/runtime"
    )
    
    // RegisterDefaults adds defaulters functions to the given scheme.
    // Public to allow building arbitrary schemes.
    // All generated defaulters are covering - they call all nested defaulters.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 16:40:14 UTC 2024
    - 1007 bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/apis/apiserver/v1beta1/zz_generated.defaults.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by defaulter-gen. DO NOT EDIT.
    
    package v1beta1
    
    import (
    	runtime "k8s.io/apimachinery/pkg/runtime"
    )
    
    // RegisterDefaults adds defaulters functions to the given scheme.
    // Public to allow building arbitrary schemes.
    // All generated defaulters are covering - they call all nested defaulters.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 07:00:31 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/apis/kubeadm/v1beta4/zz_generated.defaults.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by defaulter-gen. DO NOT EDIT.
    
    package v1beta4
    
    import (
    	runtime "k8s.io/apimachinery/pkg/runtime"
    )
    
    // RegisterDefaults adds defaulters functions to the given scheme.
    // Public to allow building arbitrary schemes.
    // All generated defaulters are covering - they call all nested defaulters.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 11:04:08 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  6. pkg/apis/admissionregistration/v1/zz_generated.defaults.go

    )
    
    // RegisterDefaults adds defaulters functions to the given scheme.
    // Public to allow building arbitrary schemes.
    // All generated defaulters are covering - they call all nested defaulters.
    func RegisterDefaults(scheme *runtime.Scheme) error {
    	scheme.AddTypeDefaultingFunc(&v1.MutatingWebhookConfiguration{}, func(obj interface{}) {
    		SetObjectDefaults_MutatingWebhookConfiguration(obj.(*v1.MutatingWebhookConfiguration))
    	})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  7. tests/integration/pilot/multi_version_revision_test.go

    			instances = append(instances, apps.A[0])
    
    			testAllEchoCalls(t, instances)
    		})
    }
    
    // testAllEchoCalls takes list of revisioned namespaces and generates list of echo calls covering
    // communication between every pair of namespaces
    func testAllEchoCalls(t framework.TestContext, echoInstances []echo.Instance) {
    	trafficTypes := []string{"http", "tcp", "grpc"}
    	for _, from := range echoInstances {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/reference/ci-systems/travis-ci.adoc

    As example, this guide is going to focus on a Java-based project.
    More specifically, a Gradle plugin written in Java and tested with https://www.spekframework.org/[Spek].
    First, we'll get the project set up on your local machine before covering the same steps on CI.
    
    Just follow these steps:
    
    === Clone the https://github.com/gradle/gradle-site-plugin[Gradle Site Plugin] repository
    
    [listing.terminal.sample-command]
    ----
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/reference/ci-systems/jenkins.adoc

    As example, this guide is going to focus on a Java-based project.
    More specifically, a Gradle plugin written in Java and tested with https://www.spekframework.org/[Spek].
    First, we'll get the project set up on your local machine before covering the same steps on CI.
    
    Just follow these steps:
    
    === Clone the https://github.com/gradle/gradle-site-plugin[Gradle Site Plugin] repository
    
    [listing.terminal.sample-command]
    ----
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  10. android/guava-testlib/src/com/google/common/collect/testing/TestsForSetsInJavaUtil.java

    import java.util.TreeSet;
    import java.util.concurrent.ConcurrentSkipListSet;
    import java.util.concurrent.CopyOnWriteArraySet;
    import junit.framework.Test;
    import junit.framework.TestSuite;
    
    /**
     * Generates a test suite covering the {@link Set} implementations in the {@link java.util} package.
     * Can be subclassed to specify tests that should be suppressed.
     *
     * @author Kevin Bourrillion
     */
    @GwtIncompatible
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 15.1K bytes
    - Viewed (0)
Back to top