io.k8s.api.certificates.v1alpha1

Members list

Concise view

Type members

Classlikes

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 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

Attributes

Companion:
class
Source:
ClusterTrustBundle.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ClusterTrustBundleList(items: Seq[ClusterTrustBundle], metadata: Option[ListMeta]) extends KObject

ClusterTrustBundleList is a collection of ClusterTrustBundle objects

ClusterTrustBundleList is a collection of ClusterTrustBundle objects

Attributes

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

Attributes

Companion:
class
Source:
ClusterTrustBundleList.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ClusterTrustBundleSpec(trustBundle: String, signerName: Option[String])

ClusterTrustBundleSpec contains the signer and trust anchors.

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

Attributes

Companion:
class
Source:
ClusterTrustBundleSpec.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type