-
Notifications
You must be signed in to change notification settings - Fork 0
Implement cluster ID #14
Copy link
Copy link
Open
Description
The cloudprovider interface expects a HasClusterID() method to be implemented, but currently this is hardcoded to return false.
var (
_ cloudprovider.Interface = &Cloud{}
)
// ...
// HasClusterID returns true if a ClusterID is required and set
func (c *Cloud) HasClusterID() bool {
return false
}I'm not sure why a ClusterID is needed or what it should look like - raise a PR for this issue after kubernetes/kubernetes#128320 is closed
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels