VolumeMount type
Signature:
export type VolumeMount = {
volumeName: string;
containerPath: string;
readOnly: boolean;
};
typescript
Signature:
export type VolumeMount = {
volumeName: string;
containerPath: string;
readOnly: boolean;
};