vpc

package
v1.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2022 License: Apache-2.0 Imports: 0 Imported by: 1

README

supported EC2 instance types by amazon-vpc-resource-controller-k8s

The limit.go file in master branch provides the latest supported EC2 instance types by the controller for Security Group for Pods feature. In this file, you will find if your EC2 instance is supported (IsTrunkingCompatible) and how many pods using the feature (BranchInterface) can be created per instance when the next version of the controller is released.

Note: If you want to check EC2 instance types currently supported by the controller, you should check the limit.go file in the release branch instead. Thank you!

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Limits = map[string]*VPCLimits{}/* 560 elements not displayed */

VPC Limits and flags for ENI and IPv4 Addresses

Functions

This section is empty.

Types

type VPCLimits

type VPCLimits struct {
	Interface            int
	IPv4PerInterface     int
	IsTrunkingCompatible bool
	BranchInterface      int
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL