Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrAirbyteDir is returned anytime an there is an issue in accessing the paths.Airbyte directory. ErrAirbyteDir = errors.New("airbyte directory is inaccessible") // ErrDocker is returned anytime an error occurs when attempting to communicate with docker. ErrDocker = errors.New("error communicating with docker") // ErrKubernetes is returned anytime an error occurs when attempting to communicate with the kubernetes cluster. ErrKubernetes = errors.New("error communicating with kubernetes") // ErrIngress is returned in the event that ingress configuration failed. ErrIngress = errors.New("error configuring ingress") // ErrPort is returned in the event that the requested port is unavailable. ErrPort = errors.New("error verifying port availability") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.