Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterAuthenticationInfo ¶
type ClusterAuthenticationInfo struct { // ClientCA is the CA that can be used to verify the identity of normal clients ClientCA dynamiccertificates.CAContentProvider // RequestHeaderUsernameHeaders are the headers used by this kube-apiserver to determine username RequestHeaderUsernameHeaders headerrequest.StringSliceProvider // RequestHeaderUIDHeaders are the headers used by this kube-apiserver to determine UID RequestHeaderUIDHeaders headerrequest.StringSliceProvider // RequestHeaderGroupHeaders are the headers used by this kube-apiserver to determine groups RequestHeaderGroupHeaders headerrequest.StringSliceProvider // RequestHeaderExtraHeaderPrefixes are the headers used by this kube-apiserver to determine user.extra RequestHeaderExtraHeaderPrefixes headerrequest.StringSliceProvider // RequestHeaderAllowedNames are the sujbects allowed to act as a front proxy RequestHeaderAllowedNames headerrequest.StringSliceProvider // RequestHeaderCA is the CA that can be used to verify the front proxy RequestHeaderCA dynamiccertificates.CAContentProvider }
ClusterAuthenticationInfo holds the information that will included in public configmap.
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller holds the running state for the controller
func NewClusterAuthenticationTrustController ¶
func NewClusterAuthenticationTrustController(requiredAuthenticationData ClusterAuthenticationInfo, kubeClient kubernetes.Interface) *Controller
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.
func (*Controller) Enqueue ¶
func (c *Controller) Enqueue()
Enqueue a method to allow separate control loops to cause the controller to trigger and reconcile content.
Click to show internal directories.
Click to hide internal directories.