Documentation
¶
Index ¶
Constants ¶
const (
MetricsPortPolicy = "accept 0.0.0.0/0"
)
Variables ¶
This section is empty.
Functions ¶
func OnionServiceService ¶
func OnionServiceService(onion *torv1alpha2.OnionService) *corev1.Service
Types ¶
type OnionBalancedServiceReconciler ¶
type OnionBalancedServiceReconciler struct { client.Client Scheme *runtime.Scheme ProjectConfig configv2.ProjectConfig }
OnionBalancedServiceReconciler reconciles a OnionBalancedService object.
func (*OnionBalancedServiceReconciler) Reconcile ¶
func (r *OnionBalancedServiceReconciler) 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 OnionBalancedService 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.10.0/pkg/reconcile
func (*OnionBalancedServiceReconciler) SetupWithManager ¶
func (r *OnionBalancedServiceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type OnionServiceReconciler ¶
type OnionServiceReconciler struct { client.Client Scheme *runtime.Scheme ProjectConfig configv2.ProjectConfig }
OnionServiceReconciler reconciles a OnionService object.
func (*OnionServiceReconciler) Reconcile ¶
func (r *OnionServiceReconciler) 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 OnionService 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.10.0/pkg/reconcile
func (*OnionServiceReconciler) SetupWithManager ¶
func (r *OnionServiceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type OnionV3 ¶
type OnionV3 struct {
// contains filtered or unexported fields
}
func GenerateOnionV3 ¶
func GenerateOnionV3FromKeys ¶
type Reconciler ¶
type Reconciler struct { client.Client Scheme *runtime.Scheme ProjectConfig configv2.ProjectConfig }
Reconciler reconciles a Tor object.
func (*Reconciler) 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 Tor 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.11.0/pkg/reconcile
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Source Files
¶
- onionbalancedservice_backends.go
- onionbalancedservice_configmap.go
- onionbalancedservice_controller.go
- onionbalancedservice_deployment.go
- onionbalancedservice_role.go
- onionbalancedservice_rolebinding.go
- onionbalancedservice_secret.go
- onionbalancedservice_service.go
- onionbalancedservice_service_metrics.go
- onionbalancedservice_service_monitor.go
- onionbalancedservice_serviceaccount.go
- onionservice_controller.go
- onionservice_deployment.go
- onionservice_role.go
- onionservice_rolebinding.go
- onionservice_secret.go
- onionservice_secret_authorizedclients.go
- onionservice_service.go
- onionservice_service_metrics.go
- onionservice_service_monitor.go
- onionservice_serviceaccount.go
- tor_configmap.go
- tor_controller.go
- tor_deployment.go
- tor_role.go
- tor_rolebinding.go
- tor_secret.go
- tor_service.go
- tor_service_metrics.go
- tor_service_monitor.go
- tor_serviceaccount.go
- util.go
- utils_equal.go
- utils_exist.go