Versions in this module Expand all Collapse all v1 v1.5.1 Feb 8, 2017 v1.5.0 Oct 23, 2016 Changes in this version + const GroupName + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = unversioned.GroupVersion + func DeepCopy_batch_Job(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_batch_JobCondition(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_batch_JobList(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_batch_JobSpec(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_batch_JobStatus(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_batch_JobTemplate(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_batch_JobTemplateSpec(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_batch_ScheduledJob(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_batch_ScheduledJobList(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_batch_ScheduledJobSpec(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_batch_ScheduledJobStatus(in interface{}, out interface{}, c *conversion.Cloner) error + func Kind(kind string) unversioned.GroupKind + func RegisterDeepCopies(scheme *runtime.Scheme) error + func Resource(resource string) unversioned.GroupResource + type ConcurrencyPolicy string + const AllowConcurrent + const ForbidConcurrent + const ReplaceConcurrent + func (x *ConcurrencyPolicy) CodecDecodeSelf(d *codec1978.Decoder) + func (x ConcurrencyPolicy) CodecEncodeSelf(e *codec1978.Encoder) + type Job struct + Spec JobSpec + Status JobStatus + func (x *Job) CodecDecodeSelf(d *codec1978.Decoder) + func (x *Job) CodecEncodeSelf(e *codec1978.Encoder) + type JobCondition struct + LastProbeTime unversioned.Time + LastTransitionTime unversioned.Time + Message string + Reason string + Status api.ConditionStatus + Type JobConditionType + func (x *JobCondition) CodecDecodeSelf(d *codec1978.Decoder) + func (x *JobCondition) CodecEncodeSelf(e *codec1978.Encoder) + type JobConditionType string + const JobComplete + const JobFailed + func (x *JobConditionType) CodecDecodeSelf(d *codec1978.Decoder) + func (x JobConditionType) CodecEncodeSelf(e *codec1978.Encoder) + type JobList struct + Items []Job + func (x *JobList) CodecDecodeSelf(d *codec1978.Decoder) + func (x *JobList) CodecEncodeSelf(e *codec1978.Encoder) + type JobSpec struct + ActiveDeadlineSeconds *int64 + Completions *int32 + ManualSelector *bool + Parallelism *int32 + Selector *unversioned.LabelSelector + Template api.PodTemplateSpec + func (x *JobSpec) CodecDecodeSelf(d *codec1978.Decoder) + func (x *JobSpec) CodecEncodeSelf(e *codec1978.Encoder) + type JobStatus struct + Active int32 + CompletionTime *unversioned.Time + Conditions []JobCondition + Failed int32 + StartTime *unversioned.Time + Succeeded int32 + func (x *JobStatus) CodecDecodeSelf(d *codec1978.Decoder) + func (x *JobStatus) CodecEncodeSelf(e *codec1978.Encoder) + type JobTemplate struct + Template JobTemplateSpec + func (x *JobTemplate) CodecDecodeSelf(d *codec1978.Decoder) + func (x *JobTemplate) CodecEncodeSelf(e *codec1978.Encoder) + type JobTemplateSpec struct + Spec JobSpec + func (x *JobTemplateSpec) CodecDecodeSelf(d *codec1978.Decoder) + func (x *JobTemplateSpec) CodecEncodeSelf(e *codec1978.Encoder) + type ScheduledJob struct + Spec ScheduledJobSpec + Status ScheduledJobStatus + func (x *ScheduledJob) CodecDecodeSelf(d *codec1978.Decoder) + func (x *ScheduledJob) CodecEncodeSelf(e *codec1978.Encoder) + type ScheduledJobList struct + Items []ScheduledJob + func (x *ScheduledJobList) CodecDecodeSelf(d *codec1978.Decoder) + func (x *ScheduledJobList) CodecEncodeSelf(e *codec1978.Encoder) + type ScheduledJobSpec struct + ConcurrencyPolicy ConcurrencyPolicy + JobTemplate JobTemplateSpec + Schedule string + StartingDeadlineSeconds *int64 + Suspend *bool + func (x *ScheduledJobSpec) CodecDecodeSelf(d *codec1978.Decoder) + func (x *ScheduledJobSpec) CodecEncodeSelf(e *codec1978.Encoder) + type ScheduledJobStatus struct + Active []api.ObjectReference + LastScheduleTime *unversioned.Time + func (x *ScheduledJobStatus) CodecDecodeSelf(d *codec1978.Decoder) + func (x *ScheduledJobStatus) CodecEncodeSelf(e *codec1978.Encoder)