Uses of Class
io.fabric8.kubernetes.api.model.ClusterTrustBundleProjection
-
Packages that use ClusterTrustBundleProjection Package Description io.fabric8.kubernetes.api.model -
-
Uses of ClusterTrustBundleProjection in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return ClusterTrustBundleProjection Modifier and Type Method Description ClusterTrustBundleProjectionClusterTrustBundleProjectionBuilder. build()ClusterTrustBundleProjectionVolumeProjectionFluent. buildClusterTrustBundle()ClusterTrustBundleProjectionVolumeProjection. getClusterTrustBundle()Methods in io.fabric8.kubernetes.api.model with parameters of type ClusterTrustBundleProjection Modifier and Type Method Description protected voidClusterTrustBundleProjectionFluent. copyInstance(ClusterTrustBundleProjection instance)VolumeProjectionFluent.ClusterTrustBundleNested<A>VolumeProjectionFluent. editOrNewClusterTrustBundleLike(ClusterTrustBundleProjection item)voidVolumeProjection. setClusterTrustBundle(ClusterTrustBundleProjection clusterTrustBundle)AVolumeProjectionFluent. withClusterTrustBundle(ClusterTrustBundleProjection clusterTrustBundle)VolumeProjectionFluent.ClusterTrustBundleNested<A>VolumeProjectionFluent. withNewClusterTrustBundleLike(ClusterTrustBundleProjection item)Constructors in io.fabric8.kubernetes.api.model with parameters of type ClusterTrustBundleProjection Constructor Description ClusterTrustBundleProjectionBuilder(ClusterTrustBundleProjection instance)ClusterTrustBundleProjectionBuilder(ClusterTrustBundleProjectionFluent<?> fluent, ClusterTrustBundleProjection instance)ClusterTrustBundleProjectionFluent(ClusterTrustBundleProjection instance)VolumeProjection(ClusterTrustBundleProjection clusterTrustBundle, ConfigMapProjection configMap, DownwardAPIProjection downwardAPI, SecretProjection secret, ServiceAccountTokenProjection serviceAccountToken)
-