• Joel Smith's avatar
    Clean up kublet secret and configmap unit test · 58ae5a78
    Joel Smith authored
    * Expected value comes before actual value in assert.Equal()
    * Use assert.Equal() instead of assert.True() when possible
    * Add a unit test that verifies no-op pod updates to the
      secret_manager and the configmap_manager
    * Add a clarifying comment about why it's good to seemingly
      delete a secret on updates.
    * Fix (for now, non-buggy) variable shadowing issue
    58ae5a78
configmap_manager_test.go 15.8 KB