Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 140 for cronJob (0.19 sec)

  1. staging/src/k8s.io/api/batch/v1beta1/types.go

    // +k8s:prerelease-lifecycle-gen:deprecated=1.21
    // +k8s:prerelease-lifecycle-gen:removed=1.25
    // +k8s:prerelease-lifecycle-gen:replacement=batch,v1,CronJob
    
    // CronJob represents the configuration of a single cron job.
    type CronJob struct {
    	metav1.TypeMeta `json:",inline"`
    	// Standard object's metadata.
    	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 07 11:58:57 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/batch/v1beta1/generated.proto

    import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
    
    // Package-wide variables from generator "generated".
    option go_package = "k8s.io/api/batch/v1beta1";
    
    // CronJob represents the configuration of a single cron job.
    message CronJob {
      // Standard object's metadata.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/batch/v1beta1/types_swagger_doc_generated.go

    The set of valid time zone names and the time zone offset is loaded from the system-wide time zone database by the API server during CronJob validation and the controller manager during execution. If no system-wide time zone database can be found a bundled version of the database is used instead. If the time zone name becomes invalid during the lifetime of a CronJob or due to a change in host configuration, the controller will stop creating new new Jobs and will create a system event with the reason...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 07 11:58:59 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  4. pkg/apis/batch/v1/zz_generated.conversion.go

    	if err := s.AddGeneratedConversionFunc((*v1.CronJob)(nil), (*batch.CronJob)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1_CronJob_To_batch_CronJob(a.(*v1.CronJob), b.(*batch.CronJob), scope)
    	}); err != nil {
    		return err
    	}
    	if err := s.AddGeneratedConversionFunc((*batch.CronJob)(nil), (*v1.CronJob)(nil), func(a, b interface{}, scope conversion.Scope) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 36.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/batch/v1beta1/zz_generated.prerelease-lifecycle.go

    func (in *CronJob) APILifecycleDeprecated() (major, minor int) {
    	return 1, 21
    }
    
    // APILifecycleReplacement is an autogenerated function, returning the group, version, and kind that should be used instead of this deprecated type.
    // It is controlled by "k8s:prerelease-lifecycle-gen:replacement=<group>,<version>,<kind>" tags in types.go.
    func (in *CronJob) APILifecycleReplacement() schema.GroupVersionKind {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 01 20:39:47 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  6. tests/fuzz/testdata/inject/fuzz_into_resource_file.dict

    "policy"
    "defaultTemplates"
    "aliases"
    "neverInjectSelector"
    "alwaysInjectSelector"
    "injectedAnnotations"
    "kind: CronJob"
    "kind: DaemonSet"
    "kind: Deployment"
    "kind: DeploymentConfig"
    "kind: IstioOperator"
    "kind: List"
    "kind: Service"
    "apiVersion: apps/v1"
    "apiVersion: apps.openshift.io/v1"
    "apiVersion: batch/v2alpha1"
    "apiVersion: install.istio.io/v1alpha1"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 09 17:12:53 UTC 2021
    - 377 bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/batch/v1beta1/generated.pb.go

    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *CronJob) Reset()      { *m = CronJob{} }
    func (*CronJob) ProtoMessage() {}
    func (*CronJob) Descriptor() ([]byte, []int) {
    	return fileDescriptor_ed95843ae7b4086b, []int{0}
    }
    func (m *CronJob) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *CronJob) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 40.2K bytes
    - Viewed (0)
  8. pkg/controller/cronjob/config/v1alpha1/doc.go

    limitations under the License.
    */
    
    // +k8s:deepcopy-gen=package
    // +k8s:conversion-gen=k8s.io/kubernetes/pkg/controller/cronjob/config
    // +k8s:conversion-gen-external-types=k8s.io/kube-controller-manager/config/v1alpha1
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 10 22:32:06 UTC 2020
    - 843 bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/batch/v1/zz_generated.deepcopy.go

    func (in *CronJob) DeepCopyInto(out *CronJob) {
    	*out = *in
    	out.TypeMeta = in.TypeMeta
    	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
    	in.Spec.DeepCopyInto(&out.Spec)
    	in.Status.DeepCopyInto(&out.Status)
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CronJob.
    func (in *CronJob) DeepCopy() *CronJob {
    	if in == nil {
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  10. pkg/apis/batch/v1/defaults_test.go

    	}
    	return obj3
    }
    
    func TestSetDefaultCronJob(t *testing.T) {
    	tests := map[string]struct {
    		original *batchv1.CronJob
    		expected *batchv1.CronJob
    	}{
    		"empty batchv1.CronJob should default batchv1.ConcurrencyPolicy and Suspend": {
    			original: &batchv1.CronJob{},
    			expected: &batchv1.CronJob{
    				Spec: batchv1.CronJobSpec{
    					ConcurrencyPolicy:          batchv1.AllowConcurrent,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 20.8K bytes
    - Viewed (0)
Back to top