Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var AppArmorDistros = framework.AppArmorDistros
AppArmorDistros are distros with AppArmor support
var SkipIfAppArmorNotSupported = framework.SkipIfAppArmorNotSupported
SkipIfAppArmorNotSupported skips if the AppArmor is not supported by the node OS distro.
var SkipIfMissingResource = framework.SkipIfMissingResource
SkipIfMissingResource skips if the gvr resource is missing.
var SkipIfMultizone = framework.SkipIfMultizone
SkipIfMultizone skips if the cluster has multizone.
var SkipIfNodeOSDistroIs = framework.SkipIfNodeOSDistroIs
SkipIfNodeOSDistroIs skips if the node OS distro is included in the unsupportedNodeOsDistros.
var SkipIfProviderIs = framework.SkipIfProviderIs
SkipIfProviderIs skips if the provider is included in the unsupportedProviders.
var SkipUnlessAtLeast = framework.SkipUnlessAtLeast
SkipUnlessAtLeast skips if the value is less than the minValue.
var SkipUnlessLocalEphemeralStorageEnabled = framework.SkipUnlessLocalEphemeralStorageEnabled
SkipUnlessLocalEphemeralStorageEnabled skips if the LocalStorageCapacityIsolation is not enabled.
var SkipUnlessMasterOSDistroIs = framework.SkipUnlessMasterOSDistroIs
SkipUnlessMasterOSDistroIs skips if the master OS distro is not included in the supportedMasterOsDistros.
var SkipUnlessMultizone = framework.SkipUnlessMultizone
SkipUnlessMultizone skips if the cluster does not have multizone.
var SkipUnlessNodeCountIsAtLeast = framework.SkipUnlessNodeCountIsAtLeast
SkipUnlessNodeCountIsAtLeast skips if the number of nodes is less than the minNodeCount.
var SkipUnlessNodeCountIsAtMost = framework.SkipUnlessNodeCountIsAtMost
SkipUnlessNodeCountIsAtMost skips if the number of nodes is greater than the maxNodeCount.
var SkipUnlessNodeOSDistroIs = framework.SkipUnlessNodeOSDistroIs
SkipUnlessNodeOSDistroIs skips if the node OS distro is not included in the supportedNodeOsDistros.
var SkipUnlessProviderIs = framework.SkipUnlessProviderIs
SkipUnlessProviderIs skips if the provider is not included in the supportedProviders.
var SkipUnlessSSHKeyPresent = framework.SkipUnlessSSHKeyPresent
SkipUnlessSSHKeyPresent skips if no SSH key is found.
var SkipUnlessServerVersionGTE = framework.SkipUnlessServerVersionGTE
SkipUnlessServerVersionGTE skips if the server version is less than v.
var Skipf = framework.Skipf
Skipf skips with information about why the test is being skipped.
Functions ¶
This section is empty.
Types ¶
This section is empty.