NAME

IO::K8s::Api::Core::V1::ScaleIOPersistentVolumeSource - ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume

VERSION

version 1.000

fsType

fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs"

gateway

gateway is the host address of the ScaleIO API Gateway.

protectionDomain

protectionDomain is the name of the ScaleIO Protection Domain for the configured storage.

readOnly

readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

secretRef

secretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.

sslEnabled

sslEnabled is the flag to enable/disable SSL communication with Gateway, default false

storageMode

storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.

storagePool

storagePool is the ScaleIO Storage Pool associated with the protection domain.

system

system is the name of the storage system as configured in ScaleIO.

volumeName

volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source.

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/pplu/io-k8s-p5/issues.

IRC

Join #kubernetes on irc.perl.org or message Getty directly.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHORS

  • Torsten Raudssus <torsten@raudssus.de>

  • Jose Luis Martinez <jlmartinez@capside.com> (original author, inactive)

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018 by CAPSiDE.

This is free software, licensed under:

The Apache License, Version 2.0, January 2004