Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for more resource types #7

Merged
merged 2 commits into from
May 26, 2024

Commits on May 24, 2024

  1. chore(config): add permissions for resource types

    * add read/update permissions for:
      * apps/daemonsets
      * apps/replicasets
      * apps/statefulsets
      * batch/cronjobs
      * batch/jobs
    * remove create/delete permissions for apps/*. (There were no
      create/delete permissions for batch/*.)
    * remove patch permissions for events
    basti1302 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c235cdb View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. feat: add support for more resource types

    * CronJob
    * DaemonSet
    * Job
    * ReplicaSet
    * StatefulSet
    basti1302 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    6f57bad View commit details
    Browse the repository at this point in the history