Skip to content
  1. Sep 22, 2019
    • Ankit R Gadiya's avatar
      fix: checking the underlying error · 412f6011
      Ankit R Gadiya authored
      The create function wraps errors which causes Kubernetes error
      functions to not detect the specific types of errors. This commit
      fixes it by checking the underlying error instead of error directly.
      
      Also, all calls were calling update (even with successful
      create). This commit adds a check for only those where create failed
      with IsAlreadyExists error will it call update.
      412f6011
    • Ankit R Gadiya's avatar
      fix: added check for non-nil error · 9bce3ace
      Ankit R Gadiya authored
      delete function was not checking for error and directly checking for
      specific type of error. This was leading to every call returning
      error. This commit fixed it by adding a check for non-nil errors
      first.
      9bce3ace
  2. Sep 19, 2019
  3. Sep 18, 2019
  4. Sep 12, 2019
  5. Aug 12, 2019
Loading