Skip to content

Commit

Permalink
removes buf validation for requiring nodes on k8s-clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytheleg authored and Adam0Brien committed Nov 29, 2024
1 parent 76866ff commit 9101de9
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 54 deletions.
105 changes: 52 additions & 53 deletions api/kessel/inventory/v1beta1/resources/k8s_cluster_detail.pb.go

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

Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ message K8sClusterDetail {

CloudPlatform cloud_platform = 476768062 [ json_name = "cloud_platform", (buf.validate.field).enum = {not_in: [0], defined_only: true} ];

repeated K8sClusterDetailNodesInner nodes = 75440785 [ (buf.validate.field).repeated = {min_items: 1, items: { required: true}} ];
repeated K8sClusterDetailNodesInner nodes = 75440785;
}

0 comments on commit 9101de9

Please sign in to comment.