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 ¶ added in v1.7.0
type CreateSubCommand struct { cmd.CommandActioner // contains filtered or unexported fields }
type DeleteSubCommand ¶ added in v1.7.0
type DeleteSubCommand struct { cmd.CommandActioner // contains filtered or unexported fields }
type GetSubCommand ¶ added in v1.7.0
type GetSubCommand struct {
cmd.CommandActioner
}
type ListSubCommand ¶ added in v1.7.0
type ListSubCommand struct {
cmd.CommandActioner
}
type UpdateSubCommand ¶ added in v1.7.0
type UpdateSubCommand struct { cmd.CommandActioner // contains filtered or unexported fields }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.