Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 1,097 for DISABLE (0.11 sec)

  1. pilot/pkg/model/telemetry_metric_test.go

    			},
    		},
    		{
    			name:    "disable all metrics",
    			metrics: []*tpb.Metrics{disableAll},
    			mesh:    withMetricsProviders,
    			expected: map[string]metricsConfig{
    				"prometheus": {
    					ClientMetrics: metricConfig{
    						Disabled: true,
    					},
    					ServerMetrics: metricConfig{
    						Disabled: true,
    					},
    				},
    			},
    		},
    		{
    			name:    "disable all metrics without mode",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 16 03:24:36 UTC 2023
    - 5.9K 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. tests/integration/create_cluster_gke.sh

      echo ''
      # shellcheck disable=SC2016
      echo '  -p: Specifies the GCP Project name. (defaults to $PROJECT_NAME, or current GCP project if unspecified).'
      # shellcheck disable=SC2016
      echo '  -z: Specifies the zone. (defaults to $ZONE, or "us-central1-f").'
      # shellcheck disable=SC2016
      echo '  -c: Specifies the cluster name. (defaults to $CLUSTER_NAME, or "istio-e2e").'
      # shellcheck disable=SC2016
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 12 16:02:51 UTC 2022
    - 3.8K bytes
    - Viewed (0)
  4. 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)
  5. WORKSPACE

    # buildifier: disable=load-on-top
    
    workspace(name = "org_tensorflow")
    
    # buildifier: disable=load-on-top
    
    # We must initialize hermetic python first.
    load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
    
    http_archive(
        name = "bazel_skylib",
        sha256 = "74d544d96f4a5bb630d465ca8bbcfe231e3594e5aae57e1edbf17a6eb3ca2506",
        urls = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 05 22:27:48 UTC 2024
    - 3K 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. ci/official/containers/linux_arm64/builder.devtoolset/build_devtoolset.sh

    "${TARGET}-src/configure" \
          --prefix="${TARGET}/usr" \
          --with-sysroot="/${TARGET}" \
          --disable-bootstrap \
          --disable-libmpx \
          --enable-libsanitizer \
          --disable-libunwind-exceptions \
          --disable-libunwind-exceptions \
          --disable-lto \
          --disable-multilib \
          --enable-__cxa_atexit \
          --enable-gnu-indirect-function \
          --enable-gnu-unique-object \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 29 00:26:34 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  8. 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)
  9. maven-settings-builder/src/main/java/org/apache/maven/settings/building/SettingsBuildingRequest.java

         * settings and global settings are given, the user settings take precedence.
         *
         * @param globalSettingsFile The global settings file, may be {@code null} to disable global settings.
         * @return This request, never {@code null}.
         */
        SettingsBuildingRequest setGlobalSettingsFile(File globalSettingsFile);
    
        /**
         * Gets the global settings source.
         *
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  10. 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)
Back to top