Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,294 for Disable (0.19 sec)

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

                          Enabled by default, set to nil to disable.
                        properties:
                          hostEndpoint:
                            description: HostEndpoint controls syncing nodes to host endpoints.
                              Disabled by default, set to nil to disable.
                            properties:
                              autoCreate:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 11K bytes
    - Viewed (0)
  2. tests/integration/security/pass_through_filter_chain_test.go

    				// the workload ports are working correctly.
    				{
    					name: "DISABLE",
    					config: `apiVersion: security.istio.io/v1beta1
    kind: PeerAuthentication
    metadata:
      name: mtls
    spec:
      mtls:
        mode: DISABLE`,
    					expected: []expect{
    						{
    							port:              ports.TCPWorkloadOnly,
    							plaintextSucceeds: true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  3. cluster/addons/addon-manager/kube-addons.sh

    fi
    
    # This variable is unused in this file, but not in those that source it.
    # shellcheck disable=SC2034
    ADDON_CHECK_INTERVAL_SEC=${TEST_ADDON_CHECK_INTERVAL_SEC:-60}
    ADDON_PATH=${ADDON_PATH:-/etc/kubernetes/addons}
    
    # This variable is unused in this file, but not in those that source it.
    # shellcheck disable=SC2034
    SYSTEM_NAMESPACE=kube-system
    
    # Addons could use this label with two modes:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Oct 15 05:40:38 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  4. common/config/.golangci.yml

          - prefix(istio.io/) # Groups all imports with the specified Prefix.
      gocritic:
        # Disable all checks.
        # Default: false
        disable-all: true
        # Which checks should be enabled in addition to default checks. Since we don't want
        # all of the default checks, we do the disable-all first.
        enabled-checks:
          - appendCombine
          - argOrder
          - assignOp
          - badCond
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 20:03:06 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/server/resourceconfig/helpers_test.go

    				apiv1.SchemeGroupVersion.WithResource("pods"):                       false,
    			},
    			err: false, // no error for backwards compatibility
    		},
    		{
    			name: "user-explicit-disable-resource-over-user-version-enable-over-user-stability-disable",
    			runtimeConfig: map[string]string{
    				"api/ga":              "false",
    				"apps/v1":             "true",
    				"apps/v1/deployments": "false",
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 23 18:36:33 UTC 2022
    - 25.2K bytes
    - Viewed (0)
  6. cmd/batch-job-common-types_gen.go

    		switch msgp.UnsafeString(field) {
    		case "Disable":
    			if dc.IsNil() {
    				err = dc.ReadNil()
    				if err != nil {
    					err = msgp.WrapError(err, "Disable")
    					return
    				}
    				z.Disable = nil
    			} else {
    				if z.Disable == nil {
    					z.Disable = new(bool)
    				}
    				*z.Disable, err = dc.ReadBool()
    				if err != nil {
    					err = msgp.WrapError(err, "Disable")
    					return
    				}
    			}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Dec 02 10:51:33 UTC 2023
    - 21.9K bytes
    - Viewed (0)
  7. hack/lib/test.sh

    # limitations under the License.
    
    # shellcheck disable=SC2034 # Variables sourced in other scripts.
    
    # A set of helpers for tests
    
    reset=$(tput sgr0)
    bold=$(tput bold)
    black=$(tput setaf 0)
    red=$(tput setaf 1)
    green=$(tput setaf 2)
    readonly reset bold black red green
    
    kube::test::clear_all() {
      if kube::test::if_supports_resource "rc" ; then
        # shellcheck disable=SC2154
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 07 16:46:34 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/optimizing-performance/gradle_daemon.adoc

    === Disable for a build
    
    To disable the Daemon for a single build, pass the `--no-daemon` flag when you run a build:
    
    ----
    $ gradle <task> --no-daemon
    ----
    
    This flag overrides any settings that enable the Daemon in your project including the `gradle.properties` files.
    
    === Disable for a project
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:43:14 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/accesslog_test.go

    					},
    				},
    			},
    		},
    		{
    			name: "disable-accesslog",
    			push: env.PushContext(),
    			proxy: &model.Proxy{
    				ConfigNamespace: "default",
    				Labels:          map[string]string{"app": "test-disable-accesslog"},
    				Metadata:        &model.NodeMetadata{Labels: map[string]string{"app": "test-disable-accesslog"}},
    			},
    			tcp:      &tcp.TcpProxy{},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  10. cluster/addons/calico-policy-controller/felixconfigurations-crd.yaml

                    description: 'Set source-destination-check on AWS EC2 instances. Accepted
                      value must be one of "DoNothing", "Enabled" or "Disabled". [Default:
                      DoNothing]'
                    enum:
                    - DoNothing
                    - Enable
                    - Disable
                    type: string
                  bpfConnectTimeLoadBalancingEnabled:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 29.1K bytes
    - Viewed (0)
Back to top