Skip to content

Commit

Permalink
codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
mbbush committed Oct 25, 2023
1 parent 784c565 commit 188f7c1
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 31 deletions.
21 changes: 10 additions & 11 deletions apis/ssoadmin/v1beta1/zz_accountassignment_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions apis/ssoadmin/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions apis/ssoadmin/v1beta1/zz_generated.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples-generated/ssoadmin/accountassignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
permissionSetArnSelector:
matchLabels:
testing.upbound.io/example-name: aws_ssoadmin_permission_set
principalGroupSelector:
principalIdFromGroupSelector:
matchLabels:
testing.upbound.io/example-name: aws_identitystore_group
principalType: GROUP
Expand Down
18 changes: 12 additions & 6 deletions package/crds/ssoadmin.aws.upbound.io_accountassignments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,14 @@ spec:
type: string
type: object
type: object
principalGroupRef:
principalId:
description: An identifier for an object in SSO, such as a user
or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6).
This can be set to the crossplane external-name of either a
Group or User in the identitystore api group, but the Ref and
Selector fields will only work with a Group.
type: string
principalIdFromGroupRef:
description: Reference to a Group in identitystore to populate
principalId.
properties:
Expand Down Expand Up @@ -184,7 +191,7 @@ spec:
required:
- name
type: object
principalGroupSelector:
principalIdFromGroupSelector:
description: Selector for a Group in identitystore to populate
principalId.
properties:
Expand Down Expand Up @@ -224,10 +231,6 @@ spec:
type: string
type: object
type: object
principalId:
description: An identifier for an object in SSO, such as a user
or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6).
type: string
principalType:
description: 'The entity type for which the assignment will be
created. Valid values: USER, GROUP.'
Expand Down Expand Up @@ -442,6 +445,9 @@ spec:
principalId:
description: An identifier for an object in SSO, such as a user
or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6).
This can be set to the crossplane external-name of either a
Group or User in the identitystore api group, but the Ref and
Selector fields will only work with a Group.
type: string
principalType:
description: 'The entity type for which the assignment will be
Expand Down

0 comments on commit 188f7c1

Please sign in to comment.