cloudresources

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetupAwsNfsVolumeReconciler

func SetupAwsNfsVolumeReconciler(reg skrruntime.SkrRegistry) error

func SetupCloudResourcesReconciler

func SetupCloudResourcesReconciler(reg skrruntime.SkrRegistry) error

func SetupGcpNfsVolumeReconciler

func SetupGcpNfsVolumeReconciler(reg skrruntime.SkrRegistry) error

func SetupIpRangeReconciler

func SetupIpRangeReconciler(reg skrruntime.SkrRegistry) error

Types

type AwsNfsVolumeBackupReconciler added in v0.1.4

type AwsNfsVolumeBackupReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

AwsNfsVolumeBackupReconciler reconciles a AwsNfsVolumeBackup object

func (*AwsNfsVolumeBackupReconciler) Reconcile added in v0.1.4

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the AwsNfsVolumeBackup object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.16.3/pkg/reconcile

func (*AwsNfsVolumeBackupReconciler) SetupWithManager added in v0.1.4

func (r *AwsNfsVolumeBackupReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type AwsNfsVolumeReconciler

type AwsNfsVolumeReconciler struct {
	// contains filtered or unexported fields
}

AwsNfsVolumeReconciler reconciles a AwsNfsVolume object

func (*AwsNfsVolumeReconciler) Reconcile

func (r *AwsNfsVolumeReconciler) 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. TODO(user): Modify the Reconcile function to compare the state specified by the AwsNfsVolume object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.16.3/pkg/reconcile

type AwsNfsVolumeReconcilerFactory

type AwsNfsVolumeReconcilerFactory struct{}

func (*AwsNfsVolumeReconcilerFactory) New

type CloudResourcesReconciler

type CloudResourcesReconciler struct {
	// contains filtered or unexported fields
}

CloudResourcesReconciler reconciles a CloudResources object

func (*CloudResourcesReconciler) 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. TODO(user): Modify the Reconcile function to compare the state specified by the CloudResources object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.16.3/pkg/reconcile

type CloudResourcesReconcilerFactory

type CloudResourcesReconcilerFactory struct {
}

func (*CloudResourcesReconcilerFactory) New

type GcpNfsVolumeReconciler

type GcpNfsVolumeReconciler struct {
	Reconciler gcpnfsvolume.Reconciler
	// contains filtered or unexported fields
}

GcpNfsVolumeReconciler reconciles a GcpNfsVolume object

func (*GcpNfsVolumeReconciler) Reconcile

func (r *GcpNfsVolumeReconciler) 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. TODO(user): Modify the Reconcile function to compare the state specified by the GcpNfsVolume object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.15.0/pkg/reconcile

type GcpNfsVolumeReconcilerFactory

type GcpNfsVolumeReconcilerFactory struct{}

func (*GcpNfsVolumeReconcilerFactory) New

type IpRangeReconciler

type IpRangeReconciler struct {
	// contains filtered or unexported fields
}

IpRangeReconciler reconciles a IpRange object

func (*IpRangeReconciler) Reconcile

func (r *IpRangeReconciler) 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. TODO(user): Modify the Reconcile function to compare the state specified by the IpRange object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.16.3/pkg/reconcile

type IpRangeReconcilerFactory

type IpRangeReconcilerFactory struct{}

func (*IpRangeReconcilerFactory) New

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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