Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for lastSeenGeneration (0.7 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/controller/nonstructuralschema/nonstructuralschema_controller.go

    	// last generation this controller updated the condition per CRD name (to avoid two
    	// different version of the apiextensions-apiservers in HA to fight for the right message)
    	lastSeenGenerationLock sync.Mutex
    	lastSeenGeneration     map[string]int64
    }
    
    // NewConditionController constructs a non-structural schema condition controller.
    func NewConditionController(
    	crdInformer informers.CustomResourceDefinitionInformer,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top