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