 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var (
	ConfigMapFinalizer = "configmap.components.eks.amazon.com"
)
    Functions ¶
Types ¶
type ReconcileConfigMap ¶
ReconcileConfigMap reconciles a ConfigMap object
func (*ReconcileConfigMap) Reconcile ¶
Reconcile reads that state of the cluster for a ConfigMap object and makes changes based on the state read and what is in the ConfigMap.Spec TODO(user): Modify this Reconcile function to implement your Controller logic. The scaffolding writes a Deployment as an example 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=components.eks.amazonaws.com,resources=configmaps,verbs=get;list;watch;create;update;patch;delete
 Click to show internal directories. 
   Click to hide internal directories.