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

Update codegen for OpenFaaS, add Status to Function #1164

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alexellis
Copy link
Member

Description

Update codegen for OpenFaaS, add Status to Function

Why is this needed?

  • Adds a standard Status object with Conditions to the Function CRD
  • Updates codegen to use client-go 1.28

Who is this for?

How Has This Been Tested?

Tested that it still builds, however we will need to check whether this is a breaking change due to the Status field having been added to the Function CRD.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

* Adds a standard Status object with Conditions to the Function
CRD
* Updates codegen to use client-go 1.28

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
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.

None yet

1 participant