Documentation ¶
Index ¶
- Constants
- func CreateHealthCheckScript(healthCheckNodePort int, ips []string, path string, nodeIndex int) string
- func TestCMEKAttachmentTypeAndEncryptionType(f *framework.CloudProviderFramework, expectedAttachmentType string, ...)
- func TestEncryptionType(f *framework.CloudProviderFramework, mountOptions []string)
Constants ¶
View Source
const ( WriteCommand = "echo 'Hello World' > /usr/share/nginx/html/testdata.txt; while true; do echo $(date -u) >> /data/out.txt; sleep 5; done" WriteCommandBlock = "echo 'Hello World' > /var/test.txt; dd if=/var/test.txt of=/dev/xvda count=8; while true; do sleep 5; done" KeepAliveCommand = "while true; do echo 'hello world' >> /usr/share/nginx/html/out.txt; sleep 5; done" KeepAliveCommandBlock = "while true; do echo 'hello world' >> /var/newpod.txt; sleep 5; done" BVDriverName = "blockvolume.csi.oraclecloud.com" BindingModeWaitForFirstConsumer = "WaitForFirstConsumer" ReclaimPolicyDelete = "Delete" ReclaimPolicyRetain = "Retain" )
Variables ¶
This section is empty.
Functions ¶
func CreateHealthCheckScript ¶
func CreateHealthCheckScript(healthCheckNodePort int, ips []string, path string, nodeIndex int) string
ips is the list of private IPs of the nodes, the path is the endpoint at which health is checked, and nodeIndex is the node which has the current pod
func TestCMEKAttachmentTypeAndEncryptionType ¶
func TestCMEKAttachmentTypeAndEncryptionType(f *framework.CloudProviderFramework, expectedAttachmentType string, isRawBlockVolume bool)
func TestEncryptionType ¶
func TestEncryptionType(f *framework.CloudProviderFramework, mountOptions []string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.