Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NewClusterAuthenticationTrustController (0.42 sec)

  1. pkg/controlplane/controller/clusterauthenticationtrust/cluster_authentication_trust_controller.go

    	RequestHeaderCA dynamiccertificates.CAContentProvider
    }
    
    // NewClusterAuthenticationTrustController returns a controller that will maintain the kube-system configmap/extension-apiserver-authentication
    // that holds information about how to aggregated apiservers are recommended (but not required) to configure themselves.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  2. pkg/controlplane/apiserver/server.go

    		}
    	}
    
    	s.GenericAPIServer.AddPostStartHookOrDie("start-cluster-authentication-info-controller", func(hookContext genericapiserver.PostStartHookContext) error {
    		controller := clusterauthenticationtrust.NewClusterAuthenticationTrustController(s.ClusterAuthenticationInfo, client)
    
    		// generate a context  from stopCh. This is to avoid modifying files which are relying on apiserver
    		// TODO: See if we can pass ctx to the current method
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 19:24:41 UTC 2024
    - 11K bytes
    - Viewed (0)
Back to top