Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 1,428 for Cleaning (0.16 sec)

  1. cmd/kube-apiserver/app/testing/testserver.go

    	if err != nil {
    		return result, fmt.Errorf("failed to create temp dir: %v", err)
    	}
    
    	var errCh chan error
    	tearDown := func() {
    		// Cancel is stopping apiserver and cleaning up
    		// after itself, including shutting down its storage layer.
    		tCtx.Cancel("tearing down")
    
    		// If the apiserver was started, let's wait for it to
    		// shutdown clearly.
    		if errCh != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 18:59:21 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  2. tests/integration/helm/util.go

    		}
    	}
    }
    
    // DeleteIstio deletes installed Istio Helm charts and resources
    func DeleteIstio(t framework.TestContext, h *helm.Helm, cs *kube.Cluster, config NamespaceConfig, isAmbient bool) {
    	scopes.Framework.Infof("cleaning up resources")
    	if err := h.DeleteChart(IngressReleaseName, config.Get(IngressReleaseName)); err != nil {
    		t.Errorf("failed to delete %s release: %v", IngressReleaseName, err)
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go

    	{132, "ENOBUFS", "no buffer space available"},
    	{133, "EISCONN", "transport endpoint is already connected"},
    	{134, "ENOTCONN", "transport endpoint is not connected"},
    	{135, "EUCLEAN", "structure needs cleaning"},
    	{137, "ENOTNAM", "not a XENIX named type file"},
    	{138, "ENAVAIL", "no XENIX semaphores available"},
    	{139, "EISNAM", "is a named type file"},
    	{140, "EREMOTEIO", "remote I/O error"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/native/building_swift_projects.adoc

     * For applications, Gradle also supports installing and running the executable with all of its shared library dependencies in a known location.
    
    [[sec:cleaning_swift_build]]
    == Cleaning the build
    
    The Swift Application and Library Plugins add a `clean` task to you project by using the <<base_plugin.adoc#base_plugin,base plugin>>.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

    	{113, "EHOSTUNREACH", "no route to host"},
    	{114, "EALREADY", "operation already in progress"},
    	{115, "EINPROGRESS", "operation now in progress"},
    	{116, "ESTALE", "stale file handle"},
    	{117, "EUCLEAN", "structure needs cleaning"},
    	{118, "ENOTNAM", "not a XENIX named type file"},
    	{119, "ENAVAIL", "no XENIX semaphores available"},
    	{120, "EISNAM", "is a named type file"},
    	{121, "EREMOTEIO", "remote I/O error"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go

    	{132, "ENOBUFS", "no buffer space available"},
    	{133, "EISCONN", "transport endpoint is already connected"},
    	{134, "ENOTCONN", "transport endpoint is not connected"},
    	{135, "EUCLEAN", "structure needs cleaning"},
    	{137, "ENOTNAM", "not a XENIX named type file"},
    	{138, "ENAVAIL", "no XENIX semaphores available"},
    	{139, "EISNAM", "is a named type file"},
    	{140, "EREMOTEIO", "remote I/O error"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/native/building_cpp_projects.adoc

     * For applications, Gradle also supports installing and running the executable with all of its shared library dependencies in a known location.
    
    [[sec:cleaning_cpp_build]]
    == Cleaning the build
    
    The {cpp} Application and Library Plugins add a `clean` task to you project by using the <<base_plugin.adoc#base_plugin,base plugin>>.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 17.3K bytes
    - Viewed (0)
  8. cmd/erasure-object_test.go

    	defer cancel()
    
    	var objLayer ObjectLayer
    	var disks []string
    	var err error
    	var opts ObjectOptions
    
    	objLayer, disks, err = prepareErasure16(ctx)
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	// cleaning up of temporary test directories
    	defer objLayer.Shutdown(context.Background())
    	defer removeRoots(disks)
    
    	err = objLayer.MakeBucket(ctx, "bucket1", MakeBucketOptions{})
    	if err != nil {
    		t.Fatal(err)
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jan 30 20:43:25 UTC 2024
    - 36.8K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	{113, "EHOSTUNREACH", "no route to host"},
    	{114, "EALREADY", "operation already in progress"},
    	{115, "EINPROGRESS", "operation now in progress"},
    	{116, "ESTALE", "stale file handle"},
    	{117, "EUCLEAN", "structure needs cleaning"},
    	{118, "ENOTNAM", "not a XENIX named type file"},
    	{119, "ENAVAIL", "no XENIX semaphores available"},
    	{120, "EISNAM", "is a named type file"},
    	{121, "EREMOTEIO", "remote I/O error"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go

    	{113, "EHOSTUNREACH", "no route to host"},
    	{114, "EALREADY", "operation already in progress"},
    	{115, "EINPROGRESS", "operation now in progress"},
    	{116, "ESTALE", "stale file handle"},
    	{117, "EUCLEAN", "structure needs cleaning"},
    	{118, "ENOTNAM", "not a XENIX named type file"},
    	{119, "ENAVAIL", "no XENIX semaphores available"},
    	{120, "EISNAM", "is a named type file"},
    	{121, "EREMOTEIO", "remote I/O error"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 33.9K bytes
    - Viewed (0)
Back to top