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

Function NewOrgName

integration/helpers/name_generator.go:66–68  ·  view source on GitHub ↗

NewOrgName provides a random name prefixed with INTEGRATION-ORG

()

Source from the content-addressed store, hash-verified

64
65// NewOrgName provides a random name prefixed with INTEGRATION-ORG
66func NewOrgName() string {
67 return PrefixedRandomName("INTEGRATION-ORG")
68}
69
70func NewOptions() map[string]*string {
71 lbRR := "round-robin"

Calls 1

PrefixedRandomNameFunction · 0.85

Tested by 1