Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for WithTimeZone (0.12 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/batch/v1/cronjobspec.go

    	b.Schedule = &value
    	return b
    }
    
    // WithTimeZone sets the TimeZone field in the declarative configuration to the given value
    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the TimeZone field is set to the value of the last call.
    func (b *CronJobSpecApplyConfiguration) WithTimeZone(value string) *CronJobSpecApplyConfiguration {
    	b.TimeZone = &value
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 29 16:40:46 UTC 2022
    - 5.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/batch/v1beta1/cronjobspec.go

    	b.Schedule = &value
    	return b
    }
    
    // WithTimeZone sets the TimeZone field in the declarative configuration to the given value
    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the TimeZone field is set to the value of the last call.
    func (b *CronJobSpecApplyConfiguration) WithTimeZone(value string) *CronJobSpecApplyConfiguration {
    	b.TimeZone = &value
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 29 16:40:46 UTC 2022
    - 5.3K bytes
    - Viewed (0)
Back to top