import "istio.io/istio/pkg/test/framework/components/citadel"
type Instance interface { resource.Resource WaitForSecretToExist() (*corev1.Secret, error) WaitForSecretToExistOrFail(t test.Failer) *corev1.Secret DeleteSecret(name string) error DeleteSecretOrFail(t test.Failer, name string) }
Citadel represents a deployed Citadel instance.
Deploy returns a new instance of Apps
Deploy returns a new instance of Citadel or fails test
Package citadel imports 10 packages (graph). Updated 2019-09-28. Refresh now. Tools for package owners.