Documentation ¶
Index ¶
- type Tctl
- func (tctl Tctl) CheckExecutable() error
- func (tctl Tctl) Create(ctx context.Context, resources []types.Resource) error
- func (tctl Tctl) Get(ctx context.Context, kind, name string) (types.Resource, error)
- func (tctl Tctl) GetAll(ctx context.Context, query string) ([]types.Resource, error)
- func (tctl Tctl) GetCAPin(ctx context.Context) (string, error)
- func (tctl Tctl) Sign(ctx context.Context, username, format, outPath string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tctl ¶
Tctl is a runner of tctl command.
func (Tctl) CheckExecutable ¶
CheckExecutable checks if `tctl` executable exists in the system.
Click to show internal directories.
Click to hide internal directories.