Documentation
¶
Index ¶
Constants ¶
const ( DefaulFluxNamespace = "flux-system" FluxInterval = 10 * time.Second FluxOwnerLabel = "kustomize.toolkit.fluxcd.io/name" FluxNamespaceLabel = "kustomize.toolkit.fluxcd.io/namespace" RepoSecretName = "gh-repo-secret" )
const ( ClusterTypeField = "spec.clusterType" ReconcilerField = "spec.reconciler" NamespaceServiceField = "spec.namespaceService" DeploymentTargetField = "spec.deploymentTarget" EnvironmentField = "spec.environment" )
const (
PlatformConfigLabel = "platform-config"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssignmentReconciler ¶
AssignmentReconciler reconciles a Assignment object
func (*AssignmentReconciler) SetupWithManager ¶
func (r *AssignmentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type BaseRepoReconciler ¶
BaseRepoReconciler reconciles a BaseRepo object
func (*BaseRepoReconciler) SetupWithManager ¶
func (r *BaseRepoReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type EnvironmentReconciler ¶
EnvironmentReconciler reconciles a Environment object
func (*EnvironmentReconciler) SetupWithManager ¶
func (r *EnvironmentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type Flux ¶
type GitOpsRepoReconciler ¶
GitOpsRepoReconciler reconciles a GitOpsRepo object
func (*GitOpsRepoReconciler) SetupWithManager ¶
func (r *GitOpsRepoReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type SchedulingPolicyReconciler ¶
SchedulingPolicyReconciler reconciles a SchedulingPolicy object
func (*SchedulingPolicyReconciler) SetupWithManager ¶
func (r *SchedulingPolicyReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type WorkloadReconciler ¶
WorkloadReconciler reconciles a Workload object
func (*WorkloadReconciler) SetupWithManager ¶
func (r *WorkloadReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type WorkloadRegistrationReconciler ¶
WorkloadRegistrationReconciler reconciles a WorkloadRegistration object
func (*WorkloadRegistrationReconciler) SetupWithManager ¶
func (r *WorkloadRegistrationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.