Skip to content

Commit

Permalink
Update managedcontrolplane.go with added NetworkDescriber functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecile Robert-Michon committed Nov 4, 2020
1 parent d165cc7 commit fd5c6ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloud/scope/managedcontrolplane.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ func (s *ManagedControlPlaneScope) ControlPlaneSubnet() *infrav1.SubnetSpec {
}

// IsIPv6Enabled returns true if a cluster is ipv6 enabled.
// Currently always false as managed control planes do not currently implement ipv6.
func (s *ManagedControlPlaneScope) IsIPv6Enabled() bool {
return false
}
Expand Down

0 comments on commit fd5c6ad

Please sign in to comment.