Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 468 for Enforce (0.66 sec)

  1. cmd/kubelet/app/options/options.go

    	fs.StringSliceVar(&c.EnforceNodeAllocatable, "enforce-node-allocatable", c.EnforceNodeAllocatable, "A comma separated list of levels of node allocatable enforcement to be enforced by kubelet. Acceptable options are 'none', 'pods', 'system-reserved', and 'kube-reserved'. If the latter two options are specified, '--system-reserved-cgroup' and '--kube-reserved-cgroup'...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:05 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_controller.go

    	WatchTracker
    
    	// MaxSeatsTracker tracks the maximum seats that should be allocatable from the
    	// work estimator for a given priority level. This controller does not enforce
    	// any limits on max seats stored in this tracker, it is up to the work estimator
    	// to set lower/upper limits on max seats (currently min=1, max=10).
    	MaxSeatsTracker
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 48.8K bytes
    - Viewed (0)
  3. guava/src/com/google/common/util/concurrent/Monitor.java

      //    possible to the thing right before the try. You could have
      //    guard.leave(), but that's a little odd as well because the
      //    guard doesn't have anything to do with leaving. You can't
      //    really enforce that the guard you're leaving is the same one
      //    you entered with, and it doesn't actually matter.
      //
      // 2. Since you can enter the monitor without a guard at all, some
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 18:22:01 UTC 2023
    - 42.5K bytes
    - Viewed (0)
  4. src/cmd/go/internal/modfetch/coderepo.go

    	// pseudo-version is based to refer to some ancestor of the revision. We
    	// prefer the highest such tag when constructing a new pseudo-version, but do
    	// not enforce that property when resolving existing pseudo-versions: we don't
    	// know when the parent tags were added, and the highest-tagged parent may not
    	// have existed when the pseudo-version was first resolved.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:50:24 UTC 2024
    - 38.4K bytes
    - Viewed (0)
  5. src/runtime/mpagealloc.go

    	// The backing store of each summary level is reserved in init
    	// and may or may not be committed in grow (small address spaces
    	// may commit all the memory in init).
    	//
    	// The purpose of keeping len <= cap is to enforce bounds checks
    	// on the top end of the slice so that instead of an unknown
    	// runtime segmentation fault, we get a much friendlier out-of-bounds
    	// error.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 39.2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/declaring_repositories.adoc

    ====
    
    [[sub:fail_build_on_project_repositories]]
    
    Gradle will warn you if a project or a plugin declares a repository in a project.
    
    You can force Gradle to _fail the build_ if you want to enforce that *only* settings repositories are used:
    
    .Enforcing settings repositories
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 43.2K bytes
    - Viewed (0)
  7. src/encoding/xml/xml.go

    	//
    	// Setting:
    	//
    	//	d.Strict = false
    	//	d.AutoClose = xml.HTMLAutoClose
    	//	d.Entity = xml.HTMLEntity
    	//
    	// creates a parser that can handle typical HTML.
    	//
    	// Strict mode does not enforce the requirements of the XML name spaces TR.
    	// In particular it does not reject name space tags using undefined prefixes.
    	// Such tags are recorded with the unknown prefix as the name space URL.
    	Strict bool
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  8. src/runtime/asm_386.s

    	JHI	2(PC)
    	CALL	runtime·abort(SB)
    	RET
    
    // func cputicks() int64
    TEXT runtime·cputicks(SB),NOSPLIT,$0-8
    	// LFENCE/MFENCE instruction support is dependent on SSE2.
    	// When no SSE2 support is present do not enforce any serialization
    	// since using CPUID to serialize the instruction stream is
    	// very costly.
    #ifdef GO386_softfloat
    	JMP	rdtsc  // no fence instructions available
    #endif
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 15:45:13 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  9. helm-releases/minio-5.0.14.tgz

    o/docs/tasks/administer-cluster/declare-network-policy#before-you-begin), and set `networkPolicy.enabled` to `true`. For Kubernetes v1.5 & v1.6, you must also turn on NetworkPolicy by setting the DefaultDeny namespace annotation. Note: this will enforce policy for *all* pods in the namespace: ``` kubectl annotate namespace default "net.beta.kubernetes.io/network-policy={\"ingress\":{\"isolation\":\"DefaultDeny\"}}" ``` With NetworkPolicy enabled, traffic will be limited to just port 9000. For more...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Sep 30 20:46:10 UTC 2023
    - 20.6K bytes
    - Viewed (0)
  10. helm-releases/minio-5.0.15.tgz

    o/docs/tasks/administer-cluster/declare-network-policy#before-you-begin), and set `networkPolicy.enabled` to `true`. For Kubernetes v1.5 & v1.6, you must also turn on NetworkPolicy by setting the DefaultDeny namespace annotation. Note: this will enforce policy for *all* pods in the namespace: ``` kubectl annotate namespace default "net.beta.kubernetes.io/network-policy={\"ingress\":{\"isolation\":\"DefaultDeny\"}}" ``` With NetworkPolicy enabled, traffic will be limited to just port 9000. For more...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jan 12 18:18:57 UTC 2024
    - 20.8K bytes
    - Viewed (0)
Back to top