Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobBuilder ¶
type JobBuilder struct { *apps.PodBuilder Job *v1.Job }
func NewJobBuilder ¶
func NewJobBuilder(name string) *JobBuilder
func (*JobBuilder) AddMatchLabel ¶
func (d *JobBuilder) AddMatchLabel(key, value string)
func (*JobBuilder) AddMatchLabels ¶
func (d *JobBuilder) AddMatchLabels(labels map[string]string)
func (*JobBuilder) ToResource ¶
func (builder *JobBuilder) ToResource() types.Resource
ToResource Create the interface to the Formation controller
Click to show internal directories.
Click to hide internal directories.