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