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