Skip to content

Conversation

@dmikusa
Copy link
Contributor

@dmikusa dmikusa commented Jul 27, 2022

There are presently three LifecycleTypes supported: buildpack, docker and kpack. The first two have been supported, and this PR adds support for the third. It also includes a KpackData class for the lifecycle data that the kpack lifecycle type can return.

API documentation clarifies what is allowed:

http://v3-apidocs.cloudfoundry.org/version/3.122.0/index.html#lifecycles

Includes a test which expands and deserializes the Kpack LifecycleType.

Resolves #1094

Signed-off-by: Daniel Mikusa [email protected]

There are presently three LifecycleTypes supported: buildpack, docker and kpack. The first two have been supported, and this PR adds support for the third. It also includes a KpackData class for the lifecycle data that the kpack lifecycle type can return.

API documentation clarifies what is allowed:

http://v3-apidocs.cloudfoundry.org/version/3.122.0/index.html#lifecycles

Includes a test which expands and deserializes the Kpack LifecycleType.

Resolves #1094

Signed-off-by: Daniel Mikusa <[email protected]>
@dmikusa dmikusa merged commit 7fb6fe9 into main Jul 27, 2022
@dmikusa dmikusa deleted the gh_issue_1094 branch July 27, 2022 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Lifecycle type kpack is not supported. (Unknown lifecycle type: kpack)

1 participant