Skip to content

Conjur provider - Add descriptions to kubectl explain #4542

@sitaramkm

Description

@sitaramkm

kubectl explain is very valuable and the ESO CRD's for Conjur provider does not have any descriptions. This report is for a request to add OpenAPI to CRD's for description of resources and field types

To Reproduce

  • Install ESO or just create the CRD's
  • Run kubectl explain SecretStore.spec.provider.conjur.auth
❯ kubectl explain SecretStore.spec.provider.conjur.auth
GROUP:      external-secrets.io
KIND:       SecretStore
VERSION:    v1beta1

FIELD: auth <Object>


DESCRIPTION:
    <empty>
FIELDS:
  apikey	<Object>
    <no description>

  jwt	<Object>
    <no description>

Kubernetes version - v1.32.2
ESO version 0.14.2 installed via Helm

Expected behavior
Description of field resources associated with the CRD.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomerskind/documentationCategorizes issue or PR as related to documentation.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions