Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //GiantSwarm team label GSTeamLabel = "application.giantswarm.io/team" //Policy API Exemption label //TODO: Move to Policy API PolicyAPIExemptionLabel = "policy.giantswarm.io/giantswarm-exempt" )
Functions ¶
This section is empty.
Types ¶
type AutomatedExceptionReconciler ¶
type AutomatedExceptionReconciler struct { client.Client Scheme *runtime.Scheme EdgeDBClient *edgedb.Client MaxJitterPercent int }
AutomatedExceptionReconciler reconciles an AutomatedException object
func (*AutomatedExceptionReconciler) SetupWithManager ¶
func (r *AutomatedExceptionReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ClusterPolicyReconciler ¶
type ClusterPolicyReconciler struct { client.Client EdgeDBClient *edgedb.Client Scheme *runtime.Scheme MaxJitterPercent int }
PolicyReconciler reconciles a AutomatedException object
func (*ClusterPolicyReconciler) SetupWithManager ¶
func (r *ClusterPolicyReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type PolicyConfigReconciler ¶
type PolicyConfigReconciler struct { client.Client EdgeDBClient *edgedb.Client Scheme *runtime.Scheme MaxJitterPercent int }
PolicyConfigReconciler reconciles a AutomatedException object
func (*PolicyConfigReconciler) SetupWithManager ¶
func (r *PolicyConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type PolicyExceptionReconciler ¶
type PolicyExceptionReconciler struct { client.Client EdgeDBClient *edgedb.Client Scheme *runtime.Scheme MaxJitterPercent int }
PolicyExceptionReconciler reconciles a AutomatedException object
func (*PolicyExceptionReconciler) SetupWithManager ¶
func (r *PolicyExceptionReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type PolicyManifestReconciler ¶
type PolicyReconciler ¶
type PolicyReconciler struct { client.Client EdgeDBClient *edgedb.Client Scheme *runtime.Scheme MaxJitterPercent int }
PolicyReconciler reconciles a AutomatedException object
func (*PolicyReconciler) SetupWithManager ¶
func (r *PolicyReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.