Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewProvider ¶
func NewProvider(opts ProviderOptions) serviceaccounts.Provider
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func (*Provider) Get ¶
func (p *Provider) Get(ctx context.Context, ref *serviceaccounts.Reference) (*corev1.ServiceAccount, error)
type ProviderOptions ¶
type ProviderOptions struct {
KubeClient *kubernetes.Clientset
}
Click to show internal directories.
Click to hide internal directories.