Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ServiceAccount ¶
type ServiceAccount struct {
// contains filtered or unexported fields
}
func NewServiceAccount ¶
func NewServiceAccount(client serviceAccountsClient, name string) ServiceAccount
func (ServiceAccount) Delete ¶
func (s ServiceAccount) Delete() error
func (ServiceAccount) Name ¶
func (s ServiceAccount) Name() string
func (ServiceAccount) Type ¶
func (s ServiceAccount) Type() string
type ServiceAccounts ¶
type ServiceAccounts struct {
// contains filtered or unexported fields
}
func NewServiceAccounts ¶
func NewServiceAccounts(client serviceAccountsClient, logger logger) ServiceAccounts
Click to show internal directories.
Click to hide internal directories.