Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for Wijden (0.23 sec)

  1. istioctl/cmd/root_test.go

    	out.Reset()
    	checkHelpForFlag(t, got, parentFlag0, true)
    	checkHelpForFlag(t, got, parentFlag1, true)
    	checkHelpForFlag(t, got, parentFlag2, true)
    	checkHelpForFlag(t, got, childFlag2, true)
    
    	// verify the hidden parent flag is not visible in help text
    	hideInheritedFlags(child, parentFlag1, parentFlag2)
    	if err := parent.Execute(); err != nil {
    		t.Fatal(err)
    	}
    	got = out.String()
    	out.Reset()
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Fri Jan 15 17:59:55 GMT 2021
    - 2.4K bytes
    - Viewed (0)
  2. cmd/server-main.go

    		EnvVar: "MINIO_READ_HEADER_TIMEOUT",
    		Hidden: true,
    	},
    	cli.DurationFlag{
    		Name:   "conn-client-read-deadline",
    		Usage:  "custom connection READ deadline for incoming requests",
    		Hidden: true,
    		EnvVar: "MINIO_CONN_CLIENT_READ_DEADLINE",
    	},
    	cli.DurationFlag{
    		Name:   "conn-client-write-deadline",
    		Usage:  "custom connection WRITE deadline for outgoing requests",
    		Hidden: true,
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Wed Apr 24 04:08:47 GMT 2024
    - 33K bytes
    - Viewed (1)
  3. istioctl/pkg/proxyconfig/proxyconfig.go

    		// pretty different outputs for the full JSON output. This makes it a useful command for developers, but may be overwhelming
    		// for basic usage. For now, hide to avoid confusion.
    		Hidden: true,
    		Short:  "Retrieves endpoint configuration for the Envoy in the specified pod",
    		Long:   `Retrieve information about endpoint configuration for the Envoy instance in the specified pod.`,
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Tue Apr 16 03:28:36 GMT 2024
    - 48K bytes
    - Viewed (0)
  4. cmd/main.go

    	cli.BoolFlag{
    		Name:  "json",
    		Usage: "output logs in JSON format",
    	},
    	// Deprecated flag, so its hidden now, existing deployments will keep working.
    	cli.BoolFlag{
    		Name:   "compat",
    		Usage:  "enable strict S3 compatibility by turning off certain performance optimizations",
    		Hidden: true,
    	},
    	// This flag is hidden and to be used only during certain performance testing.
    	cli.BoolFlag{
    		Name:   "no-compat",
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sat Mar 09 03:07:08 GMT 2024
    - 6.4K bytes
    - Viewed (0)
  5. cmd/xl-storage-format-v2.go

    		return false
    	}
    	if vers == 0 {
    		return true
    	}
    	hidden := true
    
    	var xl xlMetaV2VersionHeader
    	_ = decodeVersions(buf, vers, func(idx int, hdr, _ []byte) error {
    		if _, err := xl.unmarshalV(headerV, hdr); err != nil {
    			return errDoneForNow
    		}
    		if topDeleteMarker && idx == 0 && xl.Type == DeleteType {
    			hidden = true
    			return errDoneForNow
    		}
    		if !xl.FreeVersion() {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Tue Apr 23 05:07:37 GMT 2024
    - 63.6K bytes
    - Viewed (1)
  6. istioctl/cmd/root.go

    			return util.CommandParseError{Err: e}
    		})
    	}
    
    	return rootCmd
    }
    
    func hideInheritedFlags(orig *cobra.Command, hidden ...string) {
    	orig.SetHelpFunc(func(cmd *cobra.Command, args []string) {
    		for _, hidden := range hidden {
    			_ = cmd.Flags().MarkHidden(hidden) // nolint: errcheck
    		}
    
    		orig.SetHelpFunc(nil)
    		orig.HelpFunc()(cmd, args)
    	})
    }
    
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Thu Apr 11 20:51:30 GMT 2024
    - 10K bytes
    - Viewed (0)
  7. istioctl/pkg/ztunnelconfig/ztunnelconfig.go

    	var workloadsNamespace string
    	var direction string
    	var raw bool
    
    	common := new(commonFlags)
    	cmd := &cobra.Command{
    		Use:    "connections [<type>/]<name>[.<namespace>]",
    		Hidden: true,
    		Short:  "Retrieves connections for the specified Ztunnel pod.",
    		Long:   `Retrieve information about connections for the Ztunnel instance.`,
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Wed May 01 13:11:40 GMT 2024
    - 22.2K bytes
    - Viewed (0)
  8. docs/debugging/xl-meta/main.go

      {{range .VisibleFlags}}{{.}}
      {{end}}
    `
    
    	app.HideHelpCommand = true
    
    	app.Flags = []cli.Flag{
    		cli.BoolFlag{
    			Usage:  "print each file as a separate line without formatting",
    			Name:   "ndjson",
    			Hidden: true,
    		},
    		cli.BoolFlag{
    			Usage: "display inline data keys and sizes",
    			Name:  "data",
    		},
    		cli.BoolFlag{
    			Usage: "export inline data",
    			Name:  "export",
    		},
    		cli.BoolFlag{
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Wed Apr 24 17:56:22 GMT 2024
    - 20.2K bytes
    - Viewed (1)
  9. operator/cmd/mesh/manifest-generate_test.go

    	// it is still useful to sometimes override this behavior and show the full diff.
    	// When this flag is true, use an alternative file suffix that is not hidden by
    	// default GitHub in pull requests.
    	showOutputFileInPullRequest bool
    	flags                       string
    	noInput                     bool
    	outputDir                   string
    	fileSelect                  []string
    Go
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Thu Feb 22 08:32:23 GMT 2024
    - 42K bytes
    - Viewed (0)
  10. cmd/erasure-server-pool.go

    	}
    	if loi.IsTruncated {
    		last := objects[len(objects)-1]
    		loi.NextMarker = last.Name
    	}
    
    	if merged.lastSkippedEntry != "" {
    		if merged.lastSkippedEntry > loi.NextMarker {
    			// An object hidden by ILM was found during listing. Since the number of entries
    			// fetched from drives is limited, set IsTruncated to true to ask the s3 client
    			// to continue listing if it wishes in order to find if there is more objects.
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Fri Apr 26 06:32:14 GMT 2024
    - 80.1K bytes
    - Viewed (0)
Back to top