Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for WithHostIP (0.38 sec)

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

    	b.Protocol = &value
    	return b
    }
    
    // WithHostIP sets the HostIP 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 HostIP field is set to the value of the last call.
    func (b *ContainerPortApplyConfiguration) WithHostIP(value string) *ContainerPortApplyConfiguration {
    	b.HostIP = &value
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 3.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/core/v1/podstatus.go

    	b.NominatedNodeName = &value
    	return b
    }
    
    // WithHostIP sets the HostIP 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 HostIP field is set to the value of the last call.
    func (b *PodStatusApplyConfiguration) WithHostIP(value string) *PodStatusApplyConfiguration {
    	b.HostIP = &value
    	return b
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:43:16 UTC 2023
    - 10.5K bytes
    - Viewed (0)
Back to top