Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WithFailedIndexes (0.85 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/batch/v1/jobstatus.go

    	b.CompletedIndexes = &value
    	return b
    }
    
    // WithFailedIndexes sets the FailedIndexes 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 FailedIndexes field is set to the value of the last call.
    func (b *JobStatusApplyConfiguration) WithFailedIndexes(value string) *JobStatusApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 19 16:34:38 UTC 2023
    - 6.8K bytes
    - Viewed (0)
Back to top