package
0.0.0-20190411182844-89f6948e2457
Repository: https://github.com/kubernetes/contrib.git
Documentation: pkg.go.dev

# Functions

NewBucket constructs a new bucket pointing at the default URLs.
NewTestBucket constructs a new bucket pointing at a specific host.
NewTestUtils returns new Utils struct for a given url pointing to a file server.
NewUtils returns new Utils struct for a given bucket name and subdirectory.
NewWithPresubmitDetection returns new Utils struct for a given bucket name and subdirectory.

# Constants

GCSBucketHost is the host for GCS bucket directory requests.
GCSListAPIHost is the host of the api for a bucket.
KubekinsBucket is the name of the kubekins bucket.
LogDir is the directory of kubekins.
PullKey is a string to look for in a job name to figure out if it's a pull (presubmit) job.
PullLogDir is the directory of the pr builder jenkins.

# Structs

Bucket represents a GCS bucket.
FinishedFile is a type in which we store test result in GCS as finished.json.
StartedFile is a type in which we store test starting information in GCS as started.json.
Utils is a struct handling all communication with a given bucket.