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

Function NewPassword

integration/helpers/name_generator.go:98–100  ·  view source on GitHub ↗

NewPassword provides a random string prefixed with INTEGRATION-PASSWORD

()

Source from the content-addressed store, hash-verified

96
97// NewPassword provides a random string prefixed with INTEGRATION-PASSWORD
98func NewPassword() string {
99 return PrefixedRandomName("INTEGRATION-PASSWORD")
100}
101
102// NewSecurityGroupName provides a random name prefixed with INTEGRATION-SEC-GROUP. If an infix is provided, it
103// is placed between INTEGRATION-SEC-GROUP and the random string.

Calls 1

PrefixedRandomNameFunction · 0.85

Tested by

no test coverage detected