Skip to content

Commit

Permalink
Merge pull request project-kessel#251 from tonytheleg/RHCLOUD-36262-m…
Browse files Browse the repository at this point in the history
…ake-nodes-optional

RHCLOUD-36262: removes buf validation for requiring nodes on k8s-clusters
  • Loading branch information
tonytheleg authored Nov 19, 2024
2 parents 76866ff + 9addb33 commit 66b7a8a
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 66b7a8a

Please sign in to comment.