Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ManagementPolicy ¶
type ManagementPolicy string
The ManagementPolicy specifies which roles the RBAC manager should manage.
const ( // ManagementPolicyAll indicates that all RBAC manager functionality should // be enabled. ManagementPolicyAll ManagementPolicy = "All" // ManagementPolicyBasic indicates that basic RBAC manager functionality // should be enabled. The RBAC manager will create ClusterRoles for each // XRD. The ClusterRoles it creates will aggregate to the core Crossplane // ClusterRoles (e.g. crossplane, crossplane-admin, etc). ManagementPolicyBasic ManagementPolicy = "Basic" )
Click to show internal directories.
Click to hide internal directories.