package
0.9.15
Repository: https://github.com/sylabs/scs-build-client.git
Documentation: pkg.go.dev

# Functions

NewClient returns a Client configured according to opts.
OptBaseURL sets the base URL of the build server to url.
OptBearerToken sets the bearer token to include in the "Authorization" header of each request.
OptBuildArchitecture sets the build architecture to arch.
OptBuildContext instructs the Build Service to expose the build context with the specified digest during the build.
OptBuildLibraryPullBaseURL sets the base URL to pull images from when a build involves pulling one or more image(s) from a Library source.
OptBuildLibraryRef sets the Library image ref to push to.
OptBuildWorkingDirectory sets dir as the current working directory to include in the request.
OptHTTPTransport sets the transport for HTTP requests to use.
OptUserAgent sets the HTTP user agent to include in the "User-Agent" header of each request.

# Structs

BuildInfo contains the details of an individual build.
Client describes the client details.

# Type aliases

No description provided by the author
No description provided by the author
Option are used to populate co.
No description provided by the author