Documentation
¶
Index ¶
- func Commands() *cobra.Command
- func Create(input cli.Input) error
- func Delete(input cli.Input) error
- func Get(input cli.Input) error
- func GetIngressConfig(annotations []string, rule string, tls string, fallbackRelativeURL string, ...) (*fv1.IngressConfig, error)
- func GetMethod(method string) (string, error)
- func List(input cli.Input) error
- func Update(input cli.Input) error
- type CreateSubCommand
- type DeleteSubCommand
- type GetSubCommand
- type ListSubCommand
- type UpdateSubCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetIngressConfig ¶
func GetIngressConfig(annotations []string, rule string, tls string,
fallbackRelativeURL string, oldIngressConfig *fv1.IngressConfig) (*fv1.IngressConfig, error)
GetIngressConfig returns an IngressConfig based on user inputs; return error if any.
Types ¶
type CreateSubCommand ¶
type CreateSubCommand struct {
cmd.CommandActioner
// contains filtered or unexported fields
}
type DeleteSubCommand ¶
type DeleteSubCommand struct {
cmd.CommandActioner
// contains filtered or unexported fields
}
type GetSubCommand ¶
type GetSubCommand struct {
cmd.CommandActioner
}
type ListSubCommand ¶
type ListSubCommand struct {
cmd.CommandActioner
}
type UpdateSubCommand ¶
type UpdateSubCommand struct {
cmd.CommandActioner
// contains filtered or unexported fields
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.