Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WithPodCIDRs (0.11 sec)

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

    	b.PodCIDR = &value
    	return b
    }
    
    // WithPodCIDRs adds the given value to the PodCIDRs field in the declarative configuration
    // and returns the receiver, so that objects can be build by chaining "With" function invocations.
    // If called multiple times, values provided by each call will be appended to the PodCIDRs field.
    func (b *NodeSpecApplyConfiguration) WithPodCIDRs(values ...string) *NodeSpecApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 4.7K bytes
    - Viewed (0)
Back to top