Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MaxExecutionTime is the longest time allowed for a command to run. MaxExecutionTime = 30 * time.Minute )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectStore ¶
ObjectStore manages access to a S3 compatible file store.
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service runs the wedding server.
func NewService ¶
func NewService(gitHash, gitRef string, objectStore *ObjectStore, kubernetesClient *kubernetes.Clientset, namespace string) *Service
NewService creates a new service server and initiates the routes.
Click to show internal directories.
Click to hide internal directories.