Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestValidateOSFields (0.26 sec)

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

    				t.Error("Unexpected success")
    			}
    			if !test.expectError && len(errs) != 0 {
    				t.Errorf("Unexpected error(s): %v", errs)
    			}
    		})
    	}
    }
    
    func TestValidateOSFields(t *testing.T) {
    	// Contains the list of OS specific fields within pod spec.
    	// All the fields in pod spec should be either osSpecific or osNeutral field
    	// To make a field OS specific:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top