Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 2,179 for Defaults (0.26 sec)

  1. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/testdata/controller-roles.yaml

      kind: ClusterRole
      metadata:
        annotations:
          rbac.authorization.kubernetes.io/autoupdate: "true"
        creationTimestamp: null
        labels:
          kubernetes.io/bootstrapping: rbac-defaults
        name: system:controller:attachdetach-controller
      rules:
      - apiGroups:
        - ""
        resources:
        - persistentvolumeclaims
        - persistentvolumes
        verbs:
        - list
        - watch
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 26.6K bytes
    - Viewed (0)
  2. pkg/kube/inject/template.go

    	if proto.Equal(pc.EnvoyMetricsService, defaults.EnvoyMetricsService) {
    		pc.EnvoyMetricsService = nil
    	}
    	if proto.Equal(pc.EnvoyAccessLogService, defaults.EnvoyAccessLogService) {
    		pc.EnvoyAccessLogService = nil
    	}
    	if proto.Equal(pc.Tracing, defaults.Tracing) {
    		pc.Tracing = nil
    	}
    	if pc.ProxyAdminPort == defaults.ProxyAdminPort {
    		pc.ProxyAdminPort = 0
    	}
    	if pc.StatNameLength == defaults.StatNameLength {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 16 02:12:03 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  3. platforms/jvm/language-jvm/src/main/java/org/gradle/api/tasks/compile/CompileOptions.java

         */
        @Console
        public boolean isListFiles() {
            return listFiles;
        }
    
        /**
         * Sets whether to log the files to be compiled. Defaults to {@code false}.
         */
        public void setListFiles(boolean listFiles) {
            this.listFiles = listFiles;
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 08:40:36 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  4. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/testdata/cluster-roles.yaml

        creationTimestamp: null
        labels:
          kubernetes.io/bootstrapping: rbac-defaults
        name: admin
      rules: null
    - apiVersion: rbac.authorization.k8s.io/v1
      kind: ClusterRole
      metadata:
        annotations:
          rbac.authorization.kubernetes.io/autoupdate: "true"
        creationTimestamp: null
        labels:
          kubernetes.io/bootstrapping: rbac-defaults
        name: cluster-admin
      rules:
      - apiGroups:
        - '*'
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 18 08:11:08 UTC 2023
    - 24.1K bytes
    - Viewed (0)
  5. build/root/Makefile

    #  FOCUS: Regexp that matches the tests to be run.  Defaults to "".
    #  SKIP: Regexp that matches the tests that needs to be skipped.
    #    Defaults to "\[Flaky\]|\[Slow\]|\[Serial\]".
    #  TEST_ARGS: A space-separated list of arguments to pass to node e2e test.
    #    Defaults to "".
    #  RUN_UNTIL_FAILURE: If true, pass --until-it-fails=true to ginkgo so tests are run
    #    repeatedly until they fail.  Defaults to false.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  6. cmd/kube-scheduler/app/options/options_test.go

    							QueueSort:  defaults.PluginsV1.QueueSort,
    							PreFilter:  defaults.PluginsV1.PreFilter,
    							Filter:     defaults.PluginsV1.Filter,
    							PostFilter: defaults.PluginsV1.PostFilter,
    							PreScore: kubeschedulerconfig.PluginSet{
    								Enabled: []kubeschedulerconfig.Plugin{
    									{Name: "InterPodAffinity"},
    								},
    							},
    							Score:      defaults.PluginsV1.Score,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 13 07:42:19 UTC 2023
    - 30.3K bytes
    - Viewed (0)
  7. platforms/jvm/jacoco/src/main/java/org/gradle/testing/jacoco/plugins/JacocoTaskExtension.java

         */
        @Input
        public boolean isDumpOnExit() {
            return dumpOnExit;
        }
    
        public void setDumpOnExit(boolean dumpOnExit) {
            this.dumpOnExit = dumpOnExit;
        }
    
        /**
         * The type of output to generate. Defaults to {@link Output#FILE}.
         */
        @Input
        public Output getOutput() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 14:04:39 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  8. manifests/addons/dashboards/ztunnel-dashboard.gen.json

          {
             "datasource": {
                "type": "datasource",
                "uid": "-- Mixed --"
             },
             "description": "Version number of each running instance",
             "fieldConfig": {
                "defaults": {
                   "custom": {
                      "fillOpacity": 10,
                      "gradientMode": "hue",
                      "showPoints": "never"
                   }
                }
             },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  9. manifests/addons/dashboards/pilot-dashboard.gen.json

          {
             "datasource": {
                "type": "datasource",
                "uid": "-- Mixed --"
             },
             "description": "Version number of each running instance",
             "fieldConfig": {
                "defaults": {
                   "custom": {
                      "fillOpacity": 10,
                      "gradientMode": "hue",
                      "showPoints": "never"
                   }
                }
             },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  10. pkg/test/framework/components/istio/config.go

    	// IntegrationTestExternalIstiodConfigDefaultsIOP is the path of the default IstioOperator spec to use
    	// on external istiod config clusters for integration tests
    	IntegrationTestExternalIstiodConfigDefaultsIOP = "tests/integration/iop-externalistiod-config-integration-test-defaults.yaml"
    
    	// IntegrationTestAmbientDefaultsIOP is the path of the default IstioOperator for ambient
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 20:33:28 UTC 2024
    - 14.8K bytes
    - Viewed (0)
Back to top