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