Documentation
¶
Index ¶
- func SetupCloudRunCollector(ctx context.Context, args *e2etesting.Args, logger *log.Logger) (e2etesting.Cleanup, error)
- func SetupGceCollector(ctx context.Context, args *e2etesting.Args, logger *log.Logger) (e2etesting.Cleanup, error)
- func SetupGceCollectorArm(ctx context.Context, args *e2etesting.Args, logger *log.Logger) (e2etesting.Cleanup, error)
- func SetupGkeCollector(ctx context.Context, args *e2etesting.Args, logger *log.Logger) (e2etesting.Cleanup, error)
- func SetupGkeOperatorCollector(ctx context.Context, args *e2etesting.Args, logger *log.Logger) (e2etesting.Cleanup, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupCloudRunCollector ¶
func SetupCloudRunCollector( ctx context.Context, args *e2etesting.Args, logger *log.Logger, ) (e2etesting.Cleanup, error)
SetupCloudRunCollector sets up the collector to run in Cloud Run. Creates a new service and runs the specified container image as a revision. The returned cleanup function tears down everything.
func SetupGceCollector ¶
func SetupGceCollector( ctx context.Context, args *e2etesting.Args, logger *log.Logger, ) (e2etesting.Cleanup, error)
SetupGceCollector Set up the collector to run in GCE container. Creates a new GCE VM resources, and runs the specified container image. The returned cleanup function tears down the VM.
func SetupGceCollectorArm ¶
func SetupGceCollectorArm( ctx context.Context, args *e2etesting.Args, logger *log.Logger, ) (e2etesting.Cleanup, error)
SetupGceCollectorArm Set up the collector to run in GCE arm container. Creates a new GCE VM resources, and runs the specified container image. The returned cleanup function tears down the VM.
func SetupGkeCollector ¶
func SetupGkeCollector( ctx context.Context, args *e2etesting.Args, logger *log.Logger, ) (e2etesting.Cleanup, error)
SetupGkeCollector Set up the collector to run in GKE. Creates a new pod and runs the specified container image in a pod. The returned cleanup function tears down the whole cluster.
func SetupGkeOperatorCollector ¶
func SetupGkeOperatorCollector( ctx context.Context, args *e2etesting.Args, logger *log.Logger, ) (e2etesting.Cleanup, error)
SetupGkeOperatorCollector Set up the collector to run in GKE. Creates a new pod and runs the specified container image in a pod. The returned cleanup function tears down the whole cluster.
Types ¶
This section is empty.