Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for WithHTTPGet (0.17 sec)

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

    	b.Exec = value
    	return b
    }
    
    // WithHTTPGet sets the HTTPGet 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 HTTPGet field is set to the value of the last call.
    func (b *LifecycleHandlerApplyConfiguration) WithHTTPGet(value *HTTPGetActionApplyConfiguration) *LifecycleHandlerApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 16 11:50:33 UTC 2023
    - 3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/core/v1/probehandler.go

    	b.Exec = value
    	return b
    }
    
    // WithHTTPGet sets the HTTPGet 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 HTTPGet field is set to the value of the last call.
    func (b *ProbeHandlerApplyConfiguration) WithHTTPGet(value *HTTPGetActionApplyConfiguration) *ProbeHandlerApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 01 18:25:37 UTC 2021
    - 3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/core/v1/probe.go

    	b.Exec = value
    	return b
    }
    
    // WithHTTPGet sets the HTTPGet 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 HTTPGet field is set to the value of the last call.
    func (b *ProbeApplyConfiguration) WithHTTPGet(value *HTTPGetActionApplyConfiguration) *ProbeApplyConfiguration {
    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