Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 788 for nTables (0.14 sec)

  1. cluster/addons/calico-policy-controller/felixconfigurations-crd.yaml

                    type: string
                  routeTableRange:
                    description: Calico programs additional Linux route tables for various
                      purposes.  RouteTableRange specifies the indices of the route tables
                      that Calico should use.
                    properties:
                      max:
                        type: integer
                      min:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 29.1K bytes
    - Viewed (0)
  2. pkg/proxy/apis/config/types.go

    	IPVS KubeProxyIPVSConfiguration
    	// winkernel contains winkernel-related configuration options.
    	Winkernel KubeProxyWinkernelConfiguration
    	// nftables contains nftables-related configuration options.
    	NFTables KubeProxyNFTablesConfiguration
    
    	// detectLocalMode determines mode to use for detecting local traffic, defaults to LocalModeClusterCIDR
    	DetectLocalMode LocalMode
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 13K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/flags.h

      bool always_specialize;
      bool cost_driven_async_parallel_for;
    
      // Enables tracking of the "live" JitRt queries to, on a crash, identify the
      // "query of death". See TfJitRtQueryOfDeathLogger.
      bool log_query_of_death;
    
      // Enable vectorization, which requires tiling and peeling on different ops.
      bool vectorize;
    
      // Enables crash reproducer for JitRt MLIR pass manager.
      bool enable_crash_reproducer;
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/flags.cc

           Flag("tf_mlir_enable_mlir_bridge", &enable_mlir_bridge,
                "Enables experimental MLIR-Based TensorFlow Compiler Bridge.",
                &enable_mlir_bridge_is_explicit),
           Flag("tf_mlir_enable_merge_control_flow_pass",
                &enable_mlir_merge_control_flow_pass,
                "Enables MergeControlFlow pass for MLIR-Based TensorFlow Compiler "
                "Bridge."),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  5. pkg/features/kube_features.go

    	// owner: @thockin
    	// deprecated: v1.29
    	//
    	// Enables Service.status.ingress.loadBanace to be set on
    	// services of types other than LoadBalancer.
    	AllowServiceLBStatusOnNonLB featuregate.Feature = "AllowServiceLBStatusOnNonLB"
    
    	// owner: @bswartz
    	// alpha: v1.18
    	// beta: v1.24
    	//
    	// Enables usage of any object for volume data source in PVCs
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 22:51:23 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/text/internal/language/compact/language.go

    // license that can be found in the LICENSE file.
    
    //go:generate go run gen.go gen_index.go -output tables.go
    //go:generate go run gen_parents.go
    
    package compact
    
    // TODO: Remove above NOTE after:
    // - verifying that tables are dropped correctly (most notably matcher tables).
    
    import (
    	"strings"
    
    	"golang.org/x/text/internal/language"
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  7. pkg/util/iptables/iptables.go

    	// Monitor detects when the given iptables tables have been flushed by an external
    	// tool (e.g. a firewall reload) by creating canary chains and polling to see if
    	// they have been deleted. (Specifically, it polls tables[0] every interval until
    	// the canary has been deleted from there, then waits a short additional time for
    	// the canaries to be deleted from the remaining tables as well. You can optimize
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 28.6K bytes
    - Viewed (0)
  8. cluster/addons/calico-policy-controller/kubecontrollersconfigurations-crd.yaml

                properties:
                  controllers:
                    description: Controllers enables and configures individual Kubernetes
                      controllers
                    properties:
                      namespace:
                        description: Namespace enables and configures the namespace controller.
                          Enabled by default, set to nil to disable.
                        properties:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 11K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/collect/package-info.java

     *   <dd>An extension of {@link java.util.Map} that guarantees the uniqueness of its values as well
     *       as that of its keys. This is sometimes called an "invertible map," since the restriction on
     *       values enables it to support an {@linkplain BiMap#inverse inverse view} -- which is another
     *       instance of {@code BiMap}.
     *   <dt>{@link Table}
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Jul 06 16:29:45 UTC 2023
    - 5K bytes
    - Viewed (0)
  10. guava/src/com/google/common/collect/package-info.java

     *   <dd>An extension of {@link java.util.Map} that guarantees the uniqueness of its values as well
     *       as that of its keys. This is sometimes called an "invertible map," since the restriction on
     *       values enables it to support an {@linkplain BiMap#inverse inverse view} -- which is another
     *       instance of {@code BiMap}.
     *   <dt>{@link Table}
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Jul 06 16:29:45 UTC 2023
    - 5K bytes
    - Viewed (0)
Back to top