public abstract class AbstractPodSecurityPolicySpecAssert<S extends AbstractPodSecurityPolicySpecAssert<S,A>,A extends io.fabric8.kubernetes.api.model.policy.PodSecurityPolicySpec>
extends org.assertj.core.api.AbstractAssert<S,A>
PodSecurityPolicySpec
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractPodSecurityPolicySpecAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual PodSecurityPolicySpec. |
Modifier and Type | Method and Description |
---|---|
org.assertj.core.api.MapAssert |
additionalProperties()
Navigates to the property additionalProperties so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
allowedCapabilities()
Navigates to the property allowedCapabilities so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.policy.AllowedCSIDriver,AllowedCSIDriverAssert> |
allowedCSIDrivers()
Navigates to the property allowedCSIDrivers so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.policy.AllowedFlexVolume,AllowedFlexVolumeAssert> |
allowedFlexVolumes()
Navigates to the property allowedFlexVolumes so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.policy.AllowedHostPath,AllowedHostPathAssert> |
allowedHostPaths()
Navigates to the property allowedHostPaths so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
allowedProcMountTypes()
Navigates to the property allowedProcMountTypes so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
allowedUnsafeSysctls()
Navigates to the property allowedUnsafeSysctls so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
allowPrivilegeEscalation()
Navigates to the property allowPrivilegeEscalation so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
defaultAddCapabilities()
Navigates to the property defaultAddCapabilities so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
defaultAllowPrivilegeEscalation()
Navigates to the property defaultAllowPrivilegeEscalation so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
forbiddenSysctls()
Navigates to the property forbiddenSysctls so that assertions can be done on it
|
FSGroupStrategyOptionsAssert |
fsGroup()
Navigates to the property fsGroup so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
hostIPC()
Navigates to the property hostIPC so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
hostNetwork()
Navigates to the property hostNetwork so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
hostPID()
Navigates to the property hostPID so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.policy.HostPortRange,HostPortRangeAssert> |
hostPorts()
Navigates to the property hostPorts so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
privileged()
Navigates to the property privileged so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
readOnlyRootFilesystem()
Navigates to the property readOnlyRootFilesystem so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
requiredDropCapabilities()
Navigates to the property requiredDropCapabilities so that assertions can be done on it
|
RunAsGroupStrategyOptionsAssert |
runAsGroup()
Navigates to the property runAsGroup so that assertions can be done on it
|
KubernetesRunAsUserStrategyOptionsAssert |
runAsUser()
Navigates to the property runAsUser so that assertions can be done on it
|
RuntimeClassStrategyOptionsAssert |
runtimeClass()
Navigates to the property runtimeClass so that assertions can be done on it
|
SELinuxStrategyOptionsAssert |
seLinux()
Navigates to the property seLinux so that assertions can be done on it
|
SupplementalGroupsStrategyOptionsAssert |
supplementalGroups()
Navigates to the property supplementalGroups so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
volumes()
Navigates to the property volumes so that assertions can be done on it
|
asInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withRepresentation, withThreadDumpOnError
protected AbstractPodSecurityPolicySpecAssert(A actual, Class<S> selfType)
AbstractPodSecurityPolicySpecAssert
to make assertions on actual PodSecurityPolicySpec.actual
- the PodSecurityPolicySpec we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public org.assertj.core.api.BooleanAssert allowPrivilegeEscalation()
public NavigationListAssert<io.fabric8.kubernetes.api.model.policy.AllowedCSIDriver,AllowedCSIDriverAssert> allowedCSIDrivers()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> allowedCapabilities()
public NavigationListAssert<io.fabric8.kubernetes.api.model.policy.AllowedFlexVolume,AllowedFlexVolumeAssert> allowedFlexVolumes()
public NavigationListAssert<io.fabric8.kubernetes.api.model.policy.AllowedHostPath,AllowedHostPathAssert> allowedHostPaths()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> allowedProcMountTypes()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> allowedUnsafeSysctls()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> defaultAddCapabilities()
public org.assertj.core.api.BooleanAssert defaultAllowPrivilegeEscalation()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> forbiddenSysctls()
public FSGroupStrategyOptionsAssert fsGroup()
public org.assertj.core.api.BooleanAssert hostIPC()
public org.assertj.core.api.BooleanAssert hostNetwork()
public org.assertj.core.api.BooleanAssert hostPID()
public NavigationListAssert<io.fabric8.kubernetes.api.model.policy.HostPortRange,HostPortRangeAssert> hostPorts()
public org.assertj.core.api.BooleanAssert privileged()
public org.assertj.core.api.BooleanAssert readOnlyRootFilesystem()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> requiredDropCapabilities()
public RunAsGroupStrategyOptionsAssert runAsGroup()
public KubernetesRunAsUserStrategyOptionsAssert runAsUser()
public RuntimeClassStrategyOptionsAssert runtimeClass()
public SELinuxStrategyOptionsAssert seLinux()
public SupplementalGroupsStrategyOptionsAssert supplementalGroups()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> volumes()
Copyright © 2020. All rights reserved.