Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for WithHard (0.24 sec)

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

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

    	return &ResourceQuotaSpecApplyConfiguration{}
    }
    
    // WithHard sets the Hard 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 Hard field is set to the value of the last call.
    func (b *ResourceQuotaSpecApplyConfiguration) WithHard(value v1.ResourceList) *ResourceQuotaSpecApplyConfiguration {
    	b.Hard = &value
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 2.6K bytes
    - Viewed (0)
Back to top