Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 2,485 for cleaning (0.14 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.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
    - 36.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.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
    - 36.7K bytes
    - Viewed (0)
  3. build/common.sh

        kube::build::docker_delete_old_containers "${KUBE_DATA_CONTAINER_NAME_BASE}"
        kube::build::docker_delete_old_images "${KUBE_BUILD_IMAGE_REPO}" "${KUBE_BUILD_IMAGE_TAG_BASE}"
    
        V=2 kube::log::status "Cleaning all untagged docker images"
        "${DOCKER[@]}" rmi "$("${DOCKER[@]}" images -q --filter 'dangling=true')" 2> /dev/null || true
      fi
    
      if [[ -d "${LOCAL_OUTPUT_ROOT}" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  4. tests/integration/README.md

    By default, the test framework will cleanup all deployed artifacts after the test run, especially on the Kubernetes
    environment. You can specify the ```--istio.test.nocleanup``` flag to stop the framework from cleaning up the state
    for investigation.
    
    ### Additional Logging
    
    The framework accepts standard istio logging flags. You can use these flags to enable additional logging for both the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  5. pkg/controller/deployment/sync.go

    		}
    	}
    	return scaled, rs, err
    }
    
    // cleanupDeployment is responsible for cleaning up a deployment ie. retains all but the latest N old replica sets
    // where N=d.Spec.RevisionHistoryLimit. Old replica sets are older versions of the podtemplate of a deployment kept
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 05 23:39:52 UTC 2023
    - 24.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/types.go

    	// - OpenAPI publishing
    	// - webhook conversion
    	NonStructuralSchema CustomResourceDefinitionConditionType = "NonStructuralSchema"
    	// Terminating means that the CustomResourceDefinition has been deleted and is cleaning up.
    	Terminating CustomResourceDefinitionConditionType = "Terminating"
    	// KubernetesAPIApprovalPolicyConformant indicates that an API in *.k8s.io or *.kubernetes.io is or is not approved.  For CRDs
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  7. src/path/filepath/path_test.go

    	{`//abc//`, `\\abc\\`},
    	{`\\?\C:\`, `\\?\C:\`},
    	{`\\?\C:\a`, `\\?\C:\a`},
    
    	// Don't allow cleaning to move an element with a colon to the start of the path.
    	{`a/../c:`, `.\c:`},
    	{`a\..\c:`, `.\c:`},
    	{`a/../c:/a`, `.\c:\a`},
    	{`a/../../c:`, `..\c:`},
    	{`foo:bar`, `foo:bar`},
    
    	// Don't allow cleaning to create a Root Local Device path like \??\a.
    	{`/a/../??/a`, `\.\??\a`},
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 22 16:38:19 UTC 2024
    - 47.1K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/walk/order.go

    		n := n.(*ir.ReturnStmt)
    		o.exprList(n.Results)
    		o.out = append(o.out, n)
    
    	// Special: clean case temporaries in each block entry.
    	// Select must enter one of its blocks, so there is no
    	// need for a cleaning at the end.
    	// Doubly special: evaluation order for select is stricter
    	// than ordinary expressions. Even something like p.c
    	// has to be hoisted into a temporary, so that it cannot be
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 02:00:33 UTC 2024
    - 42.7K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_386.go

    	111: "connection refused",
    	112: "host is down",
    	113: "no route to host",
    	114: "operation already in progress",
    	115: "operation now in progress",
    	116: "stale NFS file handle",
    	117: "structure needs cleaning",
    	118: "not a XENIX named type file",
    	119: "no XENIX semaphores available",
    	120: "is a named type file",
    	121: "remote I/O error",
    	122: "disk quota exceeded",
    	123: "no medium found",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  10. pkg/controller/cronjob/cronjob_controllerv2.go

    	updateStatus := false
    	numToDelete := len(js) - int(maxJobs)
    	if numToDelete <= 0 {
    		return updateStatus
    	}
    	logger := klog.FromContext(ctx)
    	logger.V(4).Info("Cleaning up jobs from CronJob list", "deletejobnum", numToDelete, "jobnum", len(js), "cronjob", klog.KObj(cj))
    
    	sort.Sort(byJobStartTime(js))
    	for i := 0; i < numToDelete; i++ {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 03:34:25 UTC 2024
    - 29.2K bytes
    - Viewed (0)
Back to top