Documentation ¶
Index ¶
- Constants
- func ParseProfiles(cmd *cobra.Command) []string
- func ParseRegions(cmd *cobra.Command) []string
- func ParseTags(cmd *cobra.Command) []string
- func Run(profiles []string, regions []string, debug bool, k8sTags []string)
- type AgentContainerCount
- type AgentlessServiceCount
- type OSCounts
- type VMInfo
Constants ¶
View Source
const ( EC2 = "EC2 VM" RDS = "RDS Instance" REDSHIFT = "Redshift" NATGATEWAY = "NAT Gateway" ELBv1 = "ELBv1" ELBv2 = "ELBv2" ECS = "ECS EC2 VM" ECS_TASKS = "ECS Task" FARGATE_RUNNING_TASKS = "Fargate Running Task" FARGATE_RUNNING_CONTAINERS = "Fargate Running Containers" FARGATE_TOTAL_CONTAINERS = "Fargate Total Containers" FARGATE_ACTIVE_SERVICES = "Fargate Active Services" EKS_FARGATE_ACTIVE_PROFILES = "EKS Fargate Active Profiles" ENTERPRISE_AGENT = "Enterprise Agent" STANDARD_AGENT = "Standard Agent" )
Variables ¶
This section is empty.
Functions ¶
func ParseProfiles ¶
func ParseRegions ¶
Types ¶
type AgentContainerCount ¶
type AgentlessServiceCount ¶
Click to show internal directories.
Click to hide internal directories.