const kustomizeVersion …
type Version …
var versionExample …
type Options …
func NewOptions(ioStreams genericiooptions.IOStreams) *Options { … }
func NewCmdVersion(f cmdutil.Factory, ioStreams genericiooptions.IOStreams) *cobra.Command { … }
func (o *Options) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error { … }
func (o *Options) Validate() error { … }
func (o *Options) Run() error { … }
func getKustomizeVersion() string { … }
func GetKustomizeModVersion() (string, bool) { … }