public abstract class AbstractSecurityContextConstraintsAssert<S extends AbstractSecurityContextConstraintsAssert<S,A>,A extends io.fabric8.openshift.api.model.SecurityContextConstraints>
extends org.assertj.core.api.AbstractAssert<S,A>
SecurityContextConstraints
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractSecurityContextConstraintsAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual SecurityContextConstraints. |
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.openshift.api.model.AllowedFlexVolume,AllowedFlexVolumeAssert> |
allowedFlexVolumes()
Navigates to the property allowedFlexVolumes 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 |
allowHostDirVolumePlugin()
Navigates to the property allowHostDirVolumePlugin so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
allowHostIPC()
Navigates to the property allowHostIPC so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
allowHostNetwork()
Navigates to the property allowHostNetwork so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
allowHostPID()
Navigates to the property allowHostPID so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
allowHostPorts()
Navigates to the property allowHostPorts so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
allowPrivilegedContainer()
Navigates to the property allowPrivilegedContainer 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
|
org.assertj.core.api.StringAssert |
apiVersion()
Navigates to the property apiVersion 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
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
groups()
Navigates to the property groups so that assertions can be done on it
|
S |
hasPriority(Integer priority)
Verifies that the actual SecurityContextConstraints's priority is equal to the given one.
|
org.assertj.core.api.StringAssert |
kind()
Navigates to the property kind so that assertions can be done on it
|
ObjectMetaAssert |
metadata()
Navigates to the property metadata 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
|
RunAsUserStrategyOptionsAssert |
runAsUser()
Navigates to the property runAsUser so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
seccompProfiles()
Navigates to the property seccompProfiles so that assertions can be done on it
|
SELinuxContextStrategyOptionsAssert |
seLinuxContext()
Navigates to the property seLinuxContext 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> |
users()
Navigates to the property users 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 AbstractSecurityContextConstraintsAssert(A actual, Class<S> selfType)
AbstractSecurityContextConstraintsAssert
to make assertions on actual SecurityContextConstraints.actual
- the SecurityContextConstraints we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public org.assertj.core.api.BooleanAssert allowHostDirVolumePlugin()
public org.assertj.core.api.BooleanAssert allowHostIPC()
public org.assertj.core.api.BooleanAssert allowHostNetwork()
public org.assertj.core.api.BooleanAssert allowHostPID()
public org.assertj.core.api.BooleanAssert allowHostPorts()
public org.assertj.core.api.BooleanAssert allowPrivilegeEscalation()
public org.assertj.core.api.BooleanAssert allowPrivilegedContainer()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> allowedCapabilities()
public NavigationListAssert<io.fabric8.openshift.api.model.AllowedFlexVolume,AllowedFlexVolumeAssert> allowedFlexVolumes()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> allowedUnsafeSysctls()
public org.assertj.core.api.StringAssert apiVersion()
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 NavigationListAssert<String,org.assertj.core.api.StringAssert> groups()
public org.assertj.core.api.StringAssert kind()
public ObjectMetaAssert metadata()
public S hasPriority(Integer priority)
priority
- the given priority to compare the actual SecurityContextConstraints's priority to.AssertionError
- - if the actual SecurityContextConstraints's priority is not equal to the given one.public org.assertj.core.api.BooleanAssert readOnlyRootFilesystem()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> requiredDropCapabilities()
public RunAsUserStrategyOptionsAssert runAsUser()
public SELinuxContextStrategyOptionsAssert seLinuxContext()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> seccompProfiles()
public SupplementalGroupsStrategyOptionsAssert supplementalGroups()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> users()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> volumes()
Copyright © 2020. All rights reserved.