Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWS ¶
type AWS struct {
// contains filtered or unexported fields
}
func (*AWS) Get ¶
func (r *AWS) Get(ctx context.Context, key string) (infrastructurev1alpha3.AWSControlPlane, bool)
func (*AWS) Set ¶
func (r *AWS) Set(ctx context.Context, key string, val infrastructurev1alpha3.AWSControlPlane)
type G8s ¶
type G8s struct {
// contains filtered or unexported fields
}
func (*G8s) Get ¶
func (r *G8s) Get(ctx context.Context, key string) (infrastructurev1alpha3.G8sControlPlane, bool)
func (*G8s) Set ¶
func (r *G8s) Set(ctx context.Context, key string, val infrastructurev1alpha3.G8sControlPlane)
Click to show internal directories.
Click to hide internal directories.