-
Notifications
You must be signed in to change notification settings - Fork 15
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
Cross #273
Conversation
"github.com/kube-tarian/kad/capten/agent/pkg/pb/captenpluginspb" | ||
"github.com/pkg/errors" | ||
) | ||
|
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.
update cloud provider to be handling in DB
"github.com/kube-tarian/kad/capten/agent/pkg/pb/captenpluginspb" | ||
) | ||
|
||
func (a *Agent) AddCrossplanProvider(ctx context.Context, request *captenpluginspb.AddCrossplanProviderRequest) ( |
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.
UpdateCronssPlaneProvider API is missing
@@ -0,0 +1,19 @@ | |||
CREATE TABLE CrossplaneProviders ( |
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.
change to 007, as 006 already there
id UUID, | ||
cloud_type TEXT, | ||
provider_name TEXT, | ||
cloud_provider_id TEXT, |
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.
for workflow handling
add below filed
workflow_id TEXT
workflow_status TEXT
No description provided.