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 ClusterTrustBundleProjection
ClusterTrustBundleProjectionBuilder. build()
ClusterTrustBundleProjection
VolumeProjectionFluent. buildClusterTrustBundle()
ClusterTrustBundleProjection
VolumeProjection. getClusterTrustBundle()
Methods in io.fabric8.kubernetes.api.model with parameters of type ClusterTrustBundleProjection Modifier and Type Method Description protected void
ClusterTrustBundleProjectionFluent. copyInstance(ClusterTrustBundleProjection instance)
VolumeProjectionFluent.ClusterTrustBundleNested<A>
VolumeProjectionFluent. editOrNewClusterTrustBundleLike(ClusterTrustBundleProjection item)
void
VolumeProjection. setClusterTrustBundle(ClusterTrustBundleProjection clusterTrustBundle)
A
VolumeProjectionFluent. 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)
-