Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsAuthConfigMap ¶
type AwsAuthConfigMap struct {
// contains filtered or unexported fields
}
func NewAwsAuthConfigMap ¶
func NewAwsAuthConfigMap(k8sClient *kubernetes.Clientset) (*AwsAuthConfigMap, error)
func (*AwsAuthConfigMap) AddRoleMapping ¶
func (m *AwsAuthConfigMap) AddRoleMapping(roleArn string, username string, groups []string)
func (*AwsAuthConfigMap) RemoveRoleMapping ¶
func (m *AwsAuthConfigMap) RemoveRoleMapping(roleArn string)
func (*AwsAuthConfigMap) Save ¶
func (m *AwsAuthConfigMap) Save() error
Click to show internal directories.
Click to hide internal directories.