Skip to content

Commit

Permalink
fixing proto
Browse files Browse the repository at this point in the history
  • Loading branch information
evanj80-illumio committed Oct 21, 2024
1 parent 94ef7d7 commit e6ba1e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/illumio/cloud/k8sclustersync/v1/k8s_info.pb.go

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

2 changes: 1 addition & 1 deletion api/illumio/cloud/k8sclustersync/v1/k8s_info.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ message KubernetesObjectData {
string resource_version = 8;
string uid = 9;
oneof kind_specific {
KubernetesPodData pod = 10;
KubernetesPodData pod = 100;
}
}

Expand Down

0 comments on commit e6ba1e0

Please sign in to comment.