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