Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ValidatePodSchedulingContexts (0.27 sec)

  1. pkg/registry/resource/podschedulingcontext/strategy.go

    }
    
    func (podSchedulingStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList {
    	scheduling := obj.(*resource.PodSchedulingContext)
    	return validation.ValidatePodSchedulingContexts(scheduling)
    }
    
    func (podSchedulingStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string {
    	return nil
    }
    
    func (podSchedulingStrategy) Canonicalize(obj runtime.Object) {
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:39:24 UTC 2024
    - 5.6K bytes
    - Viewed (0)
Back to top