Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( CRDFinalizer = "crd.components.eks.amazon.com" RemoteObjectCreated = "Created" )
statuses and finalizers
Functions ¶
Types ¶
type ReconcileCustomResourceDefinition ¶
type ReconcileCustomResourceDefinition struct { client.Client // contains filtered or unexported fields }
ReconcileCustomResourceDefinition reconciles a CustomResourceDefinition object
func (*ReconcileCustomResourceDefinition) Reconcile ¶
func (r *ReconcileCustomResourceDefinition) Reconcile(request reconcile.Request) (reconcile.Result, error)
Reconcile reads that state of the cluster for a CustomResourceDefinition object and makes changes based on the state read and what is in the CustomResourceDefinition.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=components.eks.amazonaws.com,resources=customresourcedefinitions,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=components.eks.amazonaws.com,resources=customresourcedefinitions/status,verbs=get;update;patch