Skip to content

Commit

Permalink
modify description strings
Browse files Browse the repository at this point in the history
Signed-off-by: James Kim <[email protected]>
  • Loading branch information
jameskim0987 committed Oct 4, 2024
1 parent 4c9656c commit e1ec49c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ spec:
- name
type: object
subjects:
description: List of subjects.
description: List of subjects being bound to ArgoCDRole (argocdRoleRef).
items:
properties:
kind:
description: Kind of the subjects.
description: Kind of the subject (sso, local).
enum:
- sso
- local
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
items:
properties:
objects:
description: List of target objects.
description: List of resource's objects the permissions are granted for.
items:
type: string
type: array
Expand All @@ -64,7 +64,7 @@ spec:
- extensions
type: string
verbs:
description: Verbs define the behaviors of ArgoCDRole.
description: Verbs define the operations that are being performed on the resource.
items:
type: string
type: array
Expand All @@ -81,7 +81,7 @@ spec:
description: ArgoCDRoleStatus defines the observed state of Role
properties:
argocdRoleBindingRef:
description: argocdRoleBindingRef defines the reference to the role being granted.
description: argocdRoleBindingRef defines the reference to the ArgoCDRoleBinding Resource.
type: string
conditions:
description: Conditions defines the list of conditions.
Expand Down

0 comments on commit e1ec49c

Please sign in to comment.