Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for WithLimits (0.09 sec)

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

    	return &LimitRangeSpecApplyConfiguration{}
    }
    
    // WithLimits adds the given value to the Limits 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 Limits field.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/core/v1/resourcerequirements.go

    	return &ResourceRequirementsApplyConfiguration{}
    }
    
    // WithLimits sets the Limits 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 Limits field is set to the value of the last call.
    func (b *ResourceRequirementsApplyConfiguration) WithLimits(value v1.ResourceList) *ResourceRequirementsApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 10 19:22:42 UTC 2022
    - 2.7K bytes
    - Viewed (0)
Back to top