@@ -552,16 +552,20 @@ For detailed configuration information of SwitchLBRule, you can refer to [Custom
552
552
| Property Name | Type | Description |
553
553
| --- | --- | --- |
554
554
| externalSubnet | String | OvnEip's subnet name |
555
- | v4ip | String | OvnEip IP address |
555
+ | v4Ip | String | OvnEip IPv4 address |
556
+ | v6Ip | String | OvnEip IPv6 address |
556
557
| macAddress | String | OvnEip Mac address |
557
- | type | String | OvnEip use type, the value can be ` fip ` , ` snat ` or ` lrp ` |
558
+ | type | String | OvnEip use type, the value can be ` lrp ` , ` lsp ` or ` nat ` |
558
559
559
560
#### OvnEipStatus
560
561
561
562
| Property Name | Type | Description |
562
563
| --- | --- | --- |
563
564
| conditions | [ ] OvnEipCondition | OvnEip status change information, refer to the beginning of the documentation for the definition of Condition |
564
- | v4ip | String | The IPv4 ip address used by ovnEip |
565
+ | type | String | OvnEip use type, the value can be ` lrp ` , ` lsp ` or ` nat ` |
566
+ | nat | String | dnat snat fip |
567
+ | v4Ip | String | The IPv4 ip address used by ovnEip |
568
+ | v6Ip | String | The IPv4 ip address used by ovnEip |
565
569
| macAddress | String | Mac address used by ovnEip |
566
570
567
571
### OvnFip
@@ -579,7 +583,10 @@ For detailed configuration information of SwitchLBRule, you can refer to [Custom
579
583
| Property Name | Type | Description |
580
584
| --- | --- | --- |
581
585
| ovnEip | String | Name of the bound ovnEip |
586
+ | ipType | String | vip crd or ip crd ("" means ip crd) |
582
587
| ipName | String | The IP crd name corresponding to the bound Pod |
588
+ | vpc | String | The vpc crd name corresponding to the bound Pod |
589
+ | V4Ip | String | The IPv4 ip addresss corresponding to vip or the bound Pod |
583
590
584
591
#### OvnFipStatus
585
592
@@ -588,7 +595,6 @@ For detailed configuration information of SwitchLBRule, you can refer to [Custom
588
595
| ready | Bool | OvnFip is ready or not |
589
596
| v4Eip | String | Name of the ovnEip to which ovnFip is bound |
590
597
| v4Ip | String | The ovnEip address currently in use |
591
- | macAddress | String | OvnFip's configured mac address |
592
598
| vpc | String | The name of the vpc where ovnFip is located |
593
599
| conditions | [ ] OvnFipCondition | OvnFip status change information, refer to the beginning of the document for the definition of Condition |
594
600
@@ -607,8 +613,10 @@ For detailed configuration information of SwitchLBRule, you can refer to [Custom
607
613
| Property Name | Type | Description |
608
614
| --- | --- | --- |
609
615
| ovnEip | String | Name of the ovnEip to which ovnSnatRule is bound |
610
- | vpcSubnet | String | The name of the subnet configured by ovnSnatRule |
616
+ | vpcSubnet | String | The name of the subnet of the vpc configured by ovnSnatRule |
617
+ | vpc | String | The vpc crd name corresponding to the ovnSnatRule bound Pod |
611
618
| ipName | String | The IP crd name corresponding to the ovnSnatRule bound Pod |
619
+ | v4IpCidr | String | The IPv4 cidr of the vpc subnet |
612
620
613
621
#### OvnSnatRuleStatus
614
622
0 commit comments