Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 955 for fulfil (0.17 sec)

  1. pilot/pkg/serviceregistry/util/xdsfake/updater.go

    	}
    	sort.Strings(names)
    	if fx.SplitEvents {
    		for _, n := range names {
    			event := "xds"
    			if req.Full {
    				event += " full"
    			}
    			select {
    			case fx.Events <- Event{Type: event, ID: n}:
    			default:
    			}
    		}
    	} else {
    		id := strings.Join(names, ",")
    		event := "xds"
    		if req.Full {
    			event += " full"
    		}
    		select {
    		case fx.Events <- Event{Type: event, ID: id, Reason: req.Reason}:
    		default:
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 18:40:34 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/cel/limits.go

    	// RFC 3339 dates require YYYY-MM-DD, and then we add 2 to allow for quotation marks
    	JSONDateSize = 12
    	// MinDatetimeSizeJSON is the minimal length of a datetime formatted as RFC 3339
    	// RFC 3339 datetimes require a full date (YYYY-MM-DD) and full time (HH:MM:SS), and we add 3 for
    	// quotation marks like always in addition to the capital T that separates the date and time
    	MinDatetimeSizeJSON = 21
    	// MinStringSize is the size of literal ""
    	MinStringSize = 2
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 17:22:44 UTC 2024
    - 2K bytes
    - Viewed (0)
  3. istioctl/pkg/proxyconfig/proxyconfig.go

    		Example: `  # Retrieve summary about all configuration for a given pod from Envoy.
      istioctl proxy-config all <pod-name[.namespace]>
    
      # Retrieve full cluster dump as JSON
      istioctl proxy-config all <pod-name[.namespace]> -o json
    
      # Retrieve full cluster dump with short syntax
      istioctl pc a <pod-name[.namespace]>
    
      # Retrieve cluster summary without using Kubernetes API
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 03:28:36 UTC 2024
    - 48K bytes
    - Viewed (0)
  4. pkg/controller/resourcequota/resource_quota_controller.go

    				// IMPORTANT:
    				// We do not use this function to queue up a full quota recalculation.  To do so, would require
    				// us to enqueue all quota.Status updates, and since quota.Status updates involve additional queries
    				// that cannot be backed by a cache and result in a full query of a namespace's content, we do not
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  5. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/ProcessFixture.groovy

            }
        }
    
        private static InputStream killScript(Long pid, boolean killTree) {
            if (OperatingSystem.current().unix) {
                // script for killing full process tree
                // TODO: killing full process tree should be removed after fixing GRADLE-3298
                // this script is tested on Linux and MacOSX
                def killScript = '''
    killtree() {
        local _pid=$1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  6. platforms/core-execution/execution-e2e-tests/build.gradle.kts

    plugins {
        id("gradlebuild.internal.java")
    }
    
    description = "Execution engine end-to-end tests"
    
    dependencies {
        integTestImplementation(project(":execution"))
        integTestDistributionRuntimeOnly(project(":distributions-full"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 10:15:40 UTC 2024
    - 237 bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/serviceentry/controller.go

    	if !fullPush {
    		// trigger full xds push to the related sidecar proxy
    		if event == model.EventAdd {
    			s.XdsUpdater.ProxyUpdate(s.Cluster(), wle.Address)
    		}
    		s.edsUpdate(allInstances)
    		return
    	}
    
    	// update eds cache only
    	s.edsCacheUpdate(allInstances)
    
    	pushReq := &model.PushRequest{
    		Full:           true,
    		ConfigsUpdated: configsUpdated,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 36.8K bytes
    - Viewed (0)
  8. pilot/pkg/security/authz/builder/builder_test.go

    	}{
    		{
    			name:  "allow-empty-rule",
    			input: "allow-empty-rule-in.yaml",
    			want:  []string{"allow-empty-rule-out.yaml"},
    		},
    		{
    			name:  "allow-full-rule",
    			input: "allow-full-rule-in.yaml",
    			want:  []string{"allow-full-rule-out.yaml"},
    		},
    		{
    			name:  "allow-nil-rule",
    			input: "allow-nil-rule-in.yaml",
    			want:  []string{"allow-nil-rule-out.yaml"},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  9. pilot/pkg/xds/eds.go

    	if pushType == model.IncrementalPush || pushType == model.FullPush {
    		// Trigger a push
    		s.ConfigUpdate(&model.PushRequest{
    			Full:           pushType == model.FullPush,
    			ConfigsUpdated: sets.New(model.ConfigKey{Kind: kind.ServiceEntry, Name: serviceName, Namespace: namespace}),
    			Reason:         model.NewReasonStats(model.EndpointUpdate),
    		})
    	}
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 15:58:06 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/core/convert/TimestampConversionUtil.java

        }
    
        /**
         * デフォルロケールで{@link DateFormat#FULL}スタイルのパターン文字列を返します。
         *
         * @return {@link DateFormat#FULL}スタイルのパターン文字列
         */
        public static String getFullPattern() {
            return getFullPattern(LocaleUtil.getDefault());
        }
    
        /**
         * 指定されたロケールで{@link DateFormat#FULL}スタイルのパターン文字列を返します。
         *
         * @param locale
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 22.1K bytes
    - Viewed (0)
Back to top