MCPcopy Create free account
hub / github.com/cloudbase/garm / GetBalancerType

Method GetBalancerType

params/params.go:825–830  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

823}
824
825func (r Repository) GetBalancerType() PoolBalancerType {
826 if r.PoolBalancerType == "" {
827 return PoolBalancerTypeRoundRobin
828 }
829 return r.PoolBalancerType
830}
831
832func (r Repository) String() string {
833 return fmt.Sprintf("%s/%s", r.Owner, r.Name)

Callers 6

formatRepositoriesFunction · 0.45
formatOneRepositoryFunction · 0.45
formatOrganizationsFunction · 0.45
formatOneOrganizationFunction · 0.45
formatEnterprisesFunction · 0.45
formatOneEnterpriseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected