Documentation ¶
Index ¶
- Constants
- func GetPodHostFieldLabel(apiVersion string) string
- func NewCommandManageNode(f *clientcmd.Factory, commandName, fullName string, out io.Writer) *cobra.Command
- func ValidOperation(c *cobra.Command) error
- type EvacuateOptions
- type ListPodsOptions
- type NodeOptions
- func (n *NodeOptions) Complete(f *clientcmd.Factory, c *cobra.Command, args []string, out io.Writer) error
- func (n *NodeOptions) GetNodes() ([]*kapi.Node, error)
- func (n *NodeOptions) GetPrinters(gvk unversioned.GroupVersionKind) (kubectl.ResourcePrinter, kubectl.ResourcePrinter, error)
- func (n *NodeOptions) GetPrintersByObject(obj runtime.Object) (kubectl.ResourcePrinter, kubectl.ResourcePrinter, error)
- func (n *NodeOptions) GetPrintersByResource(resource unversioned.GroupVersionResource) (kubectl.ResourcePrinter, kubectl.ResourcePrinter, error)
- func (n *NodeOptions) Validate(checkNodeSelector bool) error
- type SchedulableOptions
Constants ¶
View Source
const (
ManageNodeCommandName = "manage-node"
)
Variables ¶
This section is empty.
Functions ¶
func GetPodHostFieldLabel ¶
func NewCommandManageNode ¶
func NewCommandManageNode(f *clientcmd.Factory, commandName, fullName string, out io.Writer) *cobra.Command
NewCommandManageNode implements the OpenShift cli manage-node command
func ValidOperation ¶
Types ¶
type EvacuateOptions ¶
type EvacuateOptions struct { Options *NodeOptions // Optional params DryRun bool Force bool GracePeriod int64 }
func NewEvacuateOptions ¶ added in v1.0.7
func NewEvacuateOptions(nodeOptions *NodeOptions) *EvacuateOptions
NewEvacuateOptions creates a new EvacuateOptions with default values.
func (*EvacuateOptions) AddFlags ¶
func (e *EvacuateOptions) AddFlags(cmd *cobra.Command)
func (*EvacuateOptions) Run ¶
func (e *EvacuateOptions) Run() error
func (*EvacuateOptions) RunEvacuate ¶
func (e *EvacuateOptions) RunEvacuate(node *kapi.Node) error
type ListPodsOptions ¶
type ListPodsOptions struct {
Options *NodeOptions
}
func (*ListPodsOptions) AddFlags ¶
func (l *ListPodsOptions) AddFlags(cmd *cobra.Command)
func (*ListPodsOptions) Run ¶
func (l *ListPodsOptions) Run() error
type NodeOptions ¶
type NodeOptions struct { DefaultNamespace string Kclient *client.Client Writer io.Writer Mapper meta.RESTMapper Typer runtime.ObjectTyper RESTClientFactory func(mapping *meta.RESTMapping) (resource.RESTClient, error) Printer func(mapping *meta.RESTMapping, noHeaders, withNamespace, wide bool, showAll bool, showLabels bool, absoluteTimestamps bool, columnLabels []string) (kubectl.ResourcePrinter, error) CmdPrinter kubectl.ResourcePrinter CmdPrinterOutput bool NodeNames []string // Common optional params Selector string PodSelector string }
func (*NodeOptions) GetPrinters ¶
func (n *NodeOptions) GetPrinters(gvk unversioned.GroupVersionKind) (kubectl.ResourcePrinter, kubectl.ResourcePrinter, error)
func (*NodeOptions) GetPrintersByObject ¶
func (n *NodeOptions) GetPrintersByObject(obj runtime.Object) (kubectl.ResourcePrinter, kubectl.ResourcePrinter, error)
func (*NodeOptions) GetPrintersByResource ¶
func (n *NodeOptions) GetPrintersByResource(resource unversioned.GroupVersionResource) (kubectl.ResourcePrinter, kubectl.ResourcePrinter, error)
func (*NodeOptions) Validate ¶
func (n *NodeOptions) Validate(checkNodeSelector bool) error
type SchedulableOptions ¶
type SchedulableOptions struct { Options *NodeOptions Schedulable bool }
func (*SchedulableOptions) Run ¶
func (s *SchedulableOptions) Run() error
func (*SchedulableOptions) RunSchedulable ¶
func (s *SchedulableOptions) RunSchedulable(node *kapi.Node, ignoreHeaders *bool) error
Click to show internal directories.
Click to hide internal directories.