mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix typo
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
8c354f029b
commit
23d21f35d6
@ -485,7 +485,7 @@ export interface SecretProjection {
|
|||||||
optional?: boolean;
|
optional?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ServiceAccountTokenProjectio {
|
export interface ServiceAccountTokenProjection {
|
||||||
audience?: string;
|
audience?: string;
|
||||||
expirationSeconds?: number;
|
expirationSeconds?: number;
|
||||||
path: string;
|
path: string;
|
||||||
@ -495,7 +495,7 @@ export interface VolumeProjection {
|
|||||||
secret?: SecretProjection;
|
secret?: SecretProjection;
|
||||||
downwardAPI?: DownwardAPIProjection;
|
downwardAPI?: DownwardAPIProjection;
|
||||||
configMap?: ConfigMapProjection;
|
configMap?: ConfigMapProjection;
|
||||||
serviceAccountToken?: ServiceAccountTokenProjectio;
|
serviceAccountToken?: ServiceAccountTokenProjection;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ProjectedSource {
|
export interface ProjectedSource {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user