Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigMap ¶
ConfigMap is an application to manage the aws-auth ConfigMap. The AWS EKS kube-system/aws-auth ConfigMap manages access to the Kubernetes cluster and AWS Roles and Users need to be added to grant access
func NewConfigMap ¶
type Data ¶
type Data struct { MapRoles []*RolesAuth `json:"mapRoles"` MapUsers []*UsersAuth `json:"mapUsers"` }
Data represents the data of the aws-auth configmap
Click to show internal directories.
Click to hide internal directories.