Documentation ¶
Index ¶
- func ClusterRoleBindingReconciler() reconciling.NamedClusterRoleBindingReconcilerFactory
- func DeploymentReconciler(clusterVersion semver.Semver, kServerHost string, kServerPort int, ...) reconciling.NamedDeploymentReconcilerFactory
- func NetworkPolicyReconciler() reconciling.NamedNetworkPolicyReconcilerFactory
- func PodDisruptionBudgetReconciler() reconciling.NamedPodDisruptionBudgetReconcilerFactory
- func ResourcesForDeletion() []ctrlruntimeclient.Object
- func ServiceAccountReconciler() reconciling.NamedServiceAccountReconcilerFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClusterRoleBindingReconciler ¶ added in v2.22.0
func ClusterRoleBindingReconciler() reconciling.NamedClusterRoleBindingReconcilerFactory
ClusterRoleBindingReconciler returns a func to create/update the ClusterRoleBinding for konnectivity.
func DeploymentReconciler ¶ added in v2.22.0
func DeploymentReconciler(clusterVersion semver.Semver, kServerHost string, kServerPort int, kKeepaliveTime string, imageRewriter registry.ImageRewriter) reconciling.NamedDeploymentReconcilerFactory
DeploymentCreator returns function to create/update deployment for konnectivity agents in user cluster.
func NetworkPolicyReconciler ¶ added in v2.22.0
func NetworkPolicyReconciler() reconciling.NamedNetworkPolicyReconcilerFactory
NetworkPolicyReconciler NetworkPolicy allows all egress traffic.
func PodDisruptionBudgetReconciler ¶ added in v2.22.0
func PodDisruptionBudgetReconciler() reconciling.NamedPodDisruptionBudgetReconcilerFactory
PodDisruptionBudgetReconciler returns a func to create/update the Konnectivity agent's PodDisruptionBudget.
func ResourcesForDeletion ¶ added in v2.19.0
func ResourcesForDeletion() []ctrlruntimeclient.Object
func ServiceAccountReconciler ¶ added in v2.22.0
func ServiceAccountReconciler() reconciling.NamedServiceAccountReconcilerFactory
ServiceAccountReconciler returns a func to create/update the ServiceAccount used by konnectivity agents.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.