golang.org/x/pkgsite/internal/config.Config.DeploymentEnvironment (method)
6 uses
golang.org/x/pkgsite/internal/config (current package)
config.go#L278: func (c *Config) DeploymentEnvironment() string {
config.go#L433: "cluster_name": cfg.DeploymentEnvironment() + "-pkgsite",
golang.org/x/pkgsite/internal/dcensus
dcensus.go#L189: labels.Set("env", cfg.DeploymentEnvironment(), "deployment environment")
golang.org/x/pkgsite/internal/log
log.go#L158: "k8s-pod/env": cfg.DeploymentEnvironment(),
golang.org/x/pkgsite/internal/worker
pages.go#L77: env := s.cfg.DeploymentEnvironment()
pages.go#L210: e := cfg.DeploymentEnvironment()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |