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 IntegrationPlatform resource #126

Merged
merged 4 commits into from
Sep 27, 2018
Merged

Conversation

nicolaferraro
Copy link
Member

This fixes #73 .

It is the first step towards supporting Kubernetes. A single IntegrationPlatform is allowed per namespace to simplify things (additional platforms will go into the "Duplicate" state).

groovyStatus, err := action.getContextReady(platform.Namespace, "groovy")
if err != nil {
return err
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be better to loop through all the context with type set to "platform"

@nicolaferraro
Copy link
Member Author

Fixed and rebased

@lburgazzoli lburgazzoli merged commit d802b6f into apache:master Sep 27, 2018
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.

Create a Camel CRD
3 participants