integration

package
v0.0.0-...-5006184 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

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

func (in *Sidecar) DeepCopy() *Sidecar

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Sidecar.

func (*Sidecar) DeepCopyInto

func (in *Sidecar) DeepCopyInto(out *Sidecar)

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 (s *Sidecar) GetControllerListenPort() uint16

func (*Sidecar) GetListenPort

func (s *Sidecar) GetListenPort() uint16

func (*Sidecar) Validate

func (s *Sidecar) Validate() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL