NewStackName provides a random name prefixed with INTEGRATION-STACK
()
| 126 | |
| 127 | // NewStackName provides a random name prefixed with INTEGRATION-STACK |
| 128 | func NewStackName() string { |
| 129 | return PrefixedRandomName("INTEGRATION-STACK") |
| 130 | } |
| 131 | |
| 132 | // NewDomainName provides a random domain name prefixed with integration. If prefix is provided the domain name |
| 133 | // will have structure "integration-prefix-randomstring.com" else it will have structure "integration-randomstring.com" |
no test coverage detected