# Functions
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RuleActionAllow describes that the traffic matching the rule must be allowed.
RuleActionDrop describes that the traffic matching the rule must be dropped.
RuleActionReject indicates that the traffic matching the rule must be rejected and the client will receive a response.
RuleDirectionEgress specifies that the direction of traffic must be egress, equivalent to "Out".
RuleDirectionIn specifies that the direction of traffic must be ingress, equivalent to "Ingress".
RuleDirectionIngress specifies that the direction of traffic must be ingress, equivalent to "In".
RuleDirectionOut specifies that the direction of traffic must be egress, equivalent to "Egress".
# Variables
AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
SchemeGroupVersion is group version used to register these objects.
# Structs
AdvancedConfig is Subnet advanced configuration.
Condition defines condition of custom resource.
DHCPConfig is DHCP configuration.
DNSClientConfig holds DNS configurations.
IPBlock describes a particular CIDR that is allowed or denied to/from the workloads matched by an AppliedTo.
IPPool is the Schema for the ippools API.
IPPoolList contains a list of IPPool.
IPPoolSpec defines the desired state of IPPool.
IPPoolStatus defines the observed state of IPPool.
NextHop defines next hop configuration for network.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NSXServiceAccount is the Schema for the nsxserviceaccounts API.
NSXServiceAccountList contains a list of NSXServiceAccount.
NSXServiceAccountSpec defines the desired state of NSXServiceAccount.
NSXServiceAccountStatus defines the observed state of NSXServiceAccount.
SecurityPolicy is the Schema for the securitypolicies API.
SecurityPolicyList contains a list of SecurityPolicy.
SecurityPolicyPeer defines the source or destination of traffic.
SecurityPolicyPort describes protocol and ports for traffic.
SecurityPolicyRule defines a rule of SecurityPolicy.
SecurityPolicySpec defines the desired state of SecurityPolicy.
SecurityPolicyStatus defines the observed state of SecurityPolicy.
SecurityPolicyTarget defines the target endpoints to apply SecurityPolicy.
StaticIPAllocation is static IP allocation for subnet ports with VIF attachment.
StaticRoute is the Schema for the staticroutes API.
StaticRouteList contains a list of StaticRoute.
StaticRouteSpec defines static routes configuration on VPC.
StaticRouteStatus defines the observed state of StaticRoute.
Subnet is the Schema for the subnets API.
SubnetInfo defines the observed state of a single Subnet of a SubnetSet.
SubnetList contains a list of Subnet.
SubnetPort is the Schema for the subnetports API.
No description provided by the author
SubnetPortList contains a list of SubnetPort.
SubnetPortSpec defines the desired state of SubnetPort.
SubnetPortStatus defines the observed state of SubnetPort.
SubnetRequest defines the subnet allocation request.
SubnetResult defines the subnet allocation result.
SubnetSet is the Schema for the subnetsets API.
SubnetSetList contains a list of SubnetSet.
SubnetSetSpec defines the desired state of SubnetSet.
SubnetSetStatus defines the observed state of SubnetSet.
SubnetSpec defines the desired state of Subnet.
SubnetStatus defines the observed state of Subnet.
VPC is the Schema for the VPC API +kubebuilder:printcolumn:name="PrivateIPv4CIDRs",type=string,JSONPath=`.status.privateIPv4CIDRs`,description="Private IPv4 CIDRs" +kubebuilder:printcolumn:name="SNATIP",type=string,JSONPath=`.status.defaultSNATIP`,description="Default SNAT IP for Private Subnets" +kubebuilder:printcolumn:name="LBSubnetCIDR",type=string,JSONPath=`.status.lbSubnetCIDR`,description="CIDR for the load balancer Subnet".
VPCList contains a list of VPC.
VPCNetworkConfiguration is the Schema for the vpcnetworkconfigurations API.
VPCNetworkConfigurationList contains a list of VPCNetworkConfiguration.
VPCNetworkConfigurationSpec defines the desired state of VPCNetworkConfiguration.
VPCNetworkConfigurationStatus defines the observed state of VPCNetworkConfiguration.
VPCSpec defines VPC configuration.
VPCStatus defines the observed state of VPC.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RuleAction describes the action to be applied on traffic matching a rule.
RuleDirection specifies the direction of traffic.
StaticRouteCondition defines condition of StaticRoute.
No description provided by the author