Versions in this module Expand all Collapse all v3 v3.11.0 Oct 9, 2018 Changes in this version + const IsolateProjectsNetworkCommandName + const JoinProjectsNetworkCommandName + const MakeGlobalProjectsNetworkCommandName + const PodNetworkCommandName + func NewCmdIsolateProjectsNetwork(commandName, fullName string, f kcmdutil.Factory, ...) *cobra.Command + func NewCmdJoinProjectsNetwork(commandName, fullName string, f kcmdutil.Factory, ...) *cobra.Command + func NewCmdMakeGlobalProjectsNetwork(commandName, fullName string, f kcmdutil.Factory, ...) *cobra.Command + func NewCmdPodNetwork(name, fullName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + type IsolateOptions struct + Options *ProjectOptions + func NewIsolateOptions(streams genericclioptions.IOStreams) *IsolateOptions + func (o *IsolateOptions) Complete(f kcmdutil.Factory, c *cobra.Command, args []string) error + func (o *IsolateOptions) Run() error + func (o *IsolateOptions) Validate() error + type JoinOptions struct + Options *ProjectOptions + func NewJoinOptions(streams genericclioptions.IOStreams) *JoinOptions + func (o *JoinOptions) Complete(f kcmdutil.Factory, c *cobra.Command, args []string) error + func (o *JoinOptions) Run() error + func (o *JoinOptions) Validate() error + type MakeGlobalOptions struct + Options *ProjectOptions + func NewMakeGlobalOptions(streams genericclioptions.IOStreams) *MakeGlobalOptions + func (o *MakeGlobalOptions) Complete(f kcmdutil.Factory, c *cobra.Command, args []string) error + func (o *MakeGlobalOptions) Run() error + func (o *MakeGlobalOptions) Validate() error + type ProjectOptions struct + Builder *resource.Builder + CheckSelector bool + DefaultNamespace string + KubeClient kubernetes.Interface + NetClient networkv1typedclient.NetworkV1Interface + ProjectNames []string + Selector string + func NewProjectOptions(streams genericclioptions.IOStreams) *ProjectOptions + func (p *ProjectOptions) Complete(f kcmdutil.Factory, c *cobra.Command, args []string) error + func (p *ProjectOptions) GetProjects() ([]*projectv1.Project, error) + func (p *ProjectOptions) UpdatePodNetwork(nsName string, action networkapihelpers.PodNetworkAction, args string) error + func (p *ProjectOptions) Validate() error Other modules containing this package gopkg.in/openshift/origin.v4