Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndpointsReconciler ¶
func (*EndpointsReconciler) GetResObject ¶ added in v0.3.0
func (r *EndpointsReconciler) GetResObject() client.Object
type GatewayClassReconciler ¶
func (*GatewayClassReconciler) GetResObject ¶ added in v0.3.0
func (r *GatewayClassReconciler) GetResObject() client.Object
func (*GatewayClassReconciler) Reconcile ¶
func (r *GatewayClassReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the Adc object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.13.0/pkg/reconcile
type GatewayReconciler ¶
func (*GatewayReconciler) GetResObject ¶ added in v0.3.0
func (r *GatewayReconciler) GetResObject() client.Object
func (*GatewayReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the Adc object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.13.0/pkg/reconcile
type HttpRouteReconciler ¶
func (*HttpRouteReconciler) GetResObject ¶ added in v0.3.0
func (r *HttpRouteReconciler) GetResObject() client.Object
func (*HttpRouteReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the Adc object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.13.0/pkg/reconcile
type NamespaceReconciler ¶
func (*NamespaceReconciler) GetResObject ¶ added in v0.3.0
func (r *NamespaceReconciler) GetResObject() client.Object
type NodeReconciler ¶
func (*NodeReconciler) GetResObject ¶ added in v0.3.0
func (r *NodeReconciler) GetResObject() client.Object
type ReferenceGrantReconciler ¶
func (*ReferenceGrantReconciler) GetResObject ¶ added in v0.3.0
func (r *ReferenceGrantReconciler) GetResObject() client.Object
type Resource ¶ added in v0.3.0
type Resource interface { reconcile.Reconciler GetResObject() client.Object }
type ResourcesReconciler ¶ added in v0.3.0
type ResourcesReconciler struct {
// contains filtered or unexported fields
}
func (*ResourcesReconciler) Register ¶ added in v0.3.0
func (res *ResourcesReconciler) Register(resources ...Resource)
func (*ResourcesReconciler) StartReconcilers ¶ added in v0.3.0
func (res *ResourcesReconciler) StartReconcilers(manager ctrl.Manager) error
type SecretReconciler ¶
func (*SecretReconciler) GetResObject ¶ added in v0.3.0
func (r *SecretReconciler) GetResObject() client.Object
type ServiceReconciler ¶
func (*ServiceReconciler) GetResObject ¶ added in v0.3.0
func (r *ServiceReconciler) GetResObject() client.Object