Versions in this module Expand all Collapse all v1 v1.0.1 Oct 23, 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 ConcurrencyPolicy string + const AllowConcurrent + const ForbidConcurrent + const ReplaceConcurrent + type CronJob struct + Spec CronJobSpec + Status CronJobStatus + func (*CronJob) Descriptor() ([]byte, []int) + func (*CronJob) ProtoMessage() + func (CronJob) SwaggerDoc() map[string]string + func (in *CronJob) DeepCopy() *CronJob + func (in *CronJob) DeepCopyInto(out *CronJob) + func (in *CronJob) DeepCopyObject() runtime.Object + func (m *CronJob) Marshal() (dAtA []byte, err error) + func (m *CronJob) MarshalTo(dAtA []byte) (int, error) + func (m *CronJob) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CronJob) Reset() + func (m *CronJob) Size() (n int) + func (m *CronJob) Unmarshal(dAtA []byte) error + func (m *CronJob) XXX_DiscardUnknown() + func (m *CronJob) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CronJob) XXX_Merge(src proto.Message) + func (m *CronJob) XXX_Size() int + func (m *CronJob) XXX_Unmarshal(b []byte) error + func (this *CronJob) String() string + type CronJobList struct + Items []CronJob + func (*CronJobList) Descriptor() ([]byte, []int) + func (*CronJobList) ProtoMessage() + func (CronJobList) SwaggerDoc() map[string]string + func (in *CronJobList) DeepCopy() *CronJobList + func (in *CronJobList) DeepCopyInto(out *CronJobList) + func (in *CronJobList) DeepCopyObject() runtime.Object + func (m *CronJobList) Marshal() (dAtA []byte, err error) + func (m *CronJobList) MarshalTo(dAtA []byte) (int, error) + func (m *CronJobList) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CronJobList) Reset() + func (m *CronJobList) Size() (n int) + func (m *CronJobList) Unmarshal(dAtA []byte) error + func (m *CronJobList) XXX_DiscardUnknown() + func (m *CronJobList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CronJobList) XXX_Merge(src proto.Message) + func (m *CronJobList) XXX_Size() int + func (m *CronJobList) XXX_Unmarshal(b []byte) error + func (this *CronJobList) String() string + type CronJobSpec struct + ConcurrencyPolicy ConcurrencyPolicy + FailedJobsHistoryLimit *int32 + JobTemplate JobTemplateSpec + Schedule string + StartingDeadlineSeconds *int64 + SuccessfulJobsHistoryLimit *int32 + Suspend *bool + func (*CronJobSpec) Descriptor() ([]byte, []int) + func (*CronJobSpec) ProtoMessage() + func (CronJobSpec) SwaggerDoc() map[string]string + func (in *CronJobSpec) DeepCopy() *CronJobSpec + func (in *CronJobSpec) DeepCopyInto(out *CronJobSpec) + func (m *CronJobSpec) Marshal() (dAtA []byte, err error) + func (m *CronJobSpec) MarshalTo(dAtA []byte) (int, error) + func (m *CronJobSpec) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CronJobSpec) Reset() + func (m *CronJobSpec) Size() (n int) + func (m *CronJobSpec) Unmarshal(dAtA []byte) error + func (m *CronJobSpec) XXX_DiscardUnknown() + func (m *CronJobSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CronJobSpec) XXX_Merge(src proto.Message) + func (m *CronJobSpec) XXX_Size() int + func (m *CronJobSpec) XXX_Unmarshal(b []byte) error + func (this *CronJobSpec) String() string + type CronJobStatus struct + Active []v1.ObjectReference + LastScheduleTime *metav1.Time + func (*CronJobStatus) Descriptor() ([]byte, []int) + func (*CronJobStatus) ProtoMessage() + func (CronJobStatus) SwaggerDoc() map[string]string + func (in *CronJobStatus) DeepCopy() *CronJobStatus + func (in *CronJobStatus) DeepCopyInto(out *CronJobStatus) + func (m *CronJobStatus) Marshal() (dAtA []byte, err error) + func (m *CronJobStatus) MarshalTo(dAtA []byte) (int, error) + func (m *CronJobStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CronJobStatus) Reset() + func (m *CronJobStatus) Size() (n int) + func (m *CronJobStatus) Unmarshal(dAtA []byte) error + func (m *CronJobStatus) XXX_DiscardUnknown() + func (m *CronJobStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CronJobStatus) XXX_Merge(src proto.Message) + func (m *CronJobStatus) XXX_Size() int + func (m *CronJobStatus) XXX_Unmarshal(b []byte) error + func (this *CronJobStatus) String() string + type JobTemplate struct + Template JobTemplateSpec + func (*JobTemplate) Descriptor() ([]byte, []int) + func (*JobTemplate) ProtoMessage() + func (JobTemplate) SwaggerDoc() map[string]string + func (in *JobTemplate) DeepCopy() *JobTemplate + func (in *JobTemplate) DeepCopyInto(out *JobTemplate) + func (in *JobTemplate) DeepCopyObject() runtime.Object + func (m *JobTemplate) Marshal() (dAtA []byte, err error) + func (m *JobTemplate) MarshalTo(dAtA []byte) (int, error) + func (m *JobTemplate) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *JobTemplate) Reset() + func (m *JobTemplate) Size() (n int) + func (m *JobTemplate) Unmarshal(dAtA []byte) error + func (m *JobTemplate) XXX_DiscardUnknown() + func (m *JobTemplate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *JobTemplate) XXX_Merge(src proto.Message) + func (m *JobTemplate) XXX_Size() int + func (m *JobTemplate) XXX_Unmarshal(b []byte) error + func (this *JobTemplate) String() string + type JobTemplateSpec struct + Spec batchv1.JobSpec + func (*JobTemplateSpec) Descriptor() ([]byte, []int) + func (*JobTemplateSpec) ProtoMessage() + func (JobTemplateSpec) SwaggerDoc() map[string]string + func (in *JobTemplateSpec) DeepCopy() *JobTemplateSpec + func (in *JobTemplateSpec) DeepCopyInto(out *JobTemplateSpec) + func (m *JobTemplateSpec) Marshal() (dAtA []byte, err error) + func (m *JobTemplateSpec) MarshalTo(dAtA []byte) (int, error) + func (m *JobTemplateSpec) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *JobTemplateSpec) Reset() + func (m *JobTemplateSpec) Size() (n int) + func (m *JobTemplateSpec) Unmarshal(dAtA []byte) error + func (m *JobTemplateSpec) XXX_DiscardUnknown() + func (m *JobTemplateSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *JobTemplateSpec) XXX_Merge(src proto.Message) + func (m *JobTemplateSpec) XXX_Size() int + func (m *JobTemplateSpec) XXX_Unmarshal(b []byte) error + func (this *JobTemplateSpec) String() string