Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupAssociationQuerier ¶ added in v1.12.0
type GroupAssociationQuerier interface {
GetAssociatedGroups(name, namespace string) []types.Group
}
groupAssociationQuerier is the interface required by the handler.
type REST ¶
type REST struct {
// contains filtered or unexported fields
}
func NewREST ¶
func NewREST(querier GroupAssociationQuerier) *REST
NewREST returns a REST object that will work against API services.
func (*REST) NamespaceScoped ¶
Click to show internal directories.
Click to hide internal directories.