-
Notifications
You must be signed in to change notification settings - Fork 74
Add Workload Identity status condition #714
Conversation
# Conflicts: # pkg/apis/duck/v1alpha1/pubsub_types.go # pkg/reconciler/events/auditlogs/auditlogs_test.go # pkg/reconciler/events/pubsub/pubsub_test.go # pkg/reconciler/events/scheduler/scheduler_test.go # pkg/reconciler/events/storage/storage_test.go
/retest |
Ready to review. |
Made a pass, just a few nits @grac3gao |
/retest |
Does it need to implement runtime.Object?
…On Thu, Mar 26, 2020 at 4:27 PM Grace Gao ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In pkg/apis/duck/v1alpha1/identity_types.go
<#714 (comment)>:
> +type IdentityList struct {
+ metav1.TypeMeta `json:",inline"`
+ metav1.ListMeta `json:"metadata"`
+
+ Items []Identity `json:"items"`
+}
Looks like we can't do that...after running update-codegen and run unit
test, it will fail in zz_generated.deepcopy.go, showing: IdentitySpec does
not implement runtime.Object (missing GetObjectKind method)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#714 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABD65DFGTQYT3JVVO3MXEMDRJPQE5ANCNFSM4LT6OBKA>
.
|
@nachocano Tried several deletions ways, finally worked. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: grac3gao, nachocano The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The following is the coverage report on the affected files.
|
@nachocano Just added those things. And I forgot to update the serviceAccountName in the status, so also include it. |
/lgtm Thanks @grac3gao !!! Great work! |
Based on @nachocano #703
Fixes #668
Proposed Changes
Release Note
Docs