kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/version/version.go

const kustomizeVersion

type Version

var versionExample

type Options

// NewOptions returns initialized Options
func NewOptions(ioStreams genericiooptions.IOStreams) *Options {}

// NewCmdVersion returns a cobra command for fetching versions
func NewCmdVersion(f cmdutil.Factory, ioStreams genericiooptions.IOStreams) *cobra.Command {}

// Complete completes all the required options
func (o *Options) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error {}

// Validate validates the provided options
func (o *Options) Validate() error {}

// Run executes version command
func (o *Options) Run() error {}

func getKustomizeVersion() string {}

func GetKustomizeModVersion() (string, bool) {}