Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateTester ¶
type CreateTester struct { Name string FileName string Expiry string Password string Type TokenType Uses string LocalOnly bool PostDelay time.Duration PolicyProhibits bool }
CreateTester runs `skupper token create` command, validating the output as well as asserting token file has been created.
func (*CreateTester) Command ¶
func (t *CreateTester) Command(platform types.Platform, cluster *base.ClusterContext) []string
func (*CreateTester) Run ¶
func (t *CreateTester) Run(platform types.Platform, cluster *base.ClusterContext) (stdout string, stderr string, err error)
Click to show internal directories.
Click to hide internal directories.