import "istio.io/istio/pkg/test/framework/components/istioctl"
type Config struct { // Cluster to be used in a multicluster environment Cluster resource.Cluster }
Config is structured config for the istioctl component
type Instance interface { // WaitForConfigs will wait until all passed in config has been distributed WaitForConfigs(defaultNamespace string, configs string) error // Invoke invokes an istioctl command and returns the output and exception. // stdout and stderr will be returned as different strings Invoke(args []string) (string, string, error) // InvokeOrFail calls Invoke and fails tests if it returns en err InvokeOrFail(t *testing.T, args []string) (string, string) }
Instance represents "istioctl"
New returns a new instance of "istioctl".
NewOrFail returns a new instance of "istioctl".
Package istioctl imports 9 packages (graph) and is imported by 3 packages. Updated 2020-11-14. Refresh now. Tools for package owners.