ClusterTrustBundleProjectionArgs

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
constructor(labelSelector: Output<LabelSelectorArgs>? = null, name: Output<String>? = null, optional: Output<Boolean>? = null, path: Output<String>, signerName: Output<String>? = null)

Properties

Link copied to clipboard
val labelSelector: Output<LabelSelectorArgs>? = null

Select all ClusterTrustBundles that match this label selector. Only has effect if signerName is set. Mutually-exclusive with name. If unset, interpreted as "match nothing". If set but empty, interpreted as "match everything".

Link copied to clipboard
val name: Output<String>? = null

Select a single ClusterTrustBundle by object name. Mutually-exclusive with signerName and labelSelector.

Link copied to clipboard
val optional: Output<Boolean>? = null

If true, don't block pod startup if the referenced ClusterTrustBundle(s) aren't available. If using name, then the named ClusterTrustBundle is allowed not to exist. If using signerName, then the combination of signerName and labelSelector is allowed to match zero ClusterTrustBundles.

Link copied to clipboard
val path: Output<String>

Relative path from the volume root to write the bundle.

Link copied to clipboard
val signerName: Output<String>? = null

Select all ClusterTrustBundles that match this signer name. Mutually-exclusive with name. The contents of all selected ClusterTrustBundles will be unified and deduplicated.

Functions

Link copied to clipboard
open override fun toJava(): ClusterTrustBundleProjectionArgs