import "istio.io/istio/pkg/test/framework/components/redis"
type Config struct { // Which KubeConfig should be used in a multicluster environment Cluster resource.Cluster }
type Instance interface { // Gets the namespace in which redis is deployed. GetRedisNamespace() string }
Redis represents a deployed Redis app instance in a Kubernetes cluster.
New returns a new instance of redis.
NewOrFail returns a new Redis instance or fails test.
Package redis imports 12 packages (graph). Updated 2020-07-23. Refresh now. Tools for package owners.