Files
argo-cd/util/argo/testdata/data.go
2022-05-31 13:21:22 -04:00

18 lines
368 B
Go

package testdata
import _ "embed"
var (
//go:embed live_deployment_with_managed_replica.yaml
LiveDeploymentWithManagedReplicaYaml string
//go:embed desired_deployment.yaml
DesiredDeploymentYaml string
//go:embed live_validating_webhook.yaml
LiveValidatingWebhookYaml string
//go:embed desired_validating_webhook.yaml
DesiredValidatingWebhookYaml string
)