-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[extension/sigv4authextension] update to use generated status #21285
Conversation
77ec6cd
to
178864e
Compare
Signed-off-by: xin.li <xin.li@daocloud.io>
178864e
to
23c98f2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase on main and generate. I think I've got all the changes in the suggestions, but make generate
will make sure CI doesnt fail :)
|
||
status: | ||
class: extension | ||
stability: beta |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stability: beta | |
stability: | |
beta: [extension] |
@@ -30,7 +32,7 @@ const ( | |||
|
|||
// NewFactory creates a factory for the Sigv4 Authenticator extension. | |||
func NewFactory() extension.Factory { | |||
return extension.NewFactory(typeStr, createDefaultConfig, createExtension, component.StabilityLevelBeta) | |||
return extension.NewFactory(typeStr, createDefaultConfig, createExtension, metadata.Stability) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return extension.NewFactory(typeStr, createDefaultConfig, createExtension, metadata.Stability) | |
return extension.NewFactory(typeStr, createDefaultConfig, createExtension, metadata.ExtensionStability) |
Type = "sigv4authextension" | ||
Stability = component.StabilityLevelBeta |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Type = "sigv4authextension" | |
Stability = component.StabilityLevelBeta | |
Type = "sigv4authextension" | |
ExtensionStability = component.StabilityLevelBeta |
This PR conflicts with #20326, I will close it. |
Description:
This updates the metadata for the extension to include stability information used to generate the status table.
Link to tracking Issue:
#19172
Testing:
Documentation: