Skip to content

Commit ed725e6

Browse files
committed
chore(k8s/magiclove/cilium): v1.18.1
1 parent f017db3 commit ed725e6

File tree

48 files changed

+947
-247
lines changed

Some content is hidden

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

48 files changed

+947
-247
lines changed
Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
load("@com_github_tnarg_rules_cue//cue:cue.bzl", "cue_library")
2+
3+
cue_library(
4+
name = "cue_models_library",
5+
srcs = [
6+
"address_go_gen.cue",
7+
"address_pair_go_gen.cue",
8+
"allocation_map_go_gen.cue",
9+
"attach_mode_go_gen.cue",
10+
"b_p_f_map_entry_go_gen.cue",
11+
"b_p_f_map_go_gen.cue",
12+
"b_p_f_map_list_go_gen.cue",
13+
"b_p_f_map_properties_go_gen.cue",
14+
"b_p_f_map_status_go_gen.cue",
15+
"backend_address_go_gen.cue",
16+
"bandwidth_manager_go_gen.cue",
17+
"bgp_family_go_gen.cue",
18+
"bgp_graceful_restart_go_gen.cue",
19+
"bgp_nlri_go_gen.cue",
20+
"bgp_path_attribute_go_gen.cue",
21+
"bgp_path_go_gen.cue",
22+
"bgp_peer_families_go_gen.cue",
23+
"bgp_peer_go_gen.cue",
24+
"bgp_route_go_gen.cue",
25+
"bgp_route_policy_go_gen.cue",
26+
"bgp_route_policy_nexthop_action_go_gen.cue",
27+
"bgp_route_policy_prefix_match_go_gen.cue",
28+
"bgp_route_policy_statement_go_gen.cue",
29+
"c_id_r_list_go_gen.cue",
30+
"c_id_r_policy_go_gen.cue",
31+
"c_n_i_chaining_status_go_gen.cue",
32+
"cgroup_container_metadata_go_gen.cue",
33+
"cgroup_dump_metadata_go_gen.cue",
34+
"cgroup_pod_metadata_go_gen.cue",
35+
"clock_source_go_gen.cue",
36+
"cluster_mesh_status_go_gen.cue",
37+
"cluster_node_status_go_gen.cue",
38+
"cluster_nodes_response_go_gen.cue",
39+
"cluster_status_go_gen.cue",
40+
"configuration_map_go_gen.cue",
41+
"controller_status_go_gen.cue",
42+
"controller_statuses_go_gen.cue",
43+
"daemon_configuration_go_gen.cue",
44+
"daemon_configuration_spec_go_gen.cue",
45+
"daemon_configuration_status_go_gen.cue",
46+
"datapath_mode_go_gen.cue",
47+
"debug_info_go_gen.cue",
48+
"dns_lookup_go_gen.cue",
49+
"doc_go_gen.cue",
50+
"encryption_status_go_gen.cue",
51+
"endpoint_batch_delete_request_go_gen.cue",
52+
"endpoint_change_request_go_gen.cue",
53+
"endpoint_configuration_spec_go_gen.cue",
54+
"endpoint_configuration_status_go_gen.cue",
55+
"endpoint_datapath_configuration_go_gen.cue",
56+
"endpoint_go_gen.cue",
57+
"endpoint_health_go_gen.cue",
58+
"endpoint_health_status_go_gen.cue",
59+
"endpoint_identifiers_go_gen.cue",
60+
"endpoint_networking_go_gen.cue",
61+
"endpoint_policy_enabled_go_gen.cue",
62+
"endpoint_policy_go_gen.cue",
63+
"endpoint_policy_status_go_gen.cue",
64+
"endpoint_state_go_gen.cue",
65+
"endpoint_status_change_go_gen.cue",
66+
"endpoint_status_go_gen.cue",
67+
"endpoint_status_log_go_gen.cue",
68+
"error_go_gen.cue",
69+
"frontend_address_go_gen.cue",
70+
"frontend_mapping_go_gen.cue",
71+
"host_firewall_go_gen.cue",
72+
"hubble_metrics_status_go_gen.cue",
73+
"hubble_status_go_gen.cue",
74+
"i_psec_status_go_gen.cue",
75+
"identity_endpoints_go_gen.cue",
76+
"identity_go_gen.cue",
77+
"identity_range_go_gen.cue",
78+
"ip_a_m_address_response_go_gen.cue",
79+
"ip_a_m_response_go_gen.cue",
80+
"ip_a_m_status_go_gen.cue",
81+
"ip_list_entry_go_gen.cue",
82+
"ip_list_entry_metadata_go_gen.cue",
83+
"ip_v4_big_tcp_go_gen.cue",
84+
"ip_v6_big_tcp_go_gen.cue",
85+
"k8s_status_go_gen.cue",
86+
"k_vstore_configuration_go_gen.cue",
87+
"kube_proxy_replacement_go_gen.cue",
88+
"l4_policy_go_gen.cue",
89+
"l_r_p_backend_go_gen.cue",
90+
"l_r_p_spec_go_gen.cue",
91+
"label_array_go_gen.cue",
92+
"label_configuration_go_gen.cue",
93+
"label_configuration_spec_go_gen.cue",
94+
"label_configuration_status_go_gen.cue",
95+
"label_go_gen.cue",
96+
"labels_go_gen.cue",
97+
"map_event_go_gen.cue",
98+
"masquerading_go_gen.cue",
99+
"message_forwarding_statistics_go_gen.cue",
100+
"metric_go_gen.cue",
101+
"monitor_status_go_gen.cue",
102+
"name_manager_go_gen.cue",
103+
"named_ports_go_gen.cue",
104+
"node_addressing_element_go_gen.cue",
105+
"node_addressing_go_gen.cue",
106+
"node_element_go_gen.cue",
107+
"node_id_go_gen.cue",
108+
"policy_go_gen.cue",
109+
"policy_rule_go_gen.cue",
110+
"policy_trace_result_go_gen.cue",
111+
"port_go_gen.cue",
112+
"prefilter_go_gen.cue",
113+
"prefilter_spec_go_gen.cue",
114+
"prefilter_status_go_gen.cue",
115+
"proxy_redirect_go_gen.cue",
116+
"proxy_statistics_go_gen.cue",
117+
"proxy_status_go_gen.cue",
118+
"recorder_filter_go_gen.cue",
119+
"recorder_go_gen.cue",
120+
"recorder_mask_go_gen.cue",
121+
"recorder_mask_spec_go_gen.cue",
122+
"recorder_mask_status_go_gen.cue",
123+
"recorder_spec_go_gen.cue",
124+
"recorder_status_go_gen.cue",
125+
"remote_cluster_config_go_gen.cue",
126+
"remote_cluster_go_gen.cue",
127+
"remote_cluster_synced_go_gen.cue",
128+
"request_response_statistics_go_gen.cue",
129+
"routing_go_gen.cue",
130+
"selector_cache_go_gen.cue",
131+
"selector_entry_go_gen.cue",
132+
"selector_identity_mapping_go_gen.cue",
133+
"service_go_gen.cue",
134+
"service_spec_go_gen.cue",
135+
"service_status_go_gen.cue",
136+
"srv6_go_gen.cue",
137+
"state_d_b_query_go_gen.cue",
138+
"status_go_gen.cue",
139+
"status_response_go_gen.cue",
140+
"trace_from_go_gen.cue",
141+
"trace_selector_go_gen.cue",
142+
"trace_to_go_gen.cue",
143+
"wireguard_interface_go_gen.cue",
144+
"wireguard_peer_go_gen.cue",
145+
"wireguard_status_go_gen.cue",
146+
],
147+
importpath = "github.com/cilium/cilium/api/v1/models",
148+
visibility = ["//visibility:public"],
149+
deps = ["//cue.mod/gen/github.com/go-openapi/strfmt:cue_strfmt_library"],
150+
)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
load("@com_github_tnarg_rules_cue//cue:cue.bzl", "cue_library")
2+
3+
cue_library(
4+
name = "cue_types_library",
5+
srcs = [
6+
"doc_go_gen.cue",
7+
"types_go_gen.cue",
8+
],
9+
importpath = "github.com/cilium/cilium/pkg/alibabacloud/eni/types",
10+
visibility = ["//visibility:public"],
11+
)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
load("@com_github_tnarg_rules_cue//cue:cue.bzl", "cue_library")
2+
3+
cue_library(
4+
name = "cue_types_library",
5+
srcs = ["types_go_gen.cue"],
6+
importpath = "github.com/cilium/cilium/pkg/aws/eni/types",
7+
visibility = ["//visibility:public"],
8+
)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
load("@com_github_tnarg_rules_cue//cue:cue.bzl", "cue_library")
2+
3+
cue_library(
4+
name = "cue_types_library",
5+
srcs = [
6+
"doc_go_gen.cue",
7+
"types_go_gen.cue",
8+
],
9+
importpath = "github.com/cilium/cilium/pkg/azure/types",
10+
visibility = ["//visibility:public"],
11+
)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
load("@com_github_tnarg_rules_cue//cue:cue.bzl", "cue_library")
2+
3+
cue_library(
4+
name = "cue_types_library",
5+
srcs = [
6+
"doc_go_gen.cue",
7+
"types_go_gen.cue",
8+
],
9+
importpath = "github.com/cilium/cilium/pkg/ipam/types",
10+
visibility = ["//visibility:public"],
11+
)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
load("@com_github_tnarg_rules_cue//cue:cue.bzl", "cue_library")
2+
3+
cue_library(
4+
name = "cue_apis_library",
5+
srcs = ["cell_go_gen.cue"],
6+
importpath = "github.com/cilium/cilium/pkg/k8s/apis",
7+
visibility = ["//visibility:public"],
8+
deps = [
9+
"//cue.mod/gen/github.com/cilium/cilium/pkg/k8s/client:cue_client_library",
10+
"//cue.mod/gen/github.com/cilium/hive/cell:cue_cell_library",
11+
],
12+
)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
load("@com_github_tnarg_rules_cue//cue:cue.bzl", "cue_library")
2+
3+
cue_library(
4+
name = "cue_ciliumio_library",
5+
srcs = [
6+
"const_go_gen.cue",
7+
"register_go_gen.cue",
8+
],
9+
importpath = "github.com/cilium/cilium/pkg/k8s/apis/cilium.io:ciliumio",
10+
visibility = ["//visibility:public"],
11+
)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
load("@com_github_tnarg_rules_cue//cue:cue.bzl", "cue_library")
2+
3+
cue_library(
4+
name = "cue_client_library",
5+
srcs = ["register_go_gen.cue"],
6+
importpath = "github.com/cilium/cilium/pkg/k8s/apis/cilium.io/client",
7+
visibility = ["//visibility:public"],
8+
)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
load("@com_github_tnarg_rules_cue//cue:cue.bzl", "cue_library")
2+
3+
cue_library(
4+
name = "cue_utils_library",
5+
srcs = ["utils_go_gen.cue"],
6+
importpath = "github.com/cilium/cilium/pkg/k8s/apis/cilium.io/utils",
7+
visibility = ["//visibility:public"],
8+
)
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
load("@com_github_tnarg_rules_cue//cue:cue.bzl", "cue_library")
2+
3+
cue_library(
4+
name = "cue_v2_library",
5+
srcs = [
6+
"bgp_advert_types_go_gen.cue",
7+
"bgp_cluster_types_go_gen.cue",
8+
"bgp_node_override_types_go_gen.cue",
9+
"bgp_node_types_go_gen.cue",
10+
"bgp_peer_types_go_gen.cue",
11+
"ccec_types_go_gen.cue",
12+
"ccnp_types_go_gen.cue",
13+
"cec_types_go_gen.cue",
14+
"cegp_types_go_gen.cue",
15+
"cidrgroups_types_go_gen.cue",
16+
"clrp_types_go_gen.cue",
17+
"cnc_types_go_gen.cue",
18+
"cnp_types_go_gen.cue",
19+
"doc_go_gen.cue",
20+
"lbipam_types_go_gen.cue",
21+
"register_go_gen.cue",
22+
"types_go_gen.cue",
23+
],
24+
importpath = "github.com/cilium/cilium/pkg/k8s/apis/cilium.io/v2",
25+
visibility = ["//visibility:public"],
26+
deps = [
27+
"//cue.mod/gen/github.com/cilium/cilium/api/v1/models:cue_models_library",
28+
"//cue.mod/gen/github.com/cilium/cilium/pkg/alibabacloud/eni/types:cue_types_library",
29+
"//cue.mod/gen/github.com/cilium/cilium/pkg/aws/eni/types:cue_types_library",
30+
"//cue.mod/gen/github.com/cilium/cilium/pkg/azure/types:cue_types_library",
31+
"//cue.mod/gen/github.com/cilium/cilium/pkg/ipam/types:cue_types_library",
32+
"//cue.mod/gen/github.com/cilium/cilium/pkg/k8s/slim/k8s/apis/meta/v1:cue_v1_library",
33+
"//cue.mod/gen/github.com/cilium/cilium/pkg/node/addressing:cue_addressing_library",
34+
"//cue.mod/gen/github.com/cilium/cilium/pkg/policy/api:cue_api_library",
35+
"//cue.mod/gen/k8s.io/api/core/v1:cue_v1_library",
36+
"//cue.mod/gen/k8s.io/apimachinery/pkg/apis/meta/v1:cue_v1_library",
37+
],
38+
)

0 commit comments

Comments
 (0)