Skip to content

Creating LoadBalancers pool members does to allow to inject custom options #1821

@databus23

Description

@databus23

In the package github.com/gophercloud/gophercloud/opestack/looadbalancer/pools, the functions CreateMember requires a CreateMemberOpts struct instead of the already defined CreateMemberOptsBuilder interface:

func CreateMember(c *gophercloud.ServiceClient, poolID string, opts CreateMemberOpts) (r CreateMemberResult) {

Therefore it is not possible to pass custom options to this api call.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions