Cluster Trust Bundle Projection
data class ClusterTrustBundleProjection(val labelSelector: LabelSelector? = null, val name: String? = null, val optional: Boolean? = null, val path: String, val signerName: String? = null)
ClusterTrustBundleProjection describes how to select a set of ClusterTrustBundle objects and project their contents into the pod filesystem.
Constructors
Link copied to clipboard
fun ClusterTrustBundleProjection(labelSelector: LabelSelector? = null, name: String? = null, optional: Boolean? = null, path: String, signerName: String? = null)