case class VolumeProjection(configMap: Optional[ConfigMapProjection] = Optional.Absent, downwardAPI: Optional[DownwardAPIProjection] = Optional.Absent, secret: Optional[SecretProjection] = Optional.Absent, serviceAccountToken: Optional[ServiceAccountTokenProjection] = Optional.Absent) extends Product with Serializable
Projection that may be projected along with other supported volume types
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VolumeProjection
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new VolumeProjection(configMap: Optional[ConfigMapProjection] = Optional.Absent, downwardAPI: Optional[DownwardAPIProjection] = Optional.Absent, secret: Optional[SecretProjection] = Optional.Absent, serviceAccountToken: Optional[ServiceAccountTokenProjection] = Optional.Absent)
Value Members
- val configMap: Optional[ConfigMapProjection]
- val downwardAPI: Optional[DownwardAPIProjection]
-
def
getConfigMap: IO[K8sFailure, ConfigMapProjection]
Gets configMap.
Gets configMap.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
def
getDownwardAPI: IO[K8sFailure, DownwardAPIProjection]
Gets downwardAPI.
Gets downwardAPI.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
def
getSecret: IO[K8sFailure, SecretProjection]
Gets secret.
Gets secret.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
def
getServiceAccountToken: IO[K8sFailure, ServiceAccountTokenProjection]
Gets serviceAccountToken.
Gets serviceAccountToken.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
- val secret: Optional[SecretProjection]
- val serviceAccountToken: Optional[ServiceAccountTokenProjection]