Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder is the builder object for JobSpec
func (*Builder) WithBackOffLimit ¶
WithBackOffLimit sets the number of retries before marking this job failed
func (*Builder) WithPodTemplateSpecBuilder ¶
func (b *Builder) WithPodTemplateSpecBuilder( tmplbuilder *templatespec.Builder, ) *Builder
WithPodTemplateSpecBuilder sets the template of pod to be created by this job
Click to show internal directories.
Click to hide internal directories.