Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for preRunCaches (0.13 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/dynamiccertificates/configmap_cafile_content.go

    	caBundle atomic.Value
    
    	listeners []Listener
    
    	queue workqueue.TypedRateLimitingInterface[string]
    	// preRunCaches are the caches to sync before starting the work of this control loop
    	preRunCaches []cache.InformerSynced
    }
    
    var _ CAContentProvider = &ConfigMapCAController{}
    var _ ControllerRunner = &ConfigMapCAController{}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  2. pkg/controlplane/controller/clusterauthenticationtrust/cluster_authentication_trust_controller.go

    	// kubeSystemConfigMapInformer is tracked so that we can start these on Run
    	kubeSystemConfigMapInformer cache.SharedIndexInformer
    
    	// preRunCaches are the caches to sync before starting the work of this control loop
    	preRunCaches []cache.InformerSynced
    }
    
    // ClusterAuthenticationInfo holds the information that will included in public configmap.
    type ClusterAuthenticationInfo struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 18.2K bytes
    - Viewed (0)
Back to top