Documentation
¶
Overview ¶
Package dogstatsd provides Pulumi component definitions for deploying DogStatsD test applications.
Index ¶
- Variables
- func EcsAppDefinition(e aws.Environment, clusterArn pulumi.StringInput, ...) (*ecsComp.Workload, error)
- func EksFargateAppDefinition(e config.Env, kubeProvider *kubernetes.Provider, namespace string, ...) (*componentskube.Workload, error)
- func K8sAppDefinition(e config.Env, kubeProvider *kubernetes.Provider, namespace string, ...) (*componentskube.Workload, error)
- type EcsComponent
Constants ¶
This section is empty.
Variables ¶
View Source
var DockerComposeManifest = docker.ComposeInlineManifest{ Name: "dogstatsd-sender", Content: pulumi.String(strings.ReplaceAll(dockerComposeContent, "{APPS_VERSION}", apps.Version)), }
DockerComposeManifest is the Docker Compose manifest for the DogStatsD test application.
Functions ¶
func EcsAppDefinition ¶
func EcsAppDefinition(e aws.Environment, clusterArn pulumi.StringInput, opts ...pulumi.ResourceOption) (*ecsComp.Workload, error)
EcsAppDefinition creates the ECS resources for the DogStatsD test application.
func EksFargateAppDefinition ¶
func EksFargateAppDefinition(e config.Env, kubeProvider *kubernetes.Provider, namespace string, clusterAgentToken pulumi.StringInput, opts ...pulumi.ResourceOption) (*componentskube.Workload, error)
EksFargateAppDefinition creates the EKS Fargate resources for the DogStatsD test application.
func K8sAppDefinition ¶
func K8sAppDefinition(e config.Env, kubeProvider *kubernetes.Provider, namespace string, statsdPort int, statsdSocket string, opts ...pulumi.ResourceOption) (*componentskube.Workload, error)
K8sAppDefinition creates the Kubernetes resources for the DogStatsD test application.
Types ¶
type EcsComponent ¶
type EcsComponent struct {
pulumi.ResourceState
}
EcsComponent is the Pulumi component resource for the DogStatsD ECS application.
Click to show internal directories.
Click to hide internal directories.