Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for WithPeriodSeconds (1.96 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/autoscaling/v2/hpascalingpolicy.go

    	b.Value = &value
    	return b
    }
    
    // WithPeriodSeconds sets the PeriodSeconds 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 PeriodSeconds field is set to the value of the last call.
    func (b *HPAScalingPolicyApplyConfiguration) WithPeriodSeconds(value int32) *HPAScalingPolicyApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 09 02:34:54 UTC 2021
    - 2.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/hpascalingpolicy.go

    	b.Value = &value
    	return b
    }
    
    // WithPeriodSeconds sets the PeriodSeconds 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 PeriodSeconds field is set to the value of the last call.
    func (b *HPAScalingPolicyApplyConfiguration) WithPeriodSeconds(value int32) *HPAScalingPolicyApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 2.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/core/v1/probe.go

    	b.TimeoutSeconds = &value
    	return b
    }
    
    // WithPeriodSeconds sets the PeriodSeconds 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 PeriodSeconds field is set to the value of the last call.
    func (b *ProbeApplyConfiguration) WithPeriodSeconds(value int32) *ProbeApplyConfiguration {
    	b.PeriodSeconds = &value
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 17 17:31:23 UTC 2021
    - 5.7K bytes
    - Viewed (0)
Back to top