Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WithHostnames (0.14 sec)

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

    	b.IP = &value
    	return b
    }
    
    // WithHostnames adds the given value to the Hostnames 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 Hostnames field.
    func (b *HostAliasApplyConfiguration) WithHostnames(values ...string) *HostAliasApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 1.9K bytes
    - Viewed (0)
Back to top