Documentation ¶
Overview ¶
+k8s:deepcopy-gen=package +groupName=scheduler.arangodb.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sidecar ¶
type Sidecar struct { // ListenPort defines on which port the sidecar container will be listening for connections // +doc/default: 9201 ListenPort *uint16 `json:"listenPort,omitempty"` // ControllerListenPort defines on which port the sidecar container will be listening for controller requests // +doc/default: 9202 ControllerListenPort *uint16 `json:"controllerListenPort,omitempty"` // Container Keeps the information about Container configuration *schedulerContainerApi.Container `json:",inline"` }
func (*Sidecar) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Sidecar.
func (*Sidecar) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Sidecar) GetContainer ¶
func (s *Sidecar) GetContainer() *schedulerContainerApi.Container
func (*Sidecar) GetControllerListenPort ¶
func (*Sidecar) GetListenPort ¶
Click to show internal directories.
Click to hide internal directories.