type RbacV1Interface …
type RbacV1Client …
func (c *RbacV1Client) ClusterRoles() ClusterRoleInterface { … }
func (c *RbacV1Client) ClusterRoleBindings() ClusterRoleBindingInterface { … }
func (c *RbacV1Client) Roles(namespace string) RoleInterface { … }
func (c *RbacV1Client) RoleBindings(namespace string) RoleBindingInterface { … }
func NewForConfig(c *rest.Config) (*RbacV1Client, error) { … }
func NewForConfigAndClient(c *rest.Config, h *http.Client) (*RbacV1Client, error) { … }
func NewForConfigOrDie(c *rest.Config) *RbacV1Client { … }
func New(c rest.Interface) *RbacV1Client { … }
func setConfigDefaults(config *rest.Config) error { … }
func (c *RbacV1Client) RESTClient() rest.Interface { … }