server

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2024 License: Apache-2.0 Imports: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewStorage

func NewStorage(c client.Client, scheme *runtime.Scheme, path, storageAddress string, artifactRetentionTTL time.Duration, artifactRetentionRecords int) (*storage.Storage, error)

NewStorage creates a storage and returns the means to launch a file server to serve created Artifacts.

Types

type ArtifactServer

type ArtifactServer struct {
	// contains filtered or unexported fields
}

func NewArtifactServer

func NewArtifactServer(path string, address string, timeout time.Duration) (*ArtifactServer, error)

func NewArtifactStore

func NewArtifactStore(c client.Client, scheme *runtime.Scheme, path, storageAddress, advertisedStorageAddress string, artifactRetentionTTL time.Duration, artifactRetentionRecords int) (*storage.Storage, *ArtifactServer, error)

func (*ArtifactServer) Start

func (s *ArtifactServer) Start(ctx context.Context) error

Jump to

Keyboard shortcuts

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