import "istio.io/istio/pkg/test/framework/components/stackdriver"
type Config struct { // Cluster to be used in a multicluster environment Cluster resource.Cluster }
type Instance interface { Address() string // Gets the namespace in which stackdriver is deployed. GetStackdriverNamespace() string ListTimeSeries() ([]*monitoringpb.TimeSeries, error) ListLogEntries(LogType) ([]*loggingpb.LogEntry, error) ListTrafficAssertions() ([]*edgespb.TrafficAssertion, error) ListTraces() ([]*cloudtracepb.Trace, error) }
Instance represents a deployed Stackdriver app instance in a Kubernetes cluster.
New returns a new instance of stackdriver.
NewOrFail returns a new Stackdriver instance or fails test.
Path | Synopsis |
---|---|
edges |
Package stackdriver imports 21 packages (graph). Updated 2020-12-19. Refresh now. Tools for package owners.