Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 195 for Enabled (0.26 sec)

  1. internal/bucket/lifecycle/lifecycle_test.go

    		Rules: []Rule{
    			{
    				Status:     "Enabled",
    				Filter:     Filter{Prefix: Prefix{string: "prefix-1", set: true}},
    				Expiration: Expiration{Days: ExpirationDays(3)},
    			},
    			{
    				Status:     "Enabled",
    				Filter:     Filter{Prefix: Prefix{string: "prefix-1", set: true}},
    				Expiration: Expiration{Date: midnightTS},
    			},
    			{
    				Status:                      "Enabled",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 01:12:48 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // Controls whether ambient redirection is enabled
      google.protobuf.BoolValue enabled = 1;
    
      // The directory path containing the configuration files for Ambient. Defaults to /etc/ambient-config.
      string configDir = 3;
    
      // If enabled, and ambient is enabled, DNS redirection will be enabled.
      google.protobuf.BoolValue dnsCapture = 5;
    
      // UNSTABLE: If enabled, and ambient is enabled, enables ipv6 support
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  3. pkg/kubelet/apis/config/v1beta1/defaults_test.go

    				Address:            "0.0.0.0",
    				Port:               ports.KubeletPort,
    				Authentication: v1beta1.KubeletAuthentication{
    					Anonymous: v1beta1.KubeletAnonymousAuthentication{Enabled: utilpointer.Bool(false)},
    					Webhook: v1beta1.KubeletWebhookAuthentication{
    						Enabled:  utilpointer.Bool(true),
    						CacheTTL: metav1.Duration{Duration: 2 * time.Minute},
    					},
    				},
    				Authorization: v1beta1.KubeletAuthorization{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 51K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/runtime/framework.go

    			continue
    		}
    
    		// track plugins enabled via multipoint separately from those enabled by specific extensions,
    		// so that we can distinguish between double-registration and explicit overrides
    		multiPointEnabled := newOrderedSet()
    		overridePlugins := newOrderedSet()
    		for _, ep := range profile.Plugins.MultiPoint.Enabled {
    			pg, ok := f.pluginsMap[ep.Name]
    			if !ok {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 60.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    func newTestCacher(s storage.Interface) (*Cacher, storage.Versioner, error) {
    	cacher, versioner, err := newTestCacherWithoutSyncing(s)
    	if err != nil {
    		return nil, versioner, err
    	}
    
    	if utilfeature.DefaultFeatureGate.Enabled(features.ResilientWatchCacheInitialization) {
    		// The tests assume that Get/GetList/Watch calls shouldn't fail.
    		// However, 429 error can now be returned if watchcache is under initialization.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  6. pkg/kube/inject/testdata/inputs/enable-core-dump.yaml.5.template.gen.yaml

              capabilities:
            {{- if not (or .Values.pilot.cni.enabled .Values.istio_cni.enabled) }}
                add:
                - NET_ADMIN
                - NET_RAW
            {{- end }}
                drop:
                - ALL
            {{- if not (or .Values.pilot.cni.enabled .Values.istio_cni.enabled) }}
              readOnlyRootFilesystem: false
              runAsGroup: 0
              runAsNonRoot: false
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  7. cmd/kubelet/app/server.go

    	if err := options.ValidateKubeletServer(s); err != nil {
    		return err
    	}
    
    	// Warn if MemoryQoS enabled with cgroups v1
    	if utilfeature.DefaultFeatureGate.Enabled(features.MemoryQoS) &&
    		!isCgroup2UnifiedMode() {
    		klog.InfoS("Warning: MemoryQoS feature only works with cgroups v2 on Linux, but enabled with cgroups v1")
    	}
    	// Obtain Kubelet Lock File
    	if s.ExitOnLockContention && s.LockFilePath == "" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  8. src/runtime/mgc.go

    		schedEnableUser(false)
    	}
    
    	// Enter concurrent mark phase and enable
    	// write barriers.
    	//
    	// Because the world is stopped, all Ps will
    	// observe that write barriers are enabled by
    	// the time we start the world and begin
    	// scanning.
    	//
    	// Write barriers must be enabled before assists are
    	// enabled because they must be enabled before
    	// any non-leaf heap objects are marked. Since
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  9. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    	// to handle it and thus return Queue. This will cause the
    	// scheduler to treat the event as if no event hint callback had been provided.
    	// Developers who want to investigate this can enable a diff at log level 6.
    	if loggerV := logger.V(6); loggerV.Enabled() {
    		loggerV.Info("PodSchedulingContext for pod with unknown changes, maybe schedule", "pod", klog.KObj(pod), "podSchedulingDiff", cmp.Diff(oldPodScheduling, podScheduling))
    	} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  10. operator/cmd/mesh/testdata/manifest-generate/output/sidecar_template.golden.yaml

                  capabilities:
                {{- if not .Values.istio_cni.enabled }}
                    add:
                    - NET_ADMIN
                    - NET_RAW
                {{- end }}
                    drop:
                    - ALL
                {{- if not .Values.istio_cni.enabled }}
                  readOnlyRootFilesystem: false
                  runAsGroup: 0
                  runAsNonRoot: false
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 86.9K bytes
    - Viewed (0)
Back to top