Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/apis/core/v1/validation/validation.go

    		}
    	}
    
    	return allErrs
    }
    
    // ValidatePodLogOptions checks if options that are set are at the correct
    // value. Any incorrect value will be returned to the ErrorList.
    func ValidatePodLogOptions(opts *v1.PodLogOptions) field.ErrorList {
    	allErrs := field.ErrorList{}
    	if opts.TailLines != nil && *opts.TailLines < 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Oct 28 07:31:28 UTC 2023
    - 6.7K bytes
    - Viewed (0)
Back to top