Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 2,485 for cleaning (0.14 sec)

  1. pkg/proxy/ipvs/proxier.go

    	// These are effectively const and do not need the mutex to be held.
    	syncPeriod    time.Duration
    	minSyncPeriod time.Duration
    	// Values are CIDR's to exclude when cleaning up IPVS rules.
    	excludeCIDRs []*net.IPNet
    	// Set to true to set sysctls arp_ignore and arp_announce
    	strictARP      bool
    	iptables       utiliptables.Interface
    	ipvs           utilipvs.Interface
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  2. hack/lib/golang.sh

    #
    # Invokes Go to actually build some packages. If coverage is disabled, simply invokes
    # go install. If coverage is enabled, builds covered binaries using go test, temporarily
    # producing the required unit test files and then cleaning up after itself.
    # Non-covered binaries are then built using go install as usual.
    #
    # See comments in kube::golang::setup_env regarding where built binaries go.
    kube::golang::build_some_binaries() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 32.8K bytes
    - Viewed (0)
  3. src/syscall/zerrors_linux_arm64.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 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
    - 68.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/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
    - 32.3K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_ppc64le.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 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
    - 71.8K bytes
    - Viewed (0)
  6. pkg/controller/volume/persistentvolume/framework_test.go

    // claimWithAnnotation saves given annotation into given claims. Meant to be
    // used to compose claims specified inline in a test.
    // TODO(refactor): This helper function (and other helpers related to claim
    // arrays) could use some cleaning up (most assume an array size of one)-
    // replace with annotateClaim at all callsites. The tests require claimArrays
    // but mostly operate on single claims
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 09:54:00 UTC 2023
    - 38.3K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_ppc64.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
    - 70.9K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_s390x.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 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
    - 73.3K bytes
    - Viewed (0)
  9. pkg/scheduler/framework/interface.go

    type PostBindPlugin interface {
    	Plugin
    	// PostBind is called after a pod is successfully bound. These plugins are
    	// informational. A common application of this extension point is for cleaning
    	// up. If a plugin needs to clean-up its state after a pod is scheduled and
    	// bound, PostBind is the extension point that it should register.
    	PostBind(ctx context.Context, state *CycleState, p *v1.Pod, nodeName string)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 35.4K bytes
    - Viewed (0)
  10. pkg/features/kube_features.go

    	// owner: @yt2985
    	// kep: http://kep.k8s.io/2799
    	// alpha: v1.28
    	// beta: v1.29
    	// GA: v1.30
    	//
    	// Enables cleaning up of secret-based service account tokens.
    	LegacyServiceAccountTokenCleanUp featuregate.Feature = "LegacyServiceAccountTokenCleanUp"
    
    	// owner: @RobertKrawitz
    	// alpha: v1.15
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 22:51:23 UTC 2024
    - 45.2K bytes
    - Viewed (0)
Back to top