Skip to content

Commit 2af6c34

Browse files
authored
[BREAKING] Do not use native k8s types (#269)
* [BREAKING] Do not use native k8s types Add our own types for NetworkPolicyIngressRule and NetworkPolicyEgressRule, both used in HybridCloudEnvironmentConfiguration. * Linter * ANDed -> AND-ed * Use repeated KeyValue * Fixed match_labels comments
1 parent 860d99e commit 2af6c34

72 files changed

Lines changed: 1884 additions & 22802 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

buf.gen.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ managed:
55
- file_option: go_package_prefix
66
module: buf.build/bufbuild/protovalidate
77
- module: buf.build/googleapis/googleapis
8-
- module: buf.build/common/protos
98
override:
109
- file_option: go_package_prefix
1110
value: github.com/qdrant/qdrant-cloud-public-api/gen/go

buf.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ deps:
44
- name: buf.build/bufbuild/protovalidate
55
commit: 2a1774d888024a9b93ce7eb4b59f6a83
66
digest: b5:6b7f9bc919b65e5b79d7b726ffc03d6f815a412d6b792970fa6f065cae162107bd0a9d47272c8ab1a2c9514e87b13d3fbf71df614374d62d2183afb64be2d30a
7-
- name: buf.build/common/protos
8-
commit: 8e61745a05234b5ca6985e15b97c61fd
9-
digest: b5:8acdce29fe0c82245aee65361d7400aaa6b95df4a65ded8ff2465cafc09928039ab846ceff30b14bad7678c53a1d7554c76b868afde31d919f7b10f9e3c2898c
107
- name: buf.build/googleapis/googleapis
118
commit: 004180b77378443887d3b55cabc00384
129
digest: b5:e8f475fe3330f31f5fd86ac689093bcd274e19611a09db91f41d637cb9197881ce89882b94d13a58738e53c91c6e4bae7dc1feba85f590164c975a89e25115dc

buf.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ modules:
66
deps:
77
- buf.build/googleapis/googleapis
88
- buf.build/bufbuild/protovalidate
9-
- buf.build/common/protos
109
lint:
1110
use:
1211
- STANDARD

0 commit comments

Comments
 (0)