Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewLifecycle (0.16 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/namespace/lifecycle/admission.go

    				Field:   "metadata.namespace",
    			})
    		}
    		return err
    	}
    
    	return nil
    }
    
    // NewLifecycle creates a new namespace Lifecycle admission control handler
    func NewLifecycle(immortalNamespaces sets.String) (*Lifecycle, error) {
    	return newLifecycleWithClock(immortalNamespaces, clock.RealClock{})
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 15 09:52:18 UTC 2021
    - 8.6K bytes
    - Viewed (0)
Back to top