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

Function NewIsolationSegmentName

integration/helpers/name_generator.go:61–63  ·  view source on GitHub ↗

NewIsolationSegmentName provides a random name prefixed with INTEGRATION-ISOLATION-SEGMENT

(infix ...string)

Source from the content-addressed store, hash-verified

59
60// NewIsolationSegmentName provides a random name prefixed with INTEGRATION-ISOLATION-SEGMENT
61func NewIsolationSegmentName(infix ...string) string {
62 return PrefixedRandomName("INTEGRATION-ISOLATION-SEGMENT")
63}
64
65// NewOrgName provides a random name prefixed with INTEGRATION-ORG
66func NewOrgName() string {

Calls 1

PrefixedRandomNameFunction · 0.85

Tested by

no test coverage detected