k8s_openapi/v1_33/api/networking/v1/
mod.rs1
2mod http_ingress_path;
3pub use self::http_ingress_path::HTTPIngressPath;
4
5mod http_ingress_rule_value;
6pub use self::http_ingress_rule_value::HTTPIngressRuleValue;
7
8mod ip_address;
9pub use self::ip_address::IPAddress;
10
11mod ip_address_spec;
12pub use self::ip_address_spec::IPAddressSpec;
13
14mod ip_block;
15pub use self::ip_block::IPBlock;
16
17mod ingress;
18pub use self::ingress::Ingress;
19
20mod ingress_backend;
21pub use self::ingress_backend::IngressBackend;
22
23mod ingress_class;
24pub use self::ingress_class::IngressClass;
25
26mod ingress_class_parameters_reference;
27pub use self::ingress_class_parameters_reference::IngressClassParametersReference;
28
29mod ingress_class_spec;
30pub use self::ingress_class_spec::IngressClassSpec;
31
32mod ingress_load_balancer_ingress;
33pub use self::ingress_load_balancer_ingress::IngressLoadBalancerIngress;
34
35mod ingress_load_balancer_status;
36pub use self::ingress_load_balancer_status::IngressLoadBalancerStatus;
37
38mod ingress_port_status;
39pub use self::ingress_port_status::IngressPortStatus;
40
41mod ingress_rule;
42pub use self::ingress_rule::IngressRule;
43
44mod ingress_service_backend;
45pub use self::ingress_service_backend::IngressServiceBackend;
46
47mod ingress_spec;
48pub use self::ingress_spec::IngressSpec;
49
50mod ingress_status;
51pub use self::ingress_status::IngressStatus;
52
53mod ingress_tls;
54pub use self::ingress_tls::IngressTLS;
55
56mod network_policy;
57pub use self::network_policy::NetworkPolicy;
58
59mod network_policy_egress_rule;
60pub use self::network_policy_egress_rule::NetworkPolicyEgressRule;
61
62mod network_policy_ingress_rule;
63pub use self::network_policy_ingress_rule::NetworkPolicyIngressRule;
64
65mod network_policy_peer;
66pub use self::network_policy_peer::NetworkPolicyPeer;
67
68mod network_policy_port;
69pub use self::network_policy_port::NetworkPolicyPort;
70
71mod network_policy_spec;
72pub use self::network_policy_spec::NetworkPolicySpec;
73
74mod parent_reference;
75pub use self::parent_reference::ParentReference;
76
77mod service_backend_port;
78pub use self::service_backend_port::ServiceBackendPort;
79
80mod service_cidr;
81pub use self::service_cidr::ServiceCIDR;
82
83mod service_cidr_spec;
84pub use self::service_cidr_spec::ServiceCIDRSpec;
85
86mod service_cidr_status;
87pub use self::service_cidr_status::ServiceCIDRStatus;