Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 59 for nyaris (0.74 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 6 }, "id": 62, "panels": [], "title": "Resource Usage", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false,...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  2. istioctl/pkg/validate/validate.go

      kubectl get services -o yaml | istioctl validate -f -
    
      # Also see the related command 'istioctl analyze'
      istioctl analyze samples/bookinfo/networking/bookinfo-gateway.yaml
    `,
    		Args: cobra.NoArgs,
    		RunE: func(c *cobra.Command, _ []string) error {
    			istioNamespace := ctx.IstioNamespace()
    			defaultNamespace := ctx.NamespaceOrDefault("")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jan 22 17:58:52 UTC 2024
    - 15K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/printf/printf.go

    	// Verb is good. If len(state.argNums)>trueArgs, we have something like %.*s and all
    	// but the final arg must be an integer.
    	trueArgs := 1
    	if state.verb == '%' {
    		trueArgs = 0
    	}
    	nargs := len(state.argNums)
    	for i := 0; i < nargs-trueArgs; i++ {
    		argNum := state.argNums[i]
    		if !argCanBeChecked(pass, call, i, state) {
    			return
    		}
    		arg := call.Args[argNum]
    		if reason, ok := matchArgType(pass, argInt, arg); !ok {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 32.5K bytes
    - Viewed (0)
  4. src/runtime/mgc.go

    func gcWaitOnMark(n uint32) {
    	for {
    		// Disable phase transitions.
    		lock(&work.sweepWaiters.lock)
    		nMarks := work.cycles.Load()
    		if gcphase != _GCmark {
    			// We've already completed this cycle's mark.
    			nMarks++
    		}
    		if nMarks > n {
    			// We're done.
    			unlock(&work.sweepWaiters.lock)
    			return
    		}
    
    		// Wait until sweep termination, mark, and mark
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  5. tensorflow/cc/framework/cc_op_gen_util.cc

      } else {
        comment = strings::StrCat(api_def.summary(), "\n");
      }
      if (!api_def.description().empty()) {
        strings::StrAppend(&comment, "\n", api_def.description(), "\n");
      }
      strings::StrAppend(&comment, "\nArgs:\n* scope: A Scope object\n");
    
      // Process inputs
      for (int i = 0; i < api_def.arg_order_size(); ++i) {
        const auto& arg = *FindInputArg(api_def.arg_order(i), graph_op_def);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Feb 26 00:57:05 UTC 2024
    - 25K bytes
    - Viewed (0)
  6. manifests/addons/dashboards/istio-mesh-dashboard.json

              "logBase": 1,
              "show": true
            },
            {
              "format": "short",
              "logBase": 1,
              "show": false
            }
          ],
          "yaxis": {
            "align": false
          }
        }
      ],
      "schemaVersion": 38,
      "style": "dark",
      "tags": [],
      "templating": {
        "list": [
          {
            "hide": 0,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 02:28:01 UTC 2024
    - 46.4K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/cmd/init.go

    			if !ok {
    				return errors.New("invalid data struct")
    			}
    
    			fmt.Printf("[init] Using Kubernetes version: %s\n", data.cfg.KubernetesVersion)
    
    			return initRunner.Run(args)
    		},
    		Args: cobra.NoArgs,
    	}
    
    	// add flags to the init command.
    	// init command local flags could be eventually inherited by the sub-commands automatically generated for phases
    	AddInitConfigFlags(cmd.Flags(), initOptions.externalInitCfg)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 17 03:37:05 UTC 2024
    - 24.1K bytes
    - Viewed (0)
  8. docs/hu/docs/index.md

    A következő JSON választ fogod látni:
    
    ```JSON
    {"item_id": 5, "q": "somequery"}
    ```
    
    Máris létrehoztál egy API-t ami:
    
    * HTTP kéréseket fogad a  `/` és `/items/{item_id}` _útvonalakon_.
    * Mindkét _útvonal_ a `GET` műveletet használja (másik elnevezés: HTTP _metódus_).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
          "dev": true
        },
        "node_modules/yargs-parser": {
          "version": "20.2.9",
          "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
          "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
          "dev": true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/cmd/join.go

    		opt.externalcfg.Discovery.BootstrapToken = nil //NB. this could be removed when we get better control on args (e.g. phases without discovery should have NoArgs )
    	}
    
    	cfg, err := configutil.LoadOrDefaultJoinConfiguration(opt.cfgPath, opt.externalcfg, configutil.LoadOrDefaultConfigurationOptions{
    		SkipCRIDetect: opt.skipCRIDetect,
    	})
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 16 15:33:38 UTC 2024
    - 25.2K bytes
    - Viewed (0)
Back to top