Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + func NewCmdProjects(fullName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + type ProjectsOptions struct + Client projectclient.ProjectInterface + ClientConfig *restclient.Config + CommandName string + Config clientcmdapi.Config + DisplayShort bool + KubeClient kclientset.Interface + PathOptions *kclientcmd.PathOptions + func NewProjectsOptions(name string, streams genericclioptions.IOStreams) *ProjectsOptions + func (o *ProjectsOptions) Complete(f kcmdutil.Factory, cmd *cobra.Command, args []string) error + func (o *ProjectsOptions) Validate(args []string) error + func (o ProjectsOptions) RunProjects() error + type SortByProjectName []projectapi.Project + func (p SortByProjectName) Len() int + func (p SortByProjectName) Less(i, j int) bool + func (p SortByProjectName) Swap(i, j int)