Versions in this module Expand all Collapse all v0 v0.1.0 Nov 12, 2019 Changes in this version + const GroupName + var AddToScheme = localSchemeBuilder.AddToScheme + var ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Resource(resource string) schema.GroupResource + type Job struct + Spec JobSpec + Status JobStatus + func (*Job) Descriptor() ([]byte, []int) + func (*Job) ProtoMessage() + func (Job) SwaggerDoc() map[string]string + func (in *Job) DeepCopy() *Job + func (in *Job) DeepCopyInto(out *Job) + func (in *Job) DeepCopyObject() runtime.Object + func (m *Job) Marshal() (dAtA []byte, err error) + func (m *Job) MarshalTo(dAtA []byte) (int, error) + func (m *Job) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Job) Reset() + func (m *Job) Size() (n int) + func (m *Job) Unmarshal(dAtA []byte) error + func (m *Job) XXX_DiscardUnknown() + func (m *Job) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Job) XXX_Merge(src proto.Message) + func (m *Job) XXX_Size() int + func (m *Job) XXX_Unmarshal(b []byte) error + func (this *Job) String() string + type JobCondition struct + LastProbeTime metav1.Time + LastTransitionTime metav1.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 (in *JobCondition) DeepCopy() *JobCondition + func (in *JobCondition) DeepCopyInto(out *JobCondition) + func (m *JobCondition) Marshal() (dAtA []byte, err error) + func (m *JobCondition) MarshalTo(dAtA []byte) (int, error) + func (m *JobCondition) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *JobCondition) Reset() + func (m *JobCondition) Size() (n int) + func (m *JobCondition) Unmarshal(dAtA []byte) error + func (m *JobCondition) XXX_DiscardUnknown() + func (m *JobCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *JobCondition) XXX_Merge(src proto.Message) + func (m *JobCondition) XXX_Size() int + func (m *JobCondition) XXX_Unmarshal(b []byte) error + func (this *JobCondition) String() string + type JobConditionType string + const JobComplete + const JobFailed + type JobList struct + Items []Job + func (*JobList) Descriptor() ([]byte, []int) + func (*JobList) ProtoMessage() + func (JobList) SwaggerDoc() map[string]string + func (in *JobList) DeepCopy() *JobList + func (in *JobList) DeepCopyInto(out *JobList) + func (in *JobList) DeepCopyObject() runtime.Object + func (m *JobList) Marshal() (dAtA []byte, err error) + func (m *JobList) MarshalTo(dAtA []byte) (int, error) + func (m *JobList) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *JobList) Reset() + func (m *JobList) Size() (n int) + func (m *JobList) Unmarshal(dAtA []byte) error + func (m *JobList) XXX_DiscardUnknown() + func (m *JobList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *JobList) XXX_Merge(src proto.Message) + func (m *JobList) XXX_Size() int + func (m *JobList) XXX_Unmarshal(b []byte) error + func (this *JobList) String() string + type JobSpec struct + ActiveDeadlineSeconds *int64 + BackoffLimit *int32 + Completions *int32 + ManualSelector *bool + Parallelism *int32 + Selector *metav1.LabelSelector + TTLSecondsAfterFinished *int32 + Template v1.PodTemplateSpec + func (*JobSpec) Descriptor() ([]byte, []int) + func (*JobSpec) ProtoMessage() + func (JobSpec) SwaggerDoc() map[string]string + func (in *JobSpec) DeepCopy() *JobSpec + func (in *JobSpec) DeepCopyInto(out *JobSpec) + func (m *JobSpec) Marshal() (dAtA []byte, err error) + func (m *JobSpec) MarshalTo(dAtA []byte) (int, error) + func (m *JobSpec) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *JobSpec) Reset() + func (m *JobSpec) Size() (n int) + func (m *JobSpec) Unmarshal(dAtA []byte) error + func (m *JobSpec) XXX_DiscardUnknown() + func (m *JobSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *JobSpec) XXX_Merge(src proto.Message) + func (m *JobSpec) XXX_Size() int + func (m *JobSpec) XXX_Unmarshal(b []byte) error + func (this *JobSpec) String() string + type JobStatus struct + Active int32 + CompletionTime *metav1.Time + Conditions []JobCondition + Failed int32 + StartTime *metav1.Time + Succeeded int32 + func (*JobStatus) Descriptor() ([]byte, []int) + func (*JobStatus) ProtoMessage() + func (JobStatus) SwaggerDoc() map[string]string + func (in *JobStatus) DeepCopy() *JobStatus + func (in *JobStatus) DeepCopyInto(out *JobStatus) + func (m *JobStatus) Marshal() (dAtA []byte, err error) + func (m *JobStatus) MarshalTo(dAtA []byte) (int, error) + func (m *JobStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *JobStatus) Reset() + func (m *JobStatus) Size() (n int) + func (m *JobStatus) Unmarshal(dAtA []byte) error + func (m *JobStatus) XXX_DiscardUnknown() + func (m *JobStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *JobStatus) XXX_Merge(src proto.Message) + func (m *JobStatus) XXX_Size() int + func (m *JobStatus) XXX_Unmarshal(b []byte) error + func (this *JobStatus) String() string