Documentation
¶
Overview ¶
Package peer contains the logic to enable a peering towards a remote provider cluster.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { LocalFactory *factory.Factory RemoteFactory *factory.Factory Timeout time.Duration SkipValidation bool // Networking options NetworkingDisabled bool ServerServiceLocation *argsutils.StringEnum ServerServiceType *argsutils.StringEnum ServerServicePort int32 ServerServiceNodePort int32 ServerServiceLoadBalancerIP string ClientConnectAddress string ClientConnectPort int32 MTU int // Authentication options CreateResourceSlice bool ResourceSliceClass string InBand bool ProxyURL string // Offloading options CreateVirtualNode bool CPU string Memory string Pods string }
Options encapsulates the arguments of the peer command.
func NewOptions ¶ added in v1.0.0
NewOptions returns a new Options struct.
Click to show internal directories.
Click to hide internal directories.