ClusterTrustBundle

io.k8s.api.certificates.v1alpha1.ClusterTrustBundle
See theClusterTrustBundle companion object
final case class ClusterTrustBundle(spec: ClusterTrustBundleSpec, metadata: Option[ObjectMeta]) extends KObject

ClusterTrustBundle is a cluster-scoped container for X.509 trust anchors (root certificates).

ClusterTrustBundle objects are considered to be readable by any authenticated user in the cluster, because they can be mounted by pods using the clusterTrustBundle projection. All service accounts have read access to ClusterTrustBundles by default. Users who only have namespace-level access to a cluster can read ClusterTrustBundles by impersonating a serviceaccount that they have access to.

It can be optionally associated with a particular assigner, in which case it contains one valid set of trust anchors for that signer. Signers may have multiple associated ClusterTrustBundles; each is an independent set of trust anchors for that signer. Admission control is used to enforce that only users with permissions on the signer can create or modify the corresponding bundle.

Attributes

Companion:
object
Source:
ClusterTrustBundle.scala
Graph
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def foldTo[T : Builder]: T

Attributes

Definition Classes
Source:
ClusterTrustBundle.scala

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

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

Attributes

Source:
ClusterTrustBundle.scala

transforms spec to result of function

transforms spec to result of function

Attributes

Source:
ClusterTrustBundle.scala

Returns a new data with metadata set to new value

Returns a new data with metadata set to new value

Attributes

Source:
ClusterTrustBundle.scala

Returns a new data with spec set to new value

Returns a new data with spec set to new value

Attributes

Source:
ClusterTrustBundle.scala

Inherited methods

final def group: String

Attributes

Inherited from:
KObject
Source:
ResourceKind.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields

final lazy val apiVersion: String

Attributes

Inherited from:
KObject
Source:
ResourceKind.scala
final lazy val kind: String

Attributes

Inherited from:
KObject
Source:
ResourceKind.scala
final lazy val version: String

Attributes

Inherited from:
KObject
Source:
ResourceKind.scala