Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = NewListIamServiceAccountsCommand()
Functions ¶
func ListIamServiceAccountsRunner ¶
func ListIamServiceAccountsRunner(userOptions *ListIamServiceAccountsUserOptions) rosa.CommandRunner
Types ¶
type ServiceAccountRoleOutput ¶
type ServiceAccountRoleOutput struct {
RoleName string `json:"roleName" yaml:"roleName"`
ARN string `json:"arn" yaml:"arn"`
Cluster string `json:"cluster" yaml:"cluster"`
Namespace string `json:"namespace" yaml:"namespace"`
ServiceAccount string `json:"serviceAccount" yaml:"serviceAccount"`
CreatedDate *time.Time `json:"createdDate,omitempty" yaml:"createdDate,omitempty"`
Path string `json:"path" yaml:"path"`
}
Click to show internal directories.
Click to hide internal directories.