Skip to content

Commit

Permalink
Merge pull request #1819 from deads2k/deads-project-admin-create-endp…
Browse files Browse the repository at this point in the history
…oints

Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Apr 21, 2015
2 parents d6028d1 + 7de8322 commit ae3f457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/authorization/api/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ var (
OpenshiftStatusGroupName: {"imagerepositories/status"},

QuotaGroupName: {"limitranges", "resourcequotas", "resourcequotausages"},
KubeInternalsGroupName: {"endpoints", "minions", "nodes", "bindings", "events", "namespaces"},
KubeExposedGroupName: {"pods", "replicationcontrollers", "services"},
KubeInternalsGroupName: {"minions", "nodes", "bindings", "events", "namespaces"},
KubeExposedGroupName: {"pods", "replicationcontrollers", "services", "endpoints"},
KubeAllGroupName: {KubeInternalsGroupName, KubeExposedGroupName, QuotaGroupName},
KubeStatusGroupName: {"pods/status", "resourcequotas/status", "namespaces/status"},
}
Expand Down

0 comments on commit ae3f457

Please sign in to comment.