Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupInterface ¶
type GroupsGetter ¶
type GroupsGetter interface {
Groups() GroupInterface
}
type IamV1alpha2Client ¶
type IamV1alpha2Client struct {
// contains filtered or unexported fields
}
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*IamV1alpha2Client, error)
NewForConfig creates a new IamV1alpha2Client for the given config.
func (*IamV1alpha2Client) Groups ¶
func (c *IamV1alpha2Client) Groups() GroupInterface
func (*IamV1alpha2Client) RoleBindings ¶
func (c *IamV1alpha2Client) RoleBindings() RoleBindingInterface
type IamV1alpha2Interface ¶
type IamV1alpha2Interface interface { GroupsGetter RoleBindingsGetter }
type RoleBindingInterface ¶
type RoleBindingsGetter ¶
type RoleBindingsGetter interface {
RoleBindings() RoleBindingInterface
}
Click to show internal directories.
Click to hide internal directories.