Package v1alpha1 contains API Schema definitions for the v1alpha1 API group
Direction describes the traffic direction. Ingress applies to incoming traffic. Egress applies to outbound traffic.
ExternalIP is the Schema for the externalips API
| Field | Description |
|---|---|
|
|
|
|
|
Refer to Kubernetes API documentation for fields of |
|
ExternalIPSpec defines the desired state of ExternalIP
| Field | Description |
|---|---|
|
NodeName is the node’s instance on which the address must be attached |
|
Whether to disable reconciliation of this resource for development purpose |
|
PreventDeallocation tells if EIP should be deallocated on ExternalIP deletion |
FirewallRule is the Schema for the firewallrules API
| Field | Description |
|---|---|
|
|
|
|
|
Refer to Kubernetes API documentation for fields of |
|
FirewallRuleSpec defines the desired state of FirewallRule
| Field | Description |
|---|---|
|
The public IP address of the node to which the firewall rule must be attached. Set either this or nodeName. If both are set, publicIPAddress takes precedence. Using publicAddress is useful when the FirewallRule must be attached to a node with ExternalIP auto-assign. In this case, the ExternalIP may be attached to several nodes during the cluster lifecycle, setting this ensure that the FirewallRule is always attached to the right node. |
|
NodeName is the node’s instance on which the firewall rule must be attached |
|
A description for the firewall rule. This is informational only. |
|
The traffic direction. Ingress applies to incoming traffic. Egress applies to outbound traffic. |
|
The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number. |
|
The IP protocol name (tcp, udp, icmp, icmpv6) or number (see Protocol Numbers (http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml)). Use -1 to specify all protocols. |
|
The IPv4 ranges. |
|
The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code. |
|
Whether to disable reconciliation of this resource for development purpose |
IPRange Describes an IPv4 range.
| Field | Description |
|---|---|
|
The IPv4 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv4 address, use the /32 prefix length. |
|
A description for the rule that references this IPv4 address range. |