Packages

package v1alpha1

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class ClusterTrustBundle(spec: ClusterTrustBundleSpec, metadata: Option[ObjectMeta] = None) extends KObject with Product with Serializable

    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.

  2. final case class ClusterTrustBundleList(items: Seq[ClusterTrustBundle], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable

    ClusterTrustBundleList is a collection of ClusterTrustBundle objects

  3. final case class ClusterTrustBundleListPointer(currentPath: PointerPath = PointerPath()) extends Pointer[ClusterTrustBundleList] with Product with Serializable

    Pointer for ClusterTrustBundleList

  4. final case class ClusterTrustBundlePointer(currentPath: PointerPath = PointerPath()) extends Pointer[ClusterTrustBundle] with Product with Serializable

    Pointer for ClusterTrustBundle

  5. final case class ClusterTrustBundleSpec(trustBundle: String, signerName: Option[String] = None) extends Product with Serializable

    ClusterTrustBundleSpec contains the signer and trust anchors.

  6. final case class ClusterTrustBundleSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[ClusterTrustBundleSpec] with Product with Serializable

    Pointer for ClusterTrustBundleSpec

Ungrouped