Documentation ¶
Index ¶
- Constants
- func Add(mgr manager.Manager, opts options.AddOptions) error
- func AddWindowsController(mgr manager.Manager, opts options.AddOptions) error
- func GetOrCreateTyphaNodeTLSConfig(cli client.Client, certificateManager certificatemanager.CertificateManager) (*render.TyphaNodeTLS, error)
- func GetTyphaNodeTLSConfig(cli client.Client, certificateManager certificatemanager.CertificateManager) (*render.TyphaNodeTLS, error)
- func MergeAndFillDefaults(i *operator.Installation, awsNode *appsv1.DaemonSet, ...) error
- type ReconcileInstallation
- type ReconcileWindows
Constants ¶
const InstallationName string = "calico"
Variables ¶
This section is empty.
Functions ¶
func Add ¶
func Add(mgr manager.Manager, opts options.AddOptions) error
Add creates a new Installation Controller and adds it to the Manager. The Manager will set fields on the Controller and Start it when the Manager is Started.
func AddWindowsController ¶ added in v1.32.0
func AddWindowsController(mgr manager.Manager, opts options.AddOptions) error
Add creates a new Tiers Controller and adds it to the Manager. The Manager will set fields on the Controller and Start it when the Manager is Started.
func GetOrCreateTyphaNodeTLSConfig ¶ added in v1.26.0
func GetOrCreateTyphaNodeTLSConfig(cli client.Client, certificateManager certificatemanager.CertificateManager) (*render.TyphaNodeTLS, error)
func GetTyphaNodeTLSConfig ¶ added in v1.32.0
func GetTyphaNodeTLSConfig(cli client.Client, certificateManager certificatemanager.CertificateManager) (*render.TyphaNodeTLS, error)
func MergeAndFillDefaults ¶ added in v1.34.0
func MergeAndFillDefaults(i *operator.Installation, awsNode *appsv1.DaemonSet, currentPools *crdv1.IPPoolList) error
MergeAndFillDefaults merges in configuration from the Kubernetes provider, if applicable, and then populates defaults in the Installation instance.
Types ¶
type ReconcileInstallation ¶
type ReconcileInstallation struct {
// contains filtered or unexported fields
}
ReconcileInstallation reconciles a Installation object
type ReconcileWindows ¶ added in v1.32.0
type ReconcileWindows struct {
// contains filtered or unexported fields
}
func (*ReconcileWindows) Reconcile ¶ added in v1.32.0
func (r *ReconcileWindows) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)
Reconcile reads that state of the cluster for a Installation object and makes changes based on the state read and what is in the Installation.Spec. The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.