Documentation ¶
Index ¶
- type Build
- type Sequence
- func (s *Sequence) AsCloudBuild() []*cloudbuildpb.BuildStep
- func (s *Sequence) LastStepID() string
- func (s *Sequence) StepID(i int) string
- func (s *Sequence) WithDep(dep *Sequence) *Sequence
- func (s *Sequence) WithExtraVolume(extraVolume string) *Sequence
- func (s *Sequence) WithManualIsolation() *Sequence
- func (s *Sequence) WithVolume() *Sequence
- type Step
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Build ¶
type Build struct {
// contains filtered or unexported fields
}
func (*Build) AsCloudBuild ¶
func (b *Build) AsCloudBuild() []*cloudbuildpb.BuildStep
type Sequence ¶
type Sequence struct {
// contains filtered or unexported fields
}
func (*Sequence) AsCloudBuild ¶
func (s *Sequence) AsCloudBuild() []*cloudbuildpb.BuildStep
func (*Sequence) LastStepID ¶
func (*Sequence) WithExtraVolume ¶
func (*Sequence) WithManualIsolation ¶
func (*Sequence) WithVolume ¶
Click to show internal directories.
Click to hide internal directories.