Documentation
¶
Overview ¶
+k8s:deepcopy-gen=package +groupName=scheduler.arangodb.com
Index ¶
- type Sidecar
- func (in *Sidecar) DeepCopy() *Sidecar
- func (in *Sidecar) DeepCopyInto(out *Sidecar)
- func (s *Sidecar) GetContainer() *schedulerContainerApi.Container
- func (s *Sidecar) GetControllerListenPort() uint16
- func (s *Sidecar) GetHTTPListenPort() uint16
- func (s *Sidecar) GetListenPort() uint16
- func (s *Sidecar) Validate() error
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"` // HTTPListenPort defines on which port the sidecar container will be listening for connections on http // +doc/default: 9203 HTTPListenPort *uint16 `json:"httpListenPort,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) GetHTTPListenPort ¶
func (*Sidecar) GetListenPort ¶
Click to show internal directories.
Click to hide internal directories.