Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WithRatcheting (0.09 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation.go

    			Schema:               nodeSchema,
    		}
    	}
    
    	return nil
    }
    
    type options struct {
    	ratchetingOptions
    }
    
    type Option func(*options)
    
    func WithRatcheting(correlation *common.CorrelatedObject) Option {
    	return func(o *options) {
    		o.currentCorrelation = correlation
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 20 18:21:31 UTC 2024
    - 32.2K bytes
    - Viewed (0)
Back to top