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 ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes, addDefaultingFuncs, addConversionFuncs) + var SchemeGroupVersion = unversioned.GroupVersion + func Convert_batch_JobCondition_To_v1_JobCondition(in *batch.JobCondition, out *JobCondition, s conversion.Scope) error + func Convert_batch_JobList_To_v1_JobList(in *batch.JobList, out *JobList, s conversion.Scope) error + func Convert_batch_JobSpec_To_v1_JobSpec(in *batch.JobSpec, out *JobSpec, s conversion.Scope) error + func Convert_batch_JobStatus_To_v1_JobStatus(in *batch.JobStatus, out *JobStatus, s conversion.Scope) error + func Convert_batch_Job_To_v1_Job(in *batch.Job, out *Job, s conversion.Scope) error + func Convert_unversioned_LabelSelectorRequirement_To_v1_LabelSelectorRequirement(in *unversioned.LabelSelectorRequirement, out *LabelSelectorRequirement, ...) error + func Convert_unversioned_LabelSelector_To_v1_LabelSelector(in *unversioned.LabelSelector, out *LabelSelector, s conversion.Scope) error + func Convert_v1_JobCondition_To_batch_JobCondition(in *JobCondition, out *batch.JobCondition, s conversion.Scope) error + func Convert_v1_JobList_To_batch_JobList(in *JobList, out *batch.JobList, s conversion.Scope) error + func Convert_v1_JobSpec_To_batch_JobSpec(in *JobSpec, out *batch.JobSpec, s conversion.Scope) error + func Convert_v1_JobStatus_To_batch_JobStatus(in *JobStatus, out *batch.JobStatus, s conversion.Scope) error + func Convert_v1_Job_To_batch_Job(in *Job, out *batch.Job, s conversion.Scope) error + func Convert_v1_LabelSelectorRequirement_To_unversioned_LabelSelectorRequirement(in *LabelSelectorRequirement, out *unversioned.LabelSelectorRequirement, ...) error + func Convert_v1_LabelSelector_To_unversioned_LabelSelector(in *LabelSelector, out *unversioned.LabelSelector, s conversion.Scope) error + func DeepCopy_v1_Job(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1_JobCondition(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1_JobList(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1_JobSpec(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1_JobStatus(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1_LabelSelector(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1_LabelSelectorRequirement(in interface{}, out interface{}, c *conversion.Cloner) error + func RegisterConversions(scheme *runtime.Scheme) error + func RegisterDeepCopies(scheme *runtime.Scheme) error + func SetDefaults_Job(obj *Job) + type Job struct + Spec JobSpec + Status JobStatus + func (*Job) Descriptor() ([]byte, []int) + func (*Job) ProtoMessage() + func (Job) SwaggerDoc() map[string]string + func (m *Job) Marshal() (data []byte, err error) + func (m *Job) MarshalTo(data []byte) (int, error) + func (m *Job) Reset() + func (m *Job) Size() (n int) + func (m *Job) Unmarshal(data []byte) error + func (this *Job) String() string + 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 v1.ConditionStatus + Type JobConditionType + func (*JobCondition) Descriptor() ([]byte, []int) + func (*JobCondition) ProtoMessage() + func (JobCondition) SwaggerDoc() map[string]string + func (m *JobCondition) Marshal() (data []byte, err error) + func (m *JobCondition) MarshalTo(data []byte) (int, error) + func (m *JobCondition) Reset() + func (m *JobCondition) Size() (n int) + func (m *JobCondition) Unmarshal(data []byte) error + func (this *JobCondition) String() string + 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 (*JobList) Descriptor() ([]byte, []int) + func (*JobList) ProtoMessage() + func (JobList) SwaggerDoc() map[string]string + func (m *JobList) Marshal() (data []byte, err error) + func (m *JobList) MarshalTo(data []byte) (int, error) + func (m *JobList) Reset() + func (m *JobList) Size() (n int) + func (m *JobList) Unmarshal(data []byte) error + func (this *JobList) String() string + 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 *LabelSelector + Template v1.PodTemplateSpec + func (*JobSpec) Descriptor() ([]byte, []int) + func (*JobSpec) ProtoMessage() + func (JobSpec) SwaggerDoc() map[string]string + func (m *JobSpec) Marshal() (data []byte, err error) + func (m *JobSpec) MarshalTo(data []byte) (int, error) + func (m *JobSpec) Reset() + func (m *JobSpec) Size() (n int) + func (m *JobSpec) Unmarshal(data []byte) error + func (this *JobSpec) String() string + 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 (*JobStatus) Descriptor() ([]byte, []int) + func (*JobStatus) ProtoMessage() + func (JobStatus) SwaggerDoc() map[string]string + func (m *JobStatus) Marshal() (data []byte, err error) + func (m *JobStatus) MarshalTo(data []byte) (int, error) + func (m *JobStatus) Reset() + func (m *JobStatus) Size() (n int) + func (m *JobStatus) Unmarshal(data []byte) error + func (this *JobStatus) String() string + func (x *JobStatus) CodecDecodeSelf(d *codec1978.Decoder) + func (x *JobStatus) CodecEncodeSelf(e *codec1978.Encoder) + type LabelSelector struct + MatchExpressions []LabelSelectorRequirement + MatchLabels map[string]string + func (*LabelSelector) Descriptor() ([]byte, []int) + func (*LabelSelector) ProtoMessage() + func (LabelSelector) SwaggerDoc() map[string]string + func (m *LabelSelector) Marshal() (data []byte, err error) + func (m *LabelSelector) MarshalTo(data []byte) (int, error) + func (m *LabelSelector) Reset() + func (m *LabelSelector) Size() (n int) + func (m *LabelSelector) Unmarshal(data []byte) error + func (this *LabelSelector) String() string + func (x *LabelSelector) CodecDecodeSelf(d *codec1978.Decoder) + func (x *LabelSelector) CodecEncodeSelf(e *codec1978.Encoder) + type LabelSelectorOperator string + const LabelSelectorOpDoesNotExist + const LabelSelectorOpExists + const LabelSelectorOpIn + const LabelSelectorOpNotIn + func (x *LabelSelectorOperator) CodecDecodeSelf(d *codec1978.Decoder) + func (x LabelSelectorOperator) CodecEncodeSelf(e *codec1978.Encoder) + type LabelSelectorRequirement struct + Key string + Operator LabelSelectorOperator + Values []string + func (*LabelSelectorRequirement) Descriptor() ([]byte, []int) + func (*LabelSelectorRequirement) ProtoMessage() + func (LabelSelectorRequirement) SwaggerDoc() map[string]string + func (m *LabelSelectorRequirement) Marshal() (data []byte, err error) + func (m *LabelSelectorRequirement) MarshalTo(data []byte) (int, error) + func (m *LabelSelectorRequirement) Reset() + func (m *LabelSelectorRequirement) Size() (n int) + func (m *LabelSelectorRequirement) Unmarshal(data []byte) error + func (this *LabelSelectorRequirement) String() string + func (x *LabelSelectorRequirement) CodecDecodeSelf(d *codec1978.Decoder) + func (x *LabelSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder)