epam / edp-keycloak-operator

It is responsible for establishing a connection to provided Keycloak Server, reconciling realms, and clients according to the created CRs
https://docs.kuberocketci.io
Apache License 2.0
34 stars 20 forks source link

Add Print Columns for Keycloak Cluster Resources #63

Closed SergK closed 4 months ago

SergK commented 4 months ago

Description: The goal of this task is to enhance the observability and manageability of Keycloak cluster resources by adding additional print columns to the ClusterKeycloak and ClusterKeycloakRealm resources. This will allow users to view essential information directly from the command line without needing to describe each resource individually. Given that the list of spec values is manageable, we aim to incorporate all spec values into the print columns for these resources.

Acceptance Criteria:

  1. For both ClusterKeycloak and ClusterKeycloakRealm resources, all spec values are added to the print columns.
  2. The implementation should ensure that the added print columns display relevant information clearly and concisely.
  3. The feature must be tested to verify that the print columns correctly display the specified spec values for both resources.
  4. Documentation must be updated to reflect the changes made to the print columns, including examples of the output users can expect.

Implementation Plan:

  1. Review the current spec values for ClusterKeycloak and ClusterKeycloakRealm resources.
  2. Determine the most relevant information to be displayed in the print columns for each resource.
  3. Implement the changes to add the selected spec values to the print columns for both resources.
  4. Conduct thorough testing to ensure the print columns display as expected.
  5. Update the documentation to include the new print column information and provide examples.

Labels: 'CodeMie'

SergK commented 4 months ago

Try with codemie