Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WithPreStop (0.25 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/core/v1/lifecycle.go

    	b.PostStart = value
    	return b
    }
    
    // WithPreStop sets the PreStop 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 PreStop field is set to the value of the last call.
    func (b *LifecycleApplyConfiguration) WithPreStop(value *LifecycleHandlerApplyConfiguration) *LifecycleApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 29 20:15:11 UTC 2021
    - 2K bytes
    - Viewed (0)
Back to top