You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Storage is an interface for a standard REST Storage backend
28
11
typeStorageinterface {
29
12
rest.Getter
@@ -32,57 +15,7 @@ type Storage interface {
32
15
rest.GracefulDeleter
33
16
34
17
// CreateRoleWithEscalation creates a new policyRole. Skipping the escalation check should only be done during bootstrapping procedures where no users are currently bound.
// UpdateRoleWithEscalation updates a policyRole. Skipping the escalation check should only be done during bootstrapping procedures where no users are currently bound.
// Storage is an interface for a standard REST Storage backend
28
11
typeStorageinterface {
29
12
rest.Getter
@@ -32,56 +15,7 @@ type Storage interface {
32
15
rest.GracefulDeleter
33
16
34
17
// CreateRoleBinding creates a new policyRoleBinding. Skipping the escalation check should only be done during bootstrapping procedures where no users are currently bound.
// UpdateRoleBinding updates a policyRoleBinding. Skipping the escalation check should only be done during bootstrapping procedures where no users are currently bound.
0 commit comments