skupperproject / skupper

Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
http://skupper.io
Apache License 2.0
559 stars 71 forks source link

V2 claim renaming #1508

Closed grs closed 2 weeks ago

grs commented 2 weeks ago

Renamed resources:

Claim -> AccessToken Grant -> AccessGrant

Also renamed some fileds within these two resources:

claimed -> redeeemed secret -> code claims -> allowedRedemptions | redemptions validFor -> expirationWindow

fgiorgetti commented 2 weeks ago

@grs a comment on your latest commit. The generated client types for accessgrant and accesstoken, located under pkg/generated/client, are missing.

grs commented 2 weeks ago

@grs a comment on your latest commit. The generated client types for accessgrant and accesstoken, located under pkg/generated/client, are missing.

Oops! Sorry, thanks for pointing that out. I've added them now.