ClusterTrustBundleSpec

io.k8s.api.certificates.v1alpha1.ClusterTrustBundleSpec
See theClusterTrustBundleSpec companion object
final case class ClusterTrustBundleSpec(trustBundle: String, signerName: Option[String])

ClusterTrustBundleSpec contains the signer and trust anchors.

Attributes

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

Members list

Value members

Concrete methods

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

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

Attributes

Source
ClusterTrustBundleSpec.scala

transforms trustBundle to result of function

transforms trustBundle to result of function

Attributes

Source
ClusterTrustBundleSpec.scala

Returns a new data with signerName set to new value

Returns a new data with signerName set to new value

Attributes

Source
ClusterTrustBundleSpec.scala

Returns a new data with trustBundle set to new value

Returns a new data with trustBundle set to new value

Attributes

Source
ClusterTrustBundleSpec.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product