Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 317 for dropg (0.04 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go

    	{"net.inet.ip.encdebug", []_C_int{4, 2, 0, 12}},
    	{"net.inet.ip.forwarding", []_C_int{4, 2, 0, 1}},
    	{"net.inet.ip.ifq.congestion", []_C_int{4, 2, 0, 30, 4}},
    	{"net.inet.ip.ifq.drops", []_C_int{4, 2, 0, 30, 3}},
    	{"net.inet.ip.ifq.len", []_C_int{4, 2, 0, 30, 1}},
    	{"net.inet.ip.ifq.maxlen", []_C_int{4, 2, 0, 30, 2}},
    	{"net.inet.ip.maxqueue", []_C_int{4, 2, 0, 11}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  2. src/syscall/zsysctl_openbsd.go

    	{"net.inet.ip.encdebug", []_C_int{4, 2, 0, 12}},
    	{"net.inet.ip.forwarding", []_C_int{4, 2, 0, 1}},
    	{"net.inet.ip.ifq.congestion", []_C_int{4, 2, 0, 30, 4}},
    	{"net.inet.ip.ifq.drops", []_C_int{4, 2, 0, 30, 3}},
    	{"net.inet.ip.ifq.len", []_C_int{4, 2, 0, 30, 1}},
    	{"net.inet.ip.ifq.maxlen", []_C_int{4, 2, 0, 30, 2}},
    	{"net.inet.ip.maxqueue", []_C_int{4, 2, 0, 11}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 11.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/resource_op_lifting_cleanup.cc

      // those as well.
      int num_args = cloned_branches[0].getNumArguments();
      llvm::BitVector used_args(num_args);
      for (func::FuncOp func : branches) {
        for (BlockArgument arg : func.getArguments()) {
          if (!arg.use_empty()) used_args.set(arg.getArgNumber());
        }
      }
    
      // There are some unused args that we can drop. Also drop the corresponding
      // input operand.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  4. pkg/util/iptables/testing/fake_test.go

    	if err != nil {
    		t.Errorf("unexpected error creating rule: %v", err)
    	} else if existed {
    		t.Errorf("wrong return value from EnsureRule with non-existent rule")
    	}
    	existed, err = fake.EnsureRule(iptables.Append, iptables.TableNAT, iptables.Chain("KUBE-TEST"), "-j", "DROP")
    	if err != nil {
    		t.Errorf("unexpected error creating rule: %v", err)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  5. pkg/proxy/nftables/helpers_test.go

    	add element ip testing no-endpoint-nodeports { tcp . 3001 comment "ns2/svc2:p80" : drop }
    	add element ip testing no-endpoint-services { 1.2.3.4 . tcp . 80 comment "ns2/svc2:p80" : drop }
    	add element ip testing no-endpoint-services { 192.168.99.22 . tcp . 80 comment "ns2/svc2:p80" : drop }
    	`)
    
    var testExpected = dedent.Dedent(`
    	add table ip testing { comment "rules for kube-proxy" ; }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 09:57:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  6. pkg/securitycontext/accessors_test.go

    			}
    		}
    
    		// Capabilities
    		{
    			modifiedSC := nonNilSC(tc.newSC())
    			m := NewContainerSecurityContextMutator(tc.newSC())
    			modifiedSC.Capabilities = &api.Capabilities{Drop: []api.Capability{"test2"}}
    			m.SetCapabilities(&api.Capabilities{Drop: []api.Capability{"test2"}})
    			if !reflect.DeepEqual(m.ContainerSecurityContext(), modifiedSC) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 22 16:15:27 UTC 2023
    - 27.8K bytes
    - Viewed (0)
  7. pkg/util/iptables/testing/parse_test.go

    				:KUBE-FORWARD - [0:0]
    				:KUBE-NODEPORTS - [0:0]
    				-A KUBE-NODEPORTS -m comment --comment "ns2/svc2:p80 health check node port" -m tcp -p tcp --dport 30000 -j ACCEPT
    				-A KUBE-FORWARD -m conntrack --ctstate INVALID -j DROP
    				-A KUBE-FORWARD -m comment --comment "kubernetes forwarding rules" -m mark --mark 0x4000/0x4000 -j ACCEPT
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 26K bytes
    - Viewed (0)
  8. plugin/pkg/admission/security/podsecurity/testdata/pod_restricted.yaml

          readOnlyRootFilesystem: true
          runAsGroup: 1001
          runAsUser: 1001
          runAsNonRoot: true
          capabilities:
            add:
            - NET_BIND_SERVICE
            drop:
            - ALL
        terminationMessagePath: /dev/termination-log
        terminationMessagePolicy: File
        volumeMounts:
        - mountPath: /kube-dns-config
          name: kube-dns-config
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 04 16:26:30 UTC 2021
    - 18.3K bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inject/hello-multi.yaml.injected

                memory: 1Gi
              requests:
                cpu: 100m
                memory: 128Mi
            securityContext:
              allowPrivilegeEscalation: false
              capabilities:
                drop:
                - ALL
              privileged: false
              readOnlyRootFilesystem: true
              runAsGroup: 1337
              runAsNonRoot: true
              runAsUser: 1337
            startupProbe:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresourcedefinition/strategy_test.go

    			name:             "Ratcheting, For creation, FG disabled, no OptionalOldSelf, no field drop",
    			enableRatcheting: false,
    			crd:              &apiextensions.CustomResourceDefinition{},
    			oldCRD:           nil,
    			expectedCRD:      &apiextensions.CustomResourceDefinition{},
    		},
    		{
    			name:             "Ratcheting, For creation, FG disabled, set OptionalOldSelf, drop OptionalOldSelf",
    			enableRatcheting: false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 44.6K bytes
    - Viewed (0)
Back to top