Uses of Class
io.fabric8.kubernetes.api.model.PodCertificateProjection
-
Packages that use PodCertificateProjection Package Description io.fabric8.kubernetes.api.model -
-
Uses of PodCertificateProjection in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return PodCertificateProjection Modifier and Type Method Description PodCertificateProjectionPodCertificateProjectionBuilder. build()PodCertificateProjectionVolumeProjectionFluent. buildPodCertificate()PodCertificateProjectionVolumeProjection. getPodCertificate()Projection that may be projected along with other supported volume types.Methods in io.fabric8.kubernetes.api.model with parameters of type PodCertificateProjection Modifier and Type Method Description protected voidPodCertificateProjectionFluent. copyInstance(PodCertificateProjection instance)VolumeProjectionFluent.PodCertificateNested<A>VolumeProjectionFluent. editOrNewPodCertificateLike(PodCertificateProjection item)voidVolumeProjection. setPodCertificate(PodCertificateProjection podCertificate)Projection that may be projected along with other supported volume types.VolumeProjectionFluent.PodCertificateNested<A>VolumeProjectionFluent. withNewPodCertificateLike(PodCertificateProjection item)AVolumeProjectionFluent. withPodCertificate(PodCertificateProjection podCertificate)Constructors in io.fabric8.kubernetes.api.model with parameters of type PodCertificateProjection Constructor Description PodCertificateProjectionBuilder(PodCertificateProjection instance)PodCertificateProjectionBuilder(PodCertificateProjectionFluent<?> fluent, PodCertificateProjection instance)PodCertificateProjectionFluent(PodCertificateProjection instance)VolumeProjection(ClusterTrustBundleProjection clusterTrustBundle, ConfigMapProjection configMap, DownwardAPIProjection downwardAPI, PodCertificateProjection podCertificate, SecretProjection secret, ServiceAccountTokenProjection serviceAccountToken)
-