Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. staging/src/k8s.io/apiserver/pkg/server/deleted_kinds.go

    	// If this is an alpha tag, don't remove by default, but allow the option.
    	// If the cluster-admin has requested serving one more release, allow it.
    	if e.isAlpha && e.strictRemovedHandlingInAlpha { // don't serve in alpha if we want strict handling
    		return false
    	}
    	if e.isAlpha { // alphas are allowed to continue serving expired betas while we clean up the test
    		return true
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 16 03:02:49 UTC 2022
    - 7.6K bytes
    - Viewed (0)
Back to top