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
func (ServiceAccounts) List ¶
func (s ServiceAccounts) List(filter string) ([]common.Deletable, error)
func (ServiceAccounts) Type ¶ added in v0.32.0
func (s ServiceAccounts) Type() string
Click to show internal directories.
Click to hide internal directories.