Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
273 changes: 178 additions & 95 deletions sdk/proto/command.pb.go

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions sdk/proto/command.proto
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ message Command {
// DataplaneSoftwareDetails contains details for additional software running on the dataplane that pertains
// to NGINX Agent
DataplaneSoftwareDetails dataplane_software_details = 13 [(gogoproto.jsontag) = "dataplane_software_details"];

// DataplaneUpdate contains details for dataplane resources that have changed
DataplaneUpdate dataplane_update = 14 [(gogoproto.jsontag) = "dataplane_update" ];
}
}

Expand Down
161 changes: 82 additions & 79 deletions sdk/proto/nginx.pb.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions sdk/proto/nginx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ enum NginxConfigAction {
TEST = 2;
ROLLBACK = 3;
RETURN = 4;
FORCE = 5;
}

message NginxConfig {
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading