MCPcopy
hub / github.com/cloudfoundry/cli / NewStackName

Function NewStackName

integration/helpers/name_generator.go:128–130  ·  view source on GitHub ↗

NewStackName provides a random name prefixed with INTEGRATION-STACK

()

Source from the content-addressed store, hash-verified

126
127// NewStackName provides a random name prefixed with INTEGRATION-STACK
128func NewStackName() string {
129 return PrefixedRandomName("INTEGRATION-STACK")
130}
131
132// NewDomainName provides a random domain name prefixed with integration. If prefix is provided the domain name
133// will have structure "integration-prefix-randomstring.com" else it will have structure "integration-randomstring.com"

Callers 5

CreateStackFunction · 0.85
CreateStackWithGUIDFunction · 0.85

Calls 1

PrefixedRandomNameFunction · 0.85

Tested by

no test coverage detected