ContainerMountAnnotation
Handle
interface ContainerMountAnnotation extends IResourceAnnotation { readonly isReadOnly: boolean; readonly source: string; readonly target: string; readonly type: ContainerMountType;}Properties
property
isReadOnlybooleangetGets a value indicating whether the volume mount is read-only.
property
sourcestringgetGets the source of the bind mount or name if a volume. Can be `null` if the mount is an anonymous volume.
property
targetstringgetGets the target of the mount.
property
typeContainerMountTypegetGets the type of the mount.