k9s/internal/dao
Dan Ramich 3f280ca133
Update ScanSA calls to account for blank service accounts (#1871)
The original check in ScanSA assumed the service account on the pod spec
was not blank. It can be blank and when it is kubernetes will default
to using the 'default' service account. This change extends the check
logic to also include that.
2022-12-03 07:12:27 -07:00
..
testdata K8s update (#1041) 2021-03-19 09:20:05 -06:00
alias.go K9s/rel v0.26.4 (#1767) 2022-09-21 14:28:21 -06:00
alias_test.go fix cron triggers (#1171) 2021-06-29 08:25:04 -06:00
benchmark.go K9s/rel v0.26.1 (#1685) 2022-08-02 13:22:16 -06:00
benchmark_test.go refactor pf and benchmarks 2020-02-14 14:28:52 -07:00
cluster.go K9s/rel v0.26.7 (#1816) 2022-10-18 09:01:20 -06:00
container.go K9s/rel v0.26.0 (#1660) 2022-07-17 09:28:59 -06:00
container_test.go release v0.25.13 (#1383) 2021-12-16 09:30:10 -07:00
context.go K9s/rel v0.26.0 (#1660) 2022-07-17 09:28:59 -06:00
crd.go fix #1773 2022-09-26 19:27:43 -06:00
cronjob.go Update ScanSA calls to account for blank service accounts (#1871) 2022-12-03 07:12:27 -07:00
cruiser.go checkpoint 2020-01-04 14:05:41 -07:00
cruiser_test.go refactor: move from io/ioutil to io and os packages (#1300) 2021-11-08 08:47:18 -07:00
describe.go add liveviews for describe/yaml 2020-10-27 19:38:54 -06:00
dir.go refactor: move from io/ioutil to io and os packages (#1300) 2021-11-08 08:47:18 -07:00
dir_test.go fix issue #790 2020-07-02 22:10:16 -06:00
dp.go Update ScanSA calls to account for blank service accounts (#1871) 2022-12-03 07:12:27 -07:00
ds.go Update ScanSA calls to account for blank service accounts (#1871) 2022-12-03 07:12:27 -07:00
generic.go Fix GracePeriodSeconds (#1739) 2022-09-18 08:09:16 -06:00
helm.go K9s/rel v0.26.7 (#1816) 2022-10-18 09:01:20 -06:00
helpers.go Update ScanSA calls to account for blank service accounts (#1871) 2022-12-03 07:12:27 -07:00
helpers_test.go Update ScanSA calls to account for blank service accounts (#1871) 2022-12-03 07:12:27 -07:00
job.go Update ScanSA calls to account for blank service accounts (#1871) 2022-12-03 07:12:27 -07:00
log_item.go Add a closing tag when showing timestamp in log view (#1776) 2022-09-25 08:35:29 -06:00
log_item_test.go Add a closing tag when showing timestamp in log view (#1776) 2022-09-25 08:35:29 -06:00
log_items.go K9s: Release v0.25.0 (#1304) 2021-11-15 23:24:51 -07:00
log_items_test.go Add a closing tag when showing timestamp in log view (#1776) 2022-09-25 08:35:29 -06:00
log_options.go release v0.25.16 (#1400) 2021-12-24 17:41:35 -07:00
log_options_test.go fix #1163 #1153 #1151 #1140 #1137 #1132 #1131 2021-06-27 23:22:13 -06:00
node.go K9s/rel v0.26.0 (#1660) 2022-07-17 09:28:59 -06:00
non_resource.go K9s/rel v0.26.0 (#1660) 2022-07-17 09:28:59 -06:00
ns.go K9s release v0.25.19 (#1610) 2022-06-27 19:20:22 -06:00
ofaas.go refactor: move from io/ioutil to io and os packages (#1300) 2021-11-08 08:47:18 -07:00
patch.go fix cron triggers (#1171) 2021-06-29 08:25:04 -06:00
patch_test.go cleaning up 2020-10-28 19:10:29 -06:00
pod.go Update ScanSA calls to account for blank service accounts (#1871) 2022-12-03 07:12:27 -07:00
pod_test.go fix cron triggers (#1171) 2021-06-29 08:25:04 -06:00
popeye.go K9s/rel v0.26.0 (#1660) 2022-07-17 09:28:59 -06:00
port_forward.go bugfix for port forward custom containers not showing #1844 (#1877) 2022-11-29 08:54:51 -07:00
port_forward_test.go bugfix for port forward custom containers not showing #1844 (#1877) 2022-11-29 08:54:51 -07:00
port_forwarder.go K9s: release v0.25.12 (#1379) 2021-12-14 23:46:32 -07:00
pulse.go cleaning up 2020-02-20 10:18:01 -07:00
rbac.go K9s/rel v0.26.0 (#1660) 2022-07-17 09:28:59 -06:00
rbac_policy.go Add policy view to serviceAccounts (#1840) 2022-11-15 23:11:30 -07:00
rbac_policy_test.go Add policy view to serviceAccounts (#1840) 2022-11-15 23:11:30 -07:00
rbac_subject.go checkpoint 2020-01-04 14:05:41 -07:00
reference.go cleaning up 2020-05-28 14:03:33 -06:00
registry.go K9s release v0.25.19 (#1610) 2022-06-27 19:20:22 -06:00
registry_test.go refactor: move from io/ioutil to io and os packages (#1300) 2021-11-08 08:47:18 -07:00
resource.go K9s/rel v0.26.0 (#1660) 2022-07-17 09:28:59 -06:00
rest_mapper.go fix cron triggers (#1171) 2021-06-29 08:25:04 -06:00
rs.go fix cron triggers (#1171) 2021-06-29 08:25:04 -06:00
screen_dump.go fix #1773 2022-09-26 19:27:43 -06:00
sts.go Update ScanSA calls to account for blank service accounts (#1871) 2022-12-03 07:12:27 -07:00
svc.go K9s/rel v0.26.0 (#1660) 2022-07-17 09:28:59 -06:00
table.go clean up and bugs fix 2020-10-29 16:34:04 -06:00
types.go K9s/rel v0.26.1 (#1685) 2022-08-02 13:22:16 -06:00