Documentation ¶
Index ¶
Constants ¶
const (
ServiceAccountFinalizer = "serviceaccount.components.eks.amazon.com"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReconcileServiceAccount ¶
ReconcileServiceAccount reconciles a ServiceAccount object
func (*ReconcileServiceAccount) Reconcile ¶
Reconcile reads that state of the cluster for a ServiceAccount object and makes changes based on the state read and what is in the ServiceAccount.Spec Automatically generate RBAC rules to allow the Controller to read and write Deployments +kubebuilder:rbac:groups=apps,resources=deployments,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=apps,resources=deployments/status,verbs=get;update;patch +kubebuilder:rbac:groups=components.eks.amazonaws.com,resources=serviceaccounts,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=components.eks.amazonaws.com,resources=serviceaccounts/status,verbs=get;update;patch