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

Function NewServiceBrokerName

integration/helpers/name_generator.go:88–90  ·  view source on GitHub ↗

NewServiceBrokerName provides a random name prefixed with INTEGRATION-SERVICE-BROKER

()

Source from the content-addressed store, hash-verified

86
87// NewServiceBrokerName provides a random name prefixed with INTEGRATION-SERVICE-BROKER
88func NewServiceBrokerName() string {
89 return PrefixedRandomName("INTEGRATION-SERVICE-BROKER")
90}
91
92// NewPlanName provides a random name prefixed with INTEGRATION-PLAN
93func NewPlanName() string {

Calls 1

PrefixedRandomNameFunction · 0.85

Tested by

no test coverage detected