• Dmitry Rozhkov's avatar
    kubeadm: do unit testing of actual public function · a6d7920f
    Dmitry Rozhkov authored
    Even though CreateServiceAccountKeyAndPublicKeyFiles() function is
    an interface function it's not unittested. Instead it wraps a couple
    of internal functions which are used only inside CreateServiceAccountKeyAndPublicKeyFiles()
    and those internal functions are tested.
    
    Rewrite the function to do only what it's intended to do and add unit
    tests for it.
    a6d7920f