Documentation
¶
Overview ¶
Package offload includes the logic for the `liqoctl offload` command
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶ added in v0.5.0
type Options struct {
*factory.Factory
Namespaces []string
LabelSelector string
PodOffloadingStrategy offloadingv1beta1.PodOffloadingStrategyType
NamespaceMappingStrategy offloadingv1beta1.NamespaceMappingStrategyType
RemoteNamespaceName string
ClusterSelector [][]metav1.LabelSelectorRequirement
OutputFormat string
Timeout time.Duration
}
Options encapsulates the arguments of the offload namespace command.
func (*Options) ParseClusterSelectors ¶ added in v0.5.0
ParseClusterSelectors parses the cluster selector.
Click to show internal directories.
Click to hide internal directories.