MCPcopy Index your code
hub / github.com/cloudfoundry/cli / NewOptions

Function NewOptions

integration/helpers/name_generator.go:70–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68}
69
70func NewOptions() map[string]*string {
71 lbRR := "round-robin"
72 return map[string]*string{
73 "loadbalancing": &lbRR,
74 }
75}
76
77// NewServiceOfferingName provides a random name prefixed with INTEGRATION-SERVICE
78func NewServiceOfferingName() string {

Calls

no outgoing calls

Tested by

no test coverage detected