Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for WithPaused (0.09 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/apps/v1/deploymentspec.go

    	b.RevisionHistoryLimit = &value
    	return b
    }
    
    // WithPaused sets the Paused 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 Paused field is set to the value of the last call.
    func (b *DeploymentSpecApplyConfiguration) WithPaused(value bool) *DeploymentSpecApplyConfiguration {
    	b.Paused = &value
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 5.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta2/deploymentspec.go

    	b.RevisionHistoryLimit = &value
    	return b
    }
    
    // WithPaused sets the Paused 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 Paused field is set to the value of the last call.
    func (b *DeploymentSpecApplyConfiguration) WithPaused(value bool) *DeploymentSpecApplyConfiguration {
    	b.Paused = &value
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 5.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta1/deploymentspec.go

    	b.RevisionHistoryLimit = &value
    	return b
    }
    
    // WithPaused sets the Paused 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 Paused field is set to the value of the last call.
    func (b *DeploymentSpecApplyConfiguration) WithPaused(value bool) *DeploymentSpecApplyConfiguration {
    	b.Paused = &value
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 5.9K bytes
    - Viewed (0)
Back to top