BindingRecommendedCommandName is the recommended binding sub-command name
const BindingRecommendedCommandName = "binding"
func NewCmdBinding(name, fullName string, testClientset clientset.Clientset) *cobra.Command
NewCmdBinding implements the component odo sub-command
type AddBindingOptions struct {
// contains filtered or unexported fields
}
func NewAddBindingOptions() *AddBindingOptions
NewAddBindingOptions returns new instance of ComponentOptions
func (o *AddBindingOptions) Complete(ctx context.Context, cmdline cmdline.Cmdline, args []string) (err error)
func (o *AddBindingOptions) Run(ctx context.Context) error
func (o *AddBindingOptions) SetClientset(clientset *clientset.Clientset)
func (o *AddBindingOptions) Validate(ctx context.Context) (err error)