Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for requeueAllOtherGroupCRDs (0.29 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/controller/status/naming_controller.go

    	inCustomResourceDefinition, err := c.crdLister.Get(key)
    	if apierrors.IsNotFound(err) {
    		// CRD was deleted and has freed its names.
    		// Reconsider all other CRDs in the same group.
    		if err := c.requeueAllOtherGroupCRDs(key); err != nil {
    			return err
    		}
    		return nil
    	}
    	if err != nil {
    		return err
    	}
    
    	// Skip checking names if Spec and Status names are same.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 13.2K bytes
    - Viewed (0)
Back to top