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