VolumeProjection class

Projection that may be projected along with other supported volume types.

Constructors

VolumeProjection({ConfigMapProjection? configMap, DownwardAPIProjection? downwardAPI, SecretProjection? secret, ServiceAccountTokenProjection? serviceAccountToken})
Default constructor.
const
VolumeProjection.fromJson(Map<String, dynamic> json)
Creates a VolumeProjection from JSON data.
factory

Properties

configMap ConfigMapProjection?
configMap information about the configMap data to project.
final
downwardAPI DownwardAPIProjection?
downwardAPI information about the downwardAPI data to project.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret SecretProjection?
secret information about the secret data to project.
final
serviceAccountToken ServiceAccountTokenProjection?
serviceAccountToken is information about the serviceAccountToken data to project.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object>
Converts a VolumeProjection instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited