Documentation ¶
Overview ¶
Package identity contains the rest API commands to allow liqoctl to interact with Identity resources.
Index ¶
- func Identity() rest.API
- type Options
- func (o *Options) APIOptions() *rest.APIOptions
- func (o *Options) Create(_ context.Context, _ *rest.CreateOptions) *cobra.Command
- func (o *Options) Delete(_ context.Context, _ *rest.DeleteOptions) *cobra.Command
- func (o *Options) Generate(ctx context.Context, options *rest.GenerateOptions) *cobra.Command
- func (o *Options) Get(_ context.Context, _ *rest.GetOptions) *cobra.Command
- func (o *Options) Update(_ context.Context, _ *rest.UpdateOptions) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
// contains filtered or unexported fields
}
Options encapsulates the arguments of the identity command.
func (*Options) APIOptions ¶
func (o *Options) APIOptions() *rest.APIOptions
APIOptions returns the APIOptions for the identity API.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.