io.k8s.api.certificates.v1alpha1.PodCertificateRequest
See thePodCertificateRequest companion object
final case class PodCertificateRequest(spec: PodCertificateRequestSpec, status: Option[PodCertificateRequestStatus], metadata: Option[ObjectMeta]) extends KObject
PodCertificateRequest encodes a pod requesting a certificate from a given signer.
Kubelets use this API to implement podCertificate projected volumes
Attributes
- Companion
- object
- Source
- PodCertificateRequest.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- PodCertificateRequest.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
- PodCertificateRequest.scala
transforms spec to result of function
if status has a value, transforms to the result of function
if status has a value, transforms to the result of function
Attributes
- Source
- PodCertificateRequest.scala
Returns a new data with metadata set to new value
Returns a new data with spec set to new value
Returns a new data with status set to new value
Inherited methods
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Inherited fields
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
In this article