• Angus Lees's avatar
    providers: Remove long-deprecated Instances.List() · 8a7e1031
    Angus Lees authored
    This method has been unused by k8s for some time, and yet is the last
    piece of the cloud provider API that encourages provider names to be
    human-friendly strings (this method applies a regex to instance names).
    
    Actually removing this deprecated method is part of a long effort to
    migrate from instance names to instance IDs in at least the OpenStack
    provider plugin.
    8a7e1031
cloud.go 7.63 KB