Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDelegatedAuthorizer ¶
func NewDelegatedAuthorizer(clusterName logicalcluster.LogicalCluster, client kubeclient.ClusterInterface) (authorizer.Authorizer, error)
NewDelegatedAuthorizer returns a new authorizer for use in e.g. admission plugins that delegates to the kube API server via SubjectAccessReview.
Types ¶
type DelegatedAuthorizerFactory ¶
type DelegatedAuthorizerFactory func(clusterName logicalcluster.LogicalCluster, client kubeclient.ClusterInterface) (authorizer.Authorizer, error)
Click to show internal directories.
Click to hide internal directories.