Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clients ¶
type Clients interface { IpRangeClient NfsClient ScopeClient VpcPeeringClient }
type IpRangeClient ¶
type IpRangeClient interface { iprangeclient.Client }
type NfsClient ¶
type NfsClient interface { nfsinstanceclient.Client }
type NfsConfig ¶
type NfsConfig interface { SetFileSystemLifeCycleState(id string, state efsTypes.LifeCycleState) GetFileSystemById(id string) *efsTypes.FileSystemDescription }
type Providers ¶
type Providers interface { ScopeGardenProvider() awsclient.GardenClientProvider[scopeclient.AwsStsClient] IpRangeSkrProvider() awsclient.SkrClientProvider[iprangeclient.Client] NfsInstanceSkrProvider() awsclient.SkrClientProvider[nfsinstanceclient.Client] VpcPeeringSkrProvider() awsclient.SkrClientProvider[vpcpeeringclient.Client] }
type ScopeClient ¶
type ScopeClient interface { scope.AwsStsClient }
type ScopeConfig ¶
type VpcPeeringClient ¶ added in v0.1.4
type VpcPeeringClient interface { vpcpeeringclient.Client }
type VpcPeeringConfig ¶ added in v0.1.4
type VpcPeeringConfig interface {
AddVpcPeering()
}
Click to show internal directories.
Click to hide internal directories.