Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RequeueAfter = 60 * time.Second
Functions ¶
This section is empty.
Types ¶
type CloudHSMReconciler ¶
type CloudHSMReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme // contains filtered or unexported fields }
CloudHSMReconciler reconciles a CloudHSM object
func (*CloudHSMReconciler) SetupWithManager ¶
func (r *CloudHSMReconciler) SetupWithManager(mgr ctrl.Manager) error
type Context ¶
type Context struct { Client cloudhsmv2iface.CloudHSMV2API // contains filtered or unexported fields }
func (*Context) DescribeClusters ¶
func (c *Context) DescribeClusters(clusterId string) (*cloudhsmv2.DescribeClustersOutput, error)
Click to show internal directories.
Click to hide internal directories.