Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (Client) ListIAMServiceAccounts ¶
func (c Client) ListIAMServiceAccounts(namespace, labelSelector, fieldSelector string) ([]ServiceAccount, error)
type Kubeconfig ¶
func NewKubeconfig ¶
func NewKubeconfig(kubeconfigPath string) (Kubeconfig, error)
func (Kubeconfig) String ¶
func (k Kubeconfig) String() string
type ServiceAccount ¶
func (ServiceAccount) RoleAccount ¶
func (s ServiceAccount) RoleAccount() string
func (ServiceAccount) RoleName ¶
func (s ServiceAccount) RoleName() string
Click to show internal directories.
Click to hide internal directories.