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

Function NewServiceInstanceName

integration/helpers/name_generator.go:83–85  ·  view source on GitHub ↗

NewServiceInstanceName provides a random name prefixed with INT-SI

()

Source from the content-addressed store, hash-verified

81
82// NewServiceInstanceName provides a random name prefixed with INT-SI
83func NewServiceInstanceName() string {
84 return PrefixedRandomName("INT-SI")
85}
86
87// NewServiceBrokerName provides a random name prefixed with INTEGRATION-SERVICE-BROKER
88func NewServiceBrokerName() string {

Calls 1

PrefixedRandomNameFunction · 0.85

Tested by

no test coverage detected