Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 130 for External (0.54 sec)

  1. pkg/printers/internalversion/printers.go

    		case autoscaling.ExternalMetricSourceType:
    			if spec.External.Target.AverageValue != nil {
    				current := "<unknown>"
    				if len(statuses) > i && statuses[i].External != nil && statuses[i].External.Current.AverageValue != nil {
    					current = statuses[i].External.Current.AverageValue.String()
    				}
    				list = append(list, fmt.Sprintf("%s/%s (avg)", current, spec.External.Target.AverageValue.String()))
    			} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  2. src/cmd/go/internal/load/pkg.go

    	"cmd/go/internal/modload"
    	"cmd/go/internal/par"
    	"cmd/go/internal/search"
    	"cmd/go/internal/str"
    	"cmd/go/internal/trace"
    	"cmd/go/internal/vcs"
    	"cmd/internal/pkgpattern"
    
    	"golang.org/x/mod/modfile"
    	"golang.org/x/mod/module"
    )
    
    // A Package describes a single package found in a directory.
    type Package struct {
    	PackagePublic                 // visible in 'go list'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  3. pkg/proxy/ipvs/proxier_test.go

    		if err != nil {
    			t.Errorf("failed to get %s value(external), err: %v", metrics.SyncProxyRulesNoLocalEndpointsTotal.Name, err)
    		}
    
    		if tc.expectedSyncProxyRulesNoLocalEndpointsTotalExternal != int(syncProxyRulesNoLocalEndpointsTotalExternal) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

          "io.k8s.apimachinery.pkg.runtime.RawExtension": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
  5. pkg/controller/podautoscaler/horizontal_test.go

    		specReplicas:            3,
    		statusReplicas:          3,
    		expectedDesiredReplicas: 4,
    		metricsTarget: []autoscalingv2.MetricSpec{
    			{
    				Type: autoscalingv2.ExternalMetricSourceType,
    				External: &autoscalingv2.ExternalMetricSource{
    					Metric: autoscalingv2.MetricIdentifier{
    						Name:     "qps",
    						Selector: &metav1.LabelSelector{},
    					},
    					Target: autoscalingv2.MetricTarget{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/cluster_builder_test.go

    		endpoints       []*endpoint.LocalityLbEndpoints
    		direction       model.TrafficDirection
    		external        bool
    		expectedCluster *cluster.Cluster
    	}{
    		{
    			name:        "default EDS cluster",
    			clusterName: "foo",
    			discovery:   cluster.Cluster_EDS,
    			endpoints:   nil,
    			direction:   model.TrafficDirectionOutbound,
    			external:    false,
    			expectedCluster: &cluster.Cluster{
    				Name:                 "foo",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  7. cluster/gce/util.sh

      run-gcloud-command "${name}" "${zone}" 'sudo /bin/bash /home/kubernetes/bin/kube-master-internal-route.sh' || true
      return $?
    }
    
    
    # detach-internal-master-ip detaches internal ip from existing master.
    #
    # Assumes:
    # * PROJECT
    function detach-internal-master-ip() {
      local name="${1}"
      local zone="${2}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

          "io.k8s.apimachinery.pkg.runtime.RawExtension": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__storage.k8s.io__v1alpha1_openapi.json

          "io.k8s.apimachinery.pkg.runtime.RawExtension": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 117.5K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__scheduling.k8s.io__v1_openapi.json

          "io.k8s.apimachinery.pkg.runtime.RawExtension": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 116.6K bytes
    - Viewed (0)
Back to top