Skip to content

Display ingress IP address in the Kubernetes page

What does this MR do?

Frontend:

  • Display ingress IP address in the Kubernetes page:
  1. Changes the description prop into a slot to allow to reuse the clipboard button
  2. Renders the ip address with a clipboard button when ingress is installed and the ip is available
  3. Renders a ? when ingress is installed and ip is not available
  4. Renders a different text when ingress is installed
  5. Adds tests

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Screen_Shot_2018-02-19_at_11.57.51 Screen_Shot_2018-02-19_at_12.07.23 Screen_Shot_2018-02-19_at_12.07.14

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#42643 (closed)

Edited by Dylan Griffith

Merge request reports

Loading