Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterClient ¶
type ClusterClient interface { Patch(ctx context.Context, cluster *capi.Cluster, patch client.Patch) (*capi.Cluster, error) GetManagementCluster(ctx context.Context) (*capi.Cluster, error) GetAWSCluster(ctx context.Context, namespacedName k8stypes.NamespacedName) (*capa.AWSCluster, error) IsManagementCluster(ctx context.Context, cluster *capi.Cluster) bool }
type ModeNotSupportedError ¶
type ModeNotSupportedError struct { Mode string // contains filtered or unexported fields }
func (*ModeNotSupportedError) Error ¶
func (e *ModeNotSupportedError) Error() string
func (*ModeNotSupportedError) Is ¶
func (e *ModeNotSupportedError) Is(target error) bool
type TransitGateway ¶
type TransitGateway struct {
// contains filtered or unexported fields
}
func NewTransitGateway ¶
func NewTransitGateway(transitGatewayClient awsclient.TransitGatewayClient, clusterClient ClusterClient) *TransitGateway
func (*TransitGateway) Unregister ¶
Click to show internal directories.
Click to hide internal directories.