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 AwsEbsCSIConfigReconciler

type AwsEbsCSIConfigReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
	Config addonconfig.AwsEbsCSIConfigControllerConfig
}

AwsEbsCSIConfigReconciler reconciles a AwsEbsCSIConfig object

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

Jump to

Keyboard shortcuts

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