Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WithFSGroup (0.1 sec)

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

    	b.SupplementalGroupsPolicy = &value
    	return b
    }
    
    // WithFSGroup sets the FSGroup 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 FSGroup field is set to the value of the last call.
    func (b *PodSecurityContextApplyConfiguration) WithFSGroup(value int64) *PodSecurityContextApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top