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