controllers

package
v0.0.0-...-9331f55 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2023 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AzureFileCSIConfigReconciler

type AzureFileCSIConfigReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
	Config addonconfig.AzureFileCSIConfigControllerConfig
}

AzureFileCSIConfigReconciler reconciles a AzureFileCSIConfig object

func (*AzureFileCSIConfigReconciler) 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.

func (*AzureFileCSIConfigReconciler) SetupWithManager

func (r *AzureFileCSIConfigReconciler) SetupWithManager(_ context.Context, mgr ctrl.Manager,
	options controller.Options) error

SetupWithManager sets up the controller with the Manager.

type DataValues

type DataValues struct {
	AzureFileCSI *DataValuesAzureFileCSI `yaml:"azureFileCSIDriver,omitempty"`
}

DataValues is the data values type generated by the AzureFileCSIConfig CR

type DataValuesAzureFileCSI

type DataValuesAzureFileCSI struct {
	Namespace          string `yaml:"namespace"`
	HTTPProxy          string `yaml:"http_proxy"`
	HTTPSProxy         string `yaml:"https_proxy"`
	NoProxy            string `yaml:"no_proxy"`
	DeploymentReplicas int32  `yaml:"deployment_replicas"`
}

DataValuesAzureFileCSI is the data values section of AzureFileCSI Secret

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL