Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EfsRepository ¶
type EfsRepository struct {
// contains filtered or unexported fields
}
func NewEfsRepository ¶
func NewEfsRepository(ctx context.Context, client AwsClient) *EfsRepository
func (*EfsRepository) GetRegion ¶
func (r *EfsRepository) GetRegion() ptypes.AwsRegion
func (*EfsRepository) ListFileSystemsAll ¶
func (r *EfsRepository) ListFileSystemsAll() ([]FileSystem, error)
func (*EfsRepository) ListFileSystemsByInput ¶
func (r *EfsRepository) ListFileSystemsByInput(query *efs.DescribeFileSystemsInput) ([]FileSystem, error)
type FileSystem ¶
type FileSystem struct { service.AbstractResource types.FileSystemDescription Tags []types.Tag }
func NewFileSystem ¶
func NewFileSystem(client AwsClient, fileSystem types.FileSystemDescription) FileSystem
func (FileSystem) GetName ¶
func (e FileSystem) GetName() string
func (FileSystem) GetTagValue ¶
func (e FileSystem) GetTagValue(tag string) string
func (FileSystem) GetTags ¶
func (e FileSystem) GetTags() map[string]string
type FileSystemList ¶
type FileSystemList struct {
Items []FileSystem
}
Click to show internal directories.
Click to hide internal directories.