Versions in this module Expand all Collapse all v0 v0.13.1 May 8, 2020 v0.13.0 May 8, 2020 Changes in this version + const AllNames + const AllNamespaces + const Group + const GroupVersionCurrent + const KindBGPConfiguration + const KindBGPConfigurationList + const KindBGPPeer + const KindBGPPeerList + const KindIPPool + const KindIPPoolList + const LabelNamespace + const LabelServiceAccount + const VersionCurrent + type BGPConfiguration struct + Spec BGPConfigurationSpec + func NewBGPConfiguration() *BGPConfiguration + type BGPConfigurationList struct + Items []BGPConfiguration + func NewBGPConfigurationList() *BGPConfigurationList + type BGPConfigurationSpec struct + ASNumber *string + LogSeverityScreen string + NodeToNodeMeshEnabled *bool + type BGPPeer struct + Spec BGPPeerSpec + func NewBGPPeer() *BGPPeer + type BGPPeerList struct + Items []BGPPeer + func NewBGPPeerList() *BGPPeerList + type BGPPeerSpec struct + ASNumber string + Node string + NodeSelector string + PeerIP string + PeerSelector string + type IPIPMode string + const IPIPModeAlways + const IPIPModeCrossSubnet + const IPIPModeNever + type IPPool struct + Spec IPPoolSpec + func NewIPPool() *IPPool + type IPPoolList struct + Items []IPPool + func NewIPPoolList() *IPPoolList + type IPPoolSpec struct + BlockSize int + CIDR string + Disabled bool + IPIPMode IPIPMode + NATOutgoing bool + NodeSelector string + VXLANMode VXLANMode + type VXLANMode string + const VXLANModeAlways + const VXLANModeCrossSubnet + const VXLANModeNever