Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WithLastPhaseTransitionTime (0.19 sec)

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

    func (b *PersistentVolumeStatusApplyConfiguration) WithReason(value string) *PersistentVolumeStatusApplyConfiguration {
    	b.Reason = &value
    	return b
    }
    
    // WithLastPhaseTransitionTime sets the LastPhaseTransitionTime field in the declarative configuration to the given value
    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 19:39:24 UTC 2023
    - 3.2K bytes
    - Viewed (0)
Back to top