Documentation ¶
Overview ¶
+kubebuilder:validation:Optional
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PeerDiscoveryConfig ¶
type PeerDiscoveryConfig struct { // Network address of aperture server to advertise to peers - this address // should be reachable from other agents. Used for NAT traversal when // provided. AdvertisementAddr string `json:"advertisement_addr" validate:"omitempty,hostname_port"` }
PeerDiscoveryConfig holds configuration for Agent Peer Discovery. swagger:model +kubebuilder:object:generate=true
func (*PeerDiscoveryConfig) DeepCopy ¶
func (in *PeerDiscoveryConfig) DeepCopy() *PeerDiscoveryConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PeerDiscoveryConfig.
func (*PeerDiscoveryConfig) DeepCopyInto ¶
func (in *PeerDiscoveryConfig) DeepCopyInto(out *PeerDiscoveryConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Click to show internal directories.
Click to hide internal directories.