package
1.19.3
Repository: https://github.com/aws/amazon-vpc-cni-k8s.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Parse environment variable and return boolean representation of string, or default value if environment variable is unset.
If environment variable is set, return set value, otherwise return default value.
Parse environment variable and return integer representation of string, or default value if environment variable is unset.
IsValidNetworkPolicyEnforcingMode checks if the input string matches any of the enum values.

# Constants

None : no network policy enforcement.
Standard :standard network policy enforcement.
Strict : strict network policy enforcement.

# Type aliases

NetworkPolicyEnforcingMode is the mode of network policy enforcement.