Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceAccountFetcher ¶
type ServiceAccountFetcher struct {
GetFunc func(ctx context.Context, name string) (*iam.ServiceAccount, error)
}
func NewServiceAccountFetcher ¶
func NewServiceAccountFetcher(sa *iam.ServiceAccount, err error) *ServiceAccountFetcher
type ServiceAccountPolicyManager ¶
type ServiceAccountPolicyManager struct { GetPolicyFunc func(ctx context.Context, name string) (*iam.Policy, error) SetPolicyFunc func(ctx context.Context, name string, policy *iam.Policy) (*iam.Policy, error) }
func NewServiceAccountPolicyManager ¶
func NewServiceAccountPolicyManager(policy *iam.Policy, err error) *ServiceAccountPolicyManager
Click to show internal directories.
Click to hide internal directories.