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 ¶
func (r *AzureFileCSIConfigReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
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
Click to show internal directories.
Click to hide internal directories.