package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Nov 5, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Matrices struct {
ClusterRoles Matrix `json:"clusterRoles"`
Roles Matrix `json:"roles"`
}
type Matrix struct {
Objects []string `json:"objects"`
Roles []Role `json:"roles"`
}
type MatrixBuilder struct {
}
type Role struct {
Name string `json:"name"`
Objects map[string][]string `json:"objects"`
Subjects []rbac.Subject `json:"subjects"`
Namespace string `json:"namespace,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.