Skip to content

Commit

Permalink
Add service account to the list of workload resources
Browse files Browse the repository at this point in the history
  • Loading branch information
HashNuke committed Apr 25, 2024
1 parent 8d68ba2 commit 90e35c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubectl_client.cr
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ module KubectlClient
pod: "Pod",
replicaset: "ReplicaSet",
statefulset: "StatefulSet",
daemonset: "DaemonSet"}
daemonset: "DaemonSet",
service_account: "ServiceAccount"}

# https://www.capitalone.com/tech/cloud/container-runtime/
# todo add podman
Expand Down

0 comments on commit 90e35c2

Please sign in to comment.