Documentation
¶
Index ¶
- func IsFuzzySelector(s string) bool
- type Accessor
- type Alias
- type BObj
- type Describer
- type EBS
- type EC2
- type EC2I
- type EC2S
- type Getter
- type IAMU
- type IAMUG
- type IAMUGP
- type IAMUP
- type IamGroupUser
- type IamRole
- type IamRolePloicy
- type Lambda
- type Lister
- type Object
- type S3
- type SG
- type SQS
- type Subnet
- type VPC
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsFuzzySelector ¶
IsFuzzySelector checks if filter is fuzzy or not.
Types ¶
type Alias ¶
Alias tracks standard and custom command aliases.
func (*Alias) AsResource ¶
AsResource returns a matching resource if it exists.
type Getter ¶
type Getter interface { // Get return a given resource. Get(ctx context.Context, path string) (Object, error) }
Getter represents a resource getter.
type IamGroupUser ¶
type IamGroupUser struct { Accessor // contains filtered or unexported fields }
func (*IamGroupUser) Init ¶
func (igu *IamGroupUser) Init(ctx context.Context)
type IamRolePloicy ¶
type IamRolePloicy struct { Accessor // contains filtered or unexported fields }
func (*IamRolePloicy) Init ¶
func (irp *IamRolePloicy) Init(ctx context.Context)
type Lister ¶
type Lister interface { // List returns a resource collection. List(ctx context.Context) ([]Object, error) }
Lister represents a resource lister.
Click to show internal directories.
Click to hide internal directories.