Skip to content

Commit

Permalink
Implement ProviderID() for Anexia (#1385)
Browse files Browse the repository at this point in the history
Signed-off-by: Mara Sophie Grosch <[email protected]>
  • Loading branch information
LittleFox94 authored Aug 1, 2022
1 parent d4f1f10 commit ef73c1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/cloudprovider/provider/anexia/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ func (ai *anexiaInstance) ID() string {
return ai.info.Identifier
}

// TODO(xmudrii): Implement this.
func (ai *anexiaInstance) ProviderID() string {
return ""
return ai.ID()
}

func (ai *anexiaInstance) Addresses() map[string]v1.NodeAddressType {
Expand Down

0 comments on commit ef73c1b

Please sign in to comment.