Cluster Trust Bundle Projection Patch
data class ClusterTrustBundleProjectionPatch(val labelSelector: LabelSelectorPatch? = null, val name: String? = null, val optional: Boolean? = null, val path: String? = null, 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 ClusterTrustBundleProjectionPatch(labelSelector: LabelSelectorPatch? = null, name: String? = null, optional: Boolean? = null, path: String? = null, signerName: String? = null)