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

Function NewSpaceName

integration/helpers/name_generator.go:113–115  ·  view source on GitHub ↗

NewSpaceName provides a random name prefixed with INTEGRATION-SPACE

()

Source from the content-addressed store, hash-verified

111
112// NewSpaceName provides a random name prefixed with INTEGRATION-SPACE
113func NewSpaceName() string {
114 return PrefixedRandomName("INTEGRATION-SPACE")
115}
116
117// NewUsername provides a random name prefixed with INTEGRATION-USER
118func NewUsername() string {

Calls 1

PrefixedRandomNameFunction · 0.85

Tested by 1