Skip to content
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

add context.Context arg to assertions.OK() #20

Merged
merged 1 commit into from
May 27, 2024

Conversation

jaypipes
Copy link
Member

BREAKING API CHANGE for plugin developers

This changes the gdt.Assertions.OK() interface signature to accept a context.Context object. This context object is required for debug output/inspection in the kube plugin.

**BREAKING API CHANGE for plugin developers**

This changes the `gdt.Assertions.OK()` interface signature to accept a
`context.Context` object. This context object is required for debug
output/inspection in the kube plugin.

Signed-off-by: Jay Pipes <[email protected]>
@jaypipes jaypipes merged commit de1ef61 into gdt-dev:main May 27, 2024
9 checks passed
@jaypipes jaypipes deleted the assertion-ctx branch May 27, 2024 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant