Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,215 for DISABLED (0.22 sec)

  1. pilot/pkg/xds/testdata/benchmarks/disabled.yaml

    John Howard <******@****.***> 1690596648 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jul 29 02:10:48 UTC 2023
    - 595 bytes
    - Viewed (0)
  2. pkg/monitoring/disabled.go

    John Howard <******@****.***> 1689625552 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 17 20:25:52 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  3. releasenotes/notes/inject-disabled.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    issue:
    - 35271
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Oct 29 18:37:50 UTC 2021
    - 250 bytes
    - Viewed (0)
  4. pkg/kube/inject/testdata/inject/hello-tracing-disabled.yaml

    Aleksandr Prusov <******@****.***> 1679361799 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 21 01:23:19 UTC 2023
    - 461 bytes
    - Viewed (0)
  5. releasenotes/notes/check-disabled-status.yaml

    lei-tang <******@****.***> 1686256325 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 08 20:32:05 UTC 2023
    - 176 bytes
    - Viewed (0)
  6. pkg/kube/inject/testdata/inject/hello-tracing-disabled.yaml.injected

    John Howard <******@****.***> 1709052916 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  7. releasenotes/notes/wait-when-distribution-tracing-disabled.yaml

    Xiaopeng Han <******@****.***> 1679024620 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 17 03:43:40 UTC 2023
    - 212 bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/RepositoryDisabler.java

         * that exception is deemed critical.
         *
         * @param repositoryId the id of the repository to disable
         * @param throwable the reason why the repository is being disabled
         * @return {@code true} if the repository is now disabled, {@code false} if it was already disabled or could not be disabled
         * (<strong>Be sure to note the ambiguity in this value</strong>)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 19:29:11 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  9. pilot/pkg/model/telemetry_metric_test.go

    			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",
    			metrics: []*tpb.Metrics{disableAllWithoutMode},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 16 03:24:36 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  10. internal/bucket/replication/rule.go

    package replication
    
    import (
    	"bytes"
    	"encoding/xml"
    )
    
    // Status represents Enabled/Disabled status
    type Status string
    
    // Supported status types
    const (
    	Enabled  Status = "Enabled"
    	Disabled Status = "Disabled"
    )
    
    // DeleteMarkerReplication - whether delete markers are replicated - https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-add-config.html
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jan 24 23:22:20 UTC 2022
    - 8.3K bytes
    - Viewed (0)
Back to top