Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecurityGroup ¶
type SecurityGroup struct { // ID is the SecurityGroup ID ID string // VpcID is the VPC ID in which the security group resides VpcID string // Tags are the tags of the security group Tags ipamTypes.Tags }
SecurityGroup is the representation of an AWS Security Group
+k8s:deepcopy-gen=true
func (*SecurityGroup) DeepCopy ¶
func (in *SecurityGroup) DeepCopy() *SecurityGroup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecurityGroup.
func (*SecurityGroup) DeepCopyInto ¶
func (in *SecurityGroup) DeepCopyInto(out *SecurityGroup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SecurityGroupMap ¶
type SecurityGroupMap map[string]*SecurityGroup
SecurityGroupMap indexes AWS Security Groups by security group ID
Click to show internal directories.
Click to hide internal directories.