Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resource ¶
type Resource struct { Name string `json:"name"` Type resource.PipelineResourceType `json:"type"` URL string `json:"url"` // Git revision (branch, tag, commit SHA) to clone, and optionally the refspec to fetch from. // See https://git-scm.com/docs/gitrevisions#_specifying_revisions for more information. Revision string `json:"revision"` Refspec string `json:"refspec"` Submodules bool `json:"submodules"` Depth uint `json:"depth"` SSLVerify bool `json:"sslVerify"` HTTPProxy string `json:"httpProxy"` HTTPSProxy string `json:"httpsProxy"` NOProxy string `json:"noProxy"` GitImage string `json:"-"` }
Resource is an endpoint from which to get data which is required by a Build/Task for context (e.g. a repo from which to build an image).
Click to show internal directories.
Click to hide internal directories.