Skip to content

Commit 95d6aee

Browse files
committed
Add NetworkState to Network message in objects.proto
- Add NetworkState to Network message in objects.proto - Add NetworkState and IPAMState objects in types.proto Signed-off-by: Andrey Epifanov <[email protected]>
1 parent a45be3c commit 95d6aee

File tree

3 files changed

+184
-113
lines changed

3 files changed

+184
-113
lines changed

api/api.pb.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7215,6 +7215,14 @@ file {
72157215
type: TYPE_BOOL
72167216
json_name: "pendingDelete"
72177217
}
7218+
field {
7219+
name: "state"
7220+
number: 7
7221+
label: LABEL_OPTIONAL
7222+
type: TYPE_MESSAGE
7223+
type_name: ".google.protobuf.Any"
7224+
json_name: "state"
7225+
}
72187226
options {
72197227
70001 {
72207228
1 {

0 commit comments

Comments
 (0)