Add ApplicationDeploymentRemovalRequests #51
telackey
commented 2023-12-21 19:05:09 +00:00
Member
```
message ApplicationDeploymentRemovalRequest {
string type = 1 [(gogoproto.moretags) = "json:\"type\" yaml:\"type\""];
string version = 2 [(gogoproto.moretags) = "json:\"version\" yaml:\"version\""];
string deployment = 3 [(gogoproto.moretags) = "json:\"deployment\" yaml:\"deployment\""];
string request = 4 [(gogoproto.moretags) = "json:\"request\" yaml:\"request\""];
string meta = 20 [(gogoproto.moretags) = "json:\"meta\" yaml:\"meta\""];
repeated string tags = 21 [(gogoproto.moretags) = "json:\"tags\" yaml:\"tags\""];
}
message ApplicationDeploymentRemovalRecord {
string type = 1 [(gogoproto.moretags) = "json:\"type\" yaml:\"type\""];
string version = 2 [(gogoproto.moretags) = "json:\"version\" yaml:\"version\""];
string deployment = 3 [(gogoproto.moretags) = "json:\"deployment\" yaml:\"deployment\""];
string request = 4 [(gogoproto.moretags) = "json:\"request\" yaml:\"request\""];
string meta = 20 [(gogoproto.moretags) = "json:\"meta\" yaml:\"meta\""];
repeated string tags = 21 [(gogoproto.moretags) = "json:\"tags\" yaml:\"tags\""];
}
```
telackey
added 2 commits 2023-12-21 19:05:10 +00:00
Add ApplicationDeploymentRemovalRequests
312010a0d5
Bump version
58bd8a8391
All checks were successful
Tests / sdk_tests (pull_request) Successful in 23m0s
Details
telackey
requested review from dboreham 2023-12-21 19:06:09 +00:00
telackey
self-assigned this 2023-12-21 19:06:15 +00:00
telackey
merged commit 990e427c3f into main 2023-12-21 21:19:50 +00:00
telackey
referenced this issue from a commit 2023-12-21 21:19:51 +00:00
Add ApplicationDeploymentRemovalRequests (#51)
telackey
deleted branch telackey/apprm 2023-12-21 21:19:55 +00:00
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
in progress
invalid
question
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/laconic-sdk#51
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "telackey/apprm"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?