Documentation
¶
Overview ¶
Package ipallowlist implements the `bitbottle workspace ipallowlist` command group.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdDelete ¶
NewCmdDelete constructs the cobra command for `workspace ipallowlist delete`.
func NewCmdList ¶
NewCmdList constructs the cobra command for `workspace ipallowlist list`.
Types ¶
type AddOptions ¶
type AddOptions struct {
Hostname string
Workspace string
CIDR string
Description string
Enabled bool
}
AddOptions carries parsed flags for `workspace ipallowlist add`.
type DeleteOptions ¶
DeleteOptions carries parsed flags for `workspace ipallowlist delete`.
type ListOptions ¶
type ListOptions struct {
Output format.OutputConfig
Hostname string
Workspace string
Limit int
}
ListOptions carries parsed flags for `workspace ipallowlist list`.
Click to show internal directories.
Click to hide internal directories.