type AuthorizationV1Interface …
type AuthorizationV1Client …
func (c *AuthorizationV1Client) LocalSubjectAccessReviews(namespace string) LocalSubjectAccessReviewInterface { … }
func (c *AuthorizationV1Client) SelfSubjectAccessReviews() SelfSubjectAccessReviewInterface { … }
func (c *AuthorizationV1Client) SelfSubjectRulesReviews() SelfSubjectRulesReviewInterface { … }
func (c *AuthorizationV1Client) SubjectAccessReviews() SubjectAccessReviewInterface { … }
func NewForConfig(c *rest.Config) (*AuthorizationV1Client, error) { … }
func NewForConfigAndClient(c *rest.Config, h *http.Client) (*AuthorizationV1Client, error) { … }
func NewForConfigOrDie(c *rest.Config) *AuthorizationV1Client { … }
func New(c rest.Interface) *AuthorizationV1Client { … }
func setConfigDefaults(config *rest.Config) error { … }
func (c *AuthorizationV1Client) RESTClient() rest.Interface { … }