Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for untracked (0.38 sec)

  1. prow/config/calico.yaml

                    pattern: ^(?i)(Disabled|Any)?$
                    type: string
                  xdpEnabled:
                    description: 'XDPEnabled enables XDP acceleration for suitable untracked
                      incoming deny rules. [Default: true]'
                    type: boolean
                  xdpRefreshInterval:
                    description: 'XDPRefreshInterval is the period at which Felix re-checks
    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. pkg/apis/core/types.go

    	// +optional
    	Hard ResourceList
    	// A collection of filters that must match each object tracked by a quota.
    	// If not specified, the quota matches all objects.
    	// +optional
    	Scopes []ResourceQuotaScope
    	// ScopeSelector is also a collection of filters like Scopes that must match each object tracked by a quota
    	// but expressed using ScopeSelectorOperator in combination with possible values.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.7.md

    ## **Notable Features**
    
    Features for this release were tracked via the use of the [kubernetes/features](https://github.com/kubernetes/features) issues repo. Each Feature issue is owned by a Special Interest Group from [kubernetes/community](https://github.com/kubernetes/community)
    
    ## Kubefed
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	Probes               uint8
    	Backoff              uint8
    	Options              uint8
    	Rto                  uint32
    	Ato                  uint32
    	Snd_mss              uint32
    	Rcv_mss              uint32
    	Unacked              uint32
    	Sacked               uint32
    	Lost                 uint32
    	Retrans              uint32
    	Fackets              uint32
    	Last_data_sent       uint32
    	Last_ack_sent        uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.23.md

    - When feature gate `JobTrackingWithFinalizers` is enabled:
      - Limit the number of Pods tracked in a single Job sync to avoid starvation of small Jobs.
      - The metric `job_pod_finished_total` counts the number of finished Pods tracked by the Job controller. ([#105197](https://github.com/kubernetes/kubernetes/pull/105197), [@alculquicondor](https://github.com/alculquicondor))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  6. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const WSTOPPED = 127
    pkg syscall (netbsd-arm64-cgo), const WSTOPPED ideal-int
    pkg syscall (netbsd-arm64-cgo), const WUNTRACED = 2
    pkg syscall (netbsd-arm64-cgo), const WUNTRACED ideal-int
    pkg syscall (netbsd-arm64-cgo), func Accept4(int, int) (int, Sockaddr, error)
    pkg syscall (netbsd-arm64-cgo), func Accept(int) (int, Sockaddr, error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.22.md

    the `systemd` driver). Also remove the `IsDockerSystemdCheck` preflight check (warning) that checks if the Docker cgroup driver is set to `systemd`. Ideally such detection / coordination should be on the side of CRI implementers and the kubelet (tracked [here](https://github.com/kubernetes/kubernetes/issues/99808)). Please see the [page](https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver/) on how to configure cgroup drivers with kubeadm manually ([#99647](https:/...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  8. api/go1.16.txt

    pkg syscall (darwin-arm64), const WORDSIZE ideal-int
    pkg syscall (darwin-arm64), const WSTOPPED = 8
    pkg syscall (darwin-arm64), const WSTOPPED ideal-int
    pkg syscall (darwin-arm64), const WUNTRACED = 2
    pkg syscall (darwin-arm64), const WUNTRACED ideal-int
    pkg syscall (darwin-arm64), func Accept(int) (int, Sockaddr, error)
    pkg syscall (darwin-arm64), func Access(string, uint32) error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/types.go

    	// A collection of filters that must match each object tracked by a quota.
    	// If not specified, the quota matches all objects.
    	// +optional
    	// +listType=atomic
    	Scopes []ResourceQuotaScope `json:"scopes,omitempty" protobuf:"bytes,2,rep,name=scopes,casttype=ResourceQuotaScope"`
    	// scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/core/v1/generated.proto

      // A collection of filters that must match each object tracked by a quota.
      // If not specified, the quota matches all objects.
      // +optional
      repeated string scopes = 2;
    
      // scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota
      // but expressed using ScopeSelectorOperator in combination with possible values.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
Back to top