Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InheritedOptions (0.17 sec)

  1. cmd/genyaml/gen_kubectl_yaml.go

    }
    
    type cmdDoc struct {
    	Name             string
    	Synopsis         string      `yaml:",omitempty"`
    	Description      string      `yaml:",omitempty"`
    	Options          []cmdOption `yaml:",omitempty"`
    	InheritedOptions []cmdOption `yaml:"inherited_options,omitempty"`
    	Example          string      `yaml:",omitempty"`
    	SeeAlso          []string    `yaml:"see_also,omitempty"`
    }
    
    func main() {
    	path := "docs/yaml/kubectl"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 05 14:05:23 UTC 2023
    - 4.2K bytes
    - Viewed (0)
Back to top