Documentation
¶
Index ¶
Constants ¶
View Source
const ( LocalRemappedPodCIDR = "localRemappedPodCIDR" RemoteRemappedPodCIDR = "remoteRemappedPodCIDR" VirtualNodeName = "virtualNodeName" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkingKey ¶
type NetworkingKey string
type NetworkingOption ¶
type NetworkingOption struct {
// contains filtered or unexported fields
}
func NewNetworkingOption ¶
func NewNetworkingOption(key NetworkingKey, value NetworkingValue) *NetworkingOption
func (*NetworkingOption) IsSet ¶
func (o *NetworkingOption) IsSet() bool
func (*NetworkingOption) Key ¶
func (o *NetworkingOption) Key() options.OptionKey
func (*NetworkingOption) SetValue ¶
func (o *NetworkingOption) SetValue(v options.OptionValue)
func (*NetworkingOption) Value ¶
func (o *NetworkingOption) Value() options.OptionValue
type NetworkingValue ¶
type NetworkingValue string
Click to show internal directories.
Click to hide internal directories.