Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 44 for Enforce (0.16 sec)

  1. prow/config/calico.yaml

                      [Default: false]'
                    type: boolean
                  bpfEnforceRPF:
                    description: 'BPFEnforceRPF enforce strict RPF on all host interfaces
                      with BPF programs regardless of what is the per-interfaces or global
                      setting. Possible values are Disabled, Strict or Loose. [Default:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    			return
    		}
    
    		if sc.tlsState.ServerName == "" {
    			// Client must use SNI, but we don't enforce that anymore,
    			// since it was causing problems when connecting to bare IP
    			// addresses during development.
    			//
    			// TODO: optionally enforce? Or enforce at the time we receive
    			// a new request, and verify the ServerName matches the :authority?
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.26.md

      - [Changelog since v1.26.5](#changelog-since-v1265)
      - [Important Security Information](#important-security-information-2)
        - [CVE-2023-2728: Bypassing enforce mountable secrets policy imposed by the ServiceAccount admission plugin](#cve-2023-2728-bypassing-enforce-mountable-secrets-policy-imposed-by-the-serviceaccount-admission-plugin)
      - [Changes by Kind](#changes-by-kind-9)
        - [Feature](#feature-9)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.25.md

      - [Changelog since v1.25.10](#changelog-since-v12510)
      - [Important Security Information](#important-security-information-2)
        - [CVE-2023-2728: Bypassing enforce mountable secrets policy imposed by the ServiceAccount admission plugin](#cve-2023-2728-bypassing-enforce-mountable-secrets-policy-imposed-by-the-serviceaccount-admission-plugin)
      - [Changes by Kind](#changes-by-kind-4)
        - [Feature](#feature-4)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.6.md

    * New Kubelet flag `--enforce-node-allocatable` with a default value of `pods` is added which will make kubelet create a top level cgroup for all pods to enforce Node Allocatable. Optionally, `system-reserved` & `kube-reserved` values can also be specified separated by comma to enforce node allocatable on cgroups specified via `--system-reserved-cgroup` & `--kube-reserved-cgroup` respectively. Note the...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.27.md

      - [Changelog since v1.27.2](#changelog-since-v1272)
      - [Important Security Information](#important-security-information-3)
        - [CVE-2023-2728: Bypassing enforce mountable secrets policy imposed by the ServiceAccount admission plugin](#cve-2023-2728-bypassing-enforce-mountable-secrets-policy-imposed-by-the-serviceaccount-admission-plugin)
      - [Changes by Kind](#changes-by-kind-12)
        - [Feature](#feature-11)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  7. pkg/apis/core/types.go

    	// to start, and allow all already-running pods to continue running.
    	// Enforced by the scheduler.
    	TaintEffectNoSchedule TaintEffect = "NoSchedule"
    	// Like TaintEffectNoSchedule, but the scheduler tries not to schedule
    	// new pods onto the node, rather than prohibiting new pods from scheduling
    	// onto the node entirely. Enforced by the scheduler.
    	TaintEffectPreferNoSchedule TaintEffect = "PreferNoSchedule"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional ScopeSelector scopeSelector = 3;
    }
    
    // ResourceQuotaStatus defines the enforced hard limits and observed use.
    message ResourceQuotaStatus {
      // Hard is the set of enforced hard limits for each named resource.
      // More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"binaryData": "BinaryData contains the binary data. Each key must consist of alphanumeric characters, '-', '_' or '.'. BinaryData can contain byte sequences that are not in the UTF-8 range. The keys stored in BinaryData must not overlap with the ones in the Data field, this is enforced during validation process. Using this field will require 1.10+ apiserver and kubelet.",...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.15.md

    ### Extensibility around core Kubernetes APIs
    
    #### CustomResourceDefinitions Pruning
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
Back to top