Documentation ¶
Index ¶
- func NewCreateCommand(clientSetProvider k8s.ClientSetProvider, ...) *cobra.Command
- func NewDeleteCommand(clientSetProvider k8s.ClientSetProvider) *cobra.Command
- func NewListCommand(clientSetProvider k8s.ClientSetProvider) *cobra.Command
- func NewPatchCommand(clientSetProvider k8s.ClientSetProvider, ...) *cobra.Command
- func NewSaveCommand(clientSetProvider k8s.ClientSetProvider, ...) *cobra.Command
- func NewStatusCommand(clientSetProvider k8s.ClientSetProvider) *cobra.Command
- func Sort(bps []v1alpha2.Buildpack) func(i int, j int) bool
- type CommandFlags
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateCommand ¶
func NewCreateCommand(clientSetProvider k8s.ClientSetProvider, newWaiter func(dynamic.Interface) commands.ResourceWaiter) *cobra.Command
func NewDeleteCommand ¶
func NewDeleteCommand(clientSetProvider k8s.ClientSetProvider) *cobra.Command
func NewListCommand ¶
func NewListCommand(clientSetProvider k8s.ClientSetProvider) *cobra.Command
func NewPatchCommand ¶
func NewPatchCommand(clientSetProvider k8s.ClientSetProvider, newWaiter func(dynamic.Interface) commands.ResourceWaiter) *cobra.Command
func NewSaveCommand ¶
func NewSaveCommand(clientSetProvider k8s.ClientSetProvider, newWaiter func(dynamic.Interface) commands.ResourceWaiter) *cobra.Command
func NewStatusCommand ¶
func NewStatusCommand(clientSetProvider k8s.ClientSetProvider) *cobra.Command
Types ¶
type CommandFlags ¶
type CommandFlags struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.