# Functions
CheckStatefulSetWithWolumeClaimTemplates checks whether a supplied object is a statefulSet with volumeClaimTemplates Currently scc-review and scc-subject-review commands cannot handle correctly this case since validation is not based only on podTemplateSpec.
DiffObjectReferenceLists returns lists containing the items unique to each provided list: list1Only = list1 - list2 list2Only = list2 - list1 if both returned lists are empty, the provided lists are equal.
No description provided by the author
No description provided by the author
MergeMaps will merge to map[string]string instances, with keys from the second argument overwriting keys from the first argument, in case of duplicates.
No description provided by the author
No description provided by the author
NewCmdAddClusterRoleToGroup implements the OpenShift cli add-cluster-role-to-group command.
NewCmdAddClusterRoleToUser implements the OpenShift cli add-cluster-role-to-user command.
NewCmdAddRoleToGroup implements the OpenShift cli add-role-to-group command.
NewCmdAddRoleToUser implements the OpenShift cli add-role-to-user command.
No description provided by the author
No description provided by the author
No description provided by the author
NewCmdPolicy implements the OpenShift cli policy command.
NewCmdReconcileClusterRoleBindings implements the OpenShift cli reconcile-cluster-role-bindings command.
NewCmdReconcileClusterRoles implements the OpenShift cli reconcile-cluster-roles command.
NewCmdReconcileSCC implements the OpenShift cli reconcile-sccs command.
NewCmdRemoveClusterRoleFromGroup implements the OpenShift cli remove-cluster-role-from-group command.
NewCmdRemoveClusterRoleFromUser implements the OpenShift cli remove-cluster-role-from-user command.
NewCmdRemoveGroupFromProject implements the OpenShift cli remove-group command.
NewCmdRemoveRoleFromGroup implements the OpenShift cli remove-role-from-group command.
NewCmdRemoveRoleFromUser implements the OpenShift cli remove-role-from-user command.
No description provided by the author
No description provided by the author
NewCmdRemoveUserFromProject implements the OpenShift cli remove-user command.
No description provided by the author
No description provided by the author
NewCmdWhoCan implements the OpenShift cli who-can command.
NewDefaultReconcileSCCOptions provides a ReconcileSCCOptions with default settings.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ReconcileClusterRoleBindingsRecommendedName is the recommended command name.
ReconcileClusterRolesRecommendedName is the recommended command name.
ReconcileProtectAnnotation is the name of an annotation which prevents reconciliation if set to "true".
ReconcileSCCRecommendedName is the recommended command name.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ClusterRoleBindingAccessor operates against cluster scoped role bindings.
LocalRoleBindingAccessor operates against role bindings in namespace.
ReconcileClusterRoleBindingsOptions contains all the necessary functionality for the OpenShift cli reconcile-cluster-role-bindings command.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
RoleBindingAccessor is used by role modification commands to access and modify roles.