1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#[cfg(any(feature = "google-cloud-gkehub-cloudauditlogging-v1alpha"))]
pub mod cloudauditlogging;
#[cfg(
    any(
        feature = "google-cloud-gkehub-configmanagement-v1",
        feature = "google-cloud-gkehub-configmanagement-v1alpha",
        feature = "google-cloud-gkehub-configmanagement-v1beta",
    )
)]
pub mod configmanagement;
#[cfg(
    any(
        feature = "google-cloud-gkehub-metering-v1alpha",
        feature = "google-cloud-gkehub-metering-v1beta",
    )
)]
pub mod metering;
#[cfg(
    any(
        feature = "google-cloud-gkehub-multiclusteringress-v1",
        feature = "google-cloud-gkehub-multiclusteringress-v1alpha",
        feature = "google-cloud-gkehub-multiclusteringress-v1beta",
    )
)]
pub mod multiclusteringress;
#[cfg(any(feature = "google-cloud-gkehub-servicemesh-v1alpha"))]
pub mod servicemesh;
#[cfg(any(feature = "google-cloud-gkehub-v1"))]
pub mod v1;
#[cfg(any(feature = "google-cloud-gkehub-v1alpha"))]
pub mod v1alpha;
#[cfg(any(feature = "google-cloud-gkehub-v1beta"))]
pub mod v1beta;
#[cfg(any(feature = "google-cloud-gkehub-v1beta1"))]
pub mod v1beta1;