Documentation
¶
Overview ¶
Package listget hosts the top-level read-only commands `d8 iam get` and `d8 iam list`. It is intentionally a thin composition layer: every subcommand here is a factory exported by package iam/access/cmd, which owns the actual aggregation pipeline. The split exists so that the kubectl-style `iam get / iam list` UX can sit at the top of the tree without dragging the access aggregation code through an import cycle.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGetCommand ¶
NewGetCommand returns the "d8 iam get" parent command.
func NewListCommand ¶
NewListCommand returns the "d8 iam list" parent command.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.