Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultRequirementsFor ¶
func DefaultRequirementsFor(gvk unversioned.GroupVersionKind) []func() (*labels.Requirement, error)
DefaultRequirementsFor returns a list of requirements for the given kind that should be default requirements applied when listing/watching for example, ignore pods managed by RC and DC
Types ¶
type ExportOptions ¶
type ExportOptions struct {
AllNamespaces bool
Namespace string
Format string
Watch bool
UseDefaultSelector bool
LabelSelector string
ResyncPeriod time.Duration
RepositoryPath string
RepositoryBranch string
RepositoryRemote string
RepositoryContextDir string
RepositoryUserName string
RepositoryUserEmail string
RepositoryPullPeriod time.Duration
RepositoryPushPeriod time.Duration
}
ExportOptions represents the options of the export command
Click to show internal directories.
Click to hide internal directories.