ClusterTrustBundleProjection

io.k8s.api.core.v1.ClusterTrustBundleProjection
See theClusterTrustBundleProjection companion object
final case class ClusterTrustBundleProjection(path: String, name: Option[String], labelSelector: Option[LabelSelector], optional: Option[Boolean], signerName: Option[String])

ClusterTrustBundleProjection describes how to select a set of ClusterTrustBundle objects and project their contents into the pod filesystem.

Attributes

Companion
object
Source
ClusterTrustBundleProjection.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

if labelSelector has a value, transforms to the result of function

if labelSelector has a value, transforms to the result of function

Attributes

Source
ClusterTrustBundleProjection.scala
def mapName(f: String => String): ClusterTrustBundleProjection

if name has a value, transforms to the result of function

if name has a value, transforms to the result of function

Attributes

Source
ClusterTrustBundleProjection.scala
def mapOptional(f: Boolean => Boolean): ClusterTrustBundleProjection

if optional has a value, transforms to the result of function

if optional has a value, transforms to the result of function

Attributes

Source
ClusterTrustBundleProjection.scala
def mapPath(f: String => String): ClusterTrustBundleProjection

transforms path to result of function

transforms path to result of function

Attributes

Source
ClusterTrustBundleProjection.scala
def mapSignerName(f: String => String): ClusterTrustBundleProjection

if signerName has a value, transforms to the result of function

if signerName has a value, transforms to the result of function

Attributes

Source
ClusterTrustBundleProjection.scala

Returns a new data with labelSelector set to new value

Returns a new data with labelSelector set to new value

Attributes

Source
ClusterTrustBundleProjection.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
ClusterTrustBundleProjection.scala

Returns a new data with optional set to new value

Returns a new data with optional set to new value

Attributes

Source
ClusterTrustBundleProjection.scala

Returns a new data with path set to new value

Returns a new data with path set to new value

Attributes

Source
ClusterTrustBundleProjection.scala

Returns a new data with signerName set to new value

Returns a new data with signerName set to new value

Attributes

Source
ClusterTrustBundleProjection.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product