Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureDiskCSIConfigReconciler ¶
type AzureDiskCSIConfigReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Config addonconfig.AzureDiskCSIConfigControllerConfig }
AzureDiskCSIConfigReconciler reconciles a AzureDiskCSIConfig object
func (*AzureDiskCSIConfigReconciler) Reconcile ¶
func (r *AzureDiskCSIConfigReconciler) 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 (*AzureDiskCSIConfigReconciler) SetupWithManager ¶
func (r *AzureDiskCSIConfigReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
SetupWithManager sets up the controller with the Manager.
type DataValues ¶
type DataValues struct {
AzureDiskCSI *DataValuesAzureDiskCSI `yaml:"azureDiskCSIDriver,omitempty"`
}
DataValues is the data values type generated by the azureDiskCSIDriver CR
type DataValuesAzureDiskCSI ¶
type DataValuesAzureDiskCSI 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"` }
DataValuesAzureDiskCSI is the data values section of azureDiskCSI Secret
Click to show internal directories.
Click to hide internal directories.