package
Version:
v0.0.5
Opens a new window with list of versions in this module.
Published: Jul 27, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AnnoIPPoolItem struct {
NIC string `json:"interface"`
IPv4Pools []string `json:"ipv4pools,omitempty"`
IPv6Pools []string `json:"ipv6pools,omitempty"`
DefaultRoute bool `json:"defaultRoute"`
}
type AnnoNSDefautlV4PoolValue []string
type AnnoNSDefautlV6PoolValue []string
type AnnoPodAssignedEthxValue struct {
NIC string `json:"interface"`
IPv4Pool string `json:"ipv4pool"`
IPv6Pool string `json:"ipv6pool"`
IPv4 string `json:"ipv4"`
IPv6 string `json:"ipv6"`
Vlan int `json:"vlan"`
}
type AnnoPodIPPoolValue struct {
NIC *string `json:"interface,omitempty"`
IPv4Pools []string `json:"ipv4pools,omitempty"`
IPv6Pools []string `json:"ipv6pools,omitempty"`
}
type AnnoRouteItem struct {
Dst string `json:"dst"`
Gw string `json:"gw"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.