Versions in this module Expand all Collapse all v0 v0.1.0 Oct 21, 2021 Changes in this version + func FillDefaultValue(origin *appv1.Agent) *appv1.Agent + type AgentReconciler struct + Scheme *runtime.Scheme + func (r *AgentReconciler) CreateResource(ctx context.Context, agent *appv1.Agent) (err error) + func (r *AgentReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, err error) + func (r *AgentReconciler) SetupWithManager(mgr ctrl.Manager) error + func (r *AgentReconciler) UpdateResource(ctx context.Context, oldDeploy *appsv1.StatefulSet, agent *appv1.Agent) (err error) + type AgentResources struct + Role *rbacv1.Role + RoleBinding *rbacv1.RoleBinding + ServiceAccount *corev1.ServiceAccount + StatefulSet *appsv1.StatefulSet + func ConvertAgent(app *appv1.Agent, setOwnerRef SetOwnerRefFunc) *AgentResources + type SetOwnerRefFunc func(agent *appv1.Agent, controlled metav1.Object)