Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 124 for createfing (0.17 sec)

  1. staging/src/k8s.io/apiserver/pkg/registry/rest/resttest/resttest.go

    	t.testUpdatePropagatesUpdatedObjectError(valid.DeepCopyObject(), createFn, getFn, opts)
    	t.testUpdateIgnoreGenerationUpdates(valid.DeepCopyObject(), createFn, getFn)
    }
    
    // Test deleting an object.
    func (t *Tester) TestDelete(valid runtime.Object, createFn CreateFunc, getFn GetFunc, isNotFoundFn IsErrorFunc) {
    	dryRunOpts := metav1.DeleteOptions{DryRun: []string{metav1.DryRunAll}}
    	opts := metav1.DeleteOptions{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 55.8K bytes
    - Viewed (0)
  2. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/service/DefaultServiceRegistryTest.groovy

            @Provides
            Long createLong(Long value) {
                return value + 2
            }
    
            @Provides
            Long decorateLong(Long value) {
                return value + 2
            }
        }
    
        private static class TestDecoratingProviderWithCreate implements ServiceRegistrationProvider {
            @Provides
            Long createLong(Long value) {
                return value + 2
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:53:25 UTC 2024
    - 59.8K bytes
    - Viewed (0)
  3. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CopyTaskIntegrationSpec.groovy

            given:
            file("files/sub/a.txt").createFile()
            file("files/sub/dir/b.txt").createFile()
            file("files/sub/ignore/ignore.txt").createFile()
            file("files/dir/sub/dir/c.txt").createFile()
            file("files/dir/sub/dir/ignore/dir/ignore.txt").createFile()
            file("files/ignore/sub/ignore.txt").createFile()
            file("files/ignore.txt").createFile()
            file("files/other/ignore.txt").createFile()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  4. plugin/pkg/admission/resourcequota/admission_test.go

    	informerFactory := informers.NewSharedInformerFactory(kubeClient, 0)
    
    	handler, err := createHandler(kubeClient, informerFactory, stopCh)
    	if err != nil {
    		t.Errorf("Error occurred while creating admission plugin: %v", err)
    	}
    
    	namespace := "default"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:28:42 UTC 2024
    - 84.1K bytes
    - Viewed (0)
  5. pkg/kubelet/server/server_test.go

    				return
    			}
    
    			conn, err := upgradeRoundTripper.NewConnection(resp)
    			require.NoError(t, err, "creating streaming connection")
    			defer conn.Close()
    
    			h := http.Header{}
    			h.Set(api.StreamType, api.StreamTypeError)
    			_, err = conn.CreateStream(h)
    			require.NoError(t, err, "creating error stream")
    
    			if test.stdin {
    				h.Set(api.StreamType, api.StreamTypeStdin)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    [[sec:creating_uber_jar_example]]
    == Creating "uber" or "fat" JARs
    
    In Java, applications and their dependencies were typically packaged as separate JARs within a single distribution archive.
    That still happens, but another approach that is now common is placing the classes and resources of the dependencies directly into the application JAR, creating what is known as an Uber or fat JAR.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  7. cluster/gce/windows/k8s-node-setup.psm1

      cd $LOGGINGAGENT_ROOT
    
      Log-Output "Creating service: ${LOGGINGAGENT_SERVICE}"
      sc.exe create $LOGGINGAGENT_SERVICE binpath= "${LOGGINGAGENT_ROOT}\bin\fluent-bit.exe -c \fluent-bit\conf\fluent-bit.conf"
      sc.exe failure $LOGGINGAGENT_SERVICE reset= 30 actions= restart/5000
      Write-VerboseServiceInfoToConsole -Service $LOGGINGAGENT_SERVICE
    
      Log-Output "Creating service: ${LOGGINGEXPORTER_SERVICE}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  8. src/syscall/syscall_windows.go

    			// the Unix open system call is to preserve the
    			// existing permissions. If we pass CREATE_ALWAYS
    			// and FILE_ATTRIBUTE_READONLY to CreateFile,
    			// and the file already exists, CreateFile will
    			// change the file permissions.
    			// Avoid that to preserve the Unix semantics.
    			h, e := CreateFile(pathp, access, sharemode, sa, TRUNCATE_EXISTING, FILE_ATTRIBUTE_NORMAL, 0)
    			switch e {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 52.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/cli-runtime/pkg/resource/builder_test.go

    }
    
    func createTestDir(t *testing.T, path string) {
    	if err := os.MkdirAll(path, 0750); err != nil {
    		t.Fatalf("error creating test dir: %v", err)
    	}
    }
    
    func writeTestFile(t *testing.T, path string, contents string) {
    	if err := os.WriteFile(path, []byte(contents), 0644); err != nil {
    		t.Fatalf("error creating test file %#v", err)
    	}
    }
    
    func TestFilenameOptionsValidate(t *testing.T) {
    	testcases := []struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 11:58:41 UTC 2023
    - 56.1K bytes
    - Viewed (0)
  10. pkg/proxy/winkernel/proxier.go

    			} else {
    				klog.V(3).InfoS("Skipped creating Hns LoadBalancer for loadBalancer Ingress resources", "lbIngressIP", lbIngressIP)
    			}
    
    			if proxier.forwardHealthCheckVip && gatewayHnsendpoint != nil && endpointsAvailableForLB {
    				// Avoid creating health check loadbalancer if all the endpoints are terminating
    				nodeport := proxier.healthzPort
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
Back to top