public abstract class AbstractContainerAssert<S extends AbstractContainerAssert<S,A>,A extends io.fabric8.kubernetes.api.model.Container>
extends org.assertj.core.api.AbstractAssert<S,A>
Container
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractContainerAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual Container. |
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> |
args()
Navigates to the property args so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
command()
Navigates to the property command so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.EnvVar,EnvVarAssert> |
env()
Navigates to the property env so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.EnvFromSource,EnvFromSourceAssert> |
envFrom()
Navigates to the property envFrom so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
image()
Navigates to the property image so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
imagePullPolicy()
Navigates to the property imagePullPolicy so that assertions can be done on it
|
LifecycleAssert |
lifecycle()
Navigates to the property lifecycle so that assertions can be done on it
|
ProbeAssert |
livenessProbe()
Navigates to the property livenessProbe so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
name()
Navigates to the property name so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.ContainerPort,ContainerPortAssert> |
ports()
Navigates to the property ports so that assertions can be done on it
|
ProbeAssert |
readinessProbe()
Navigates to the property readinessProbe so that assertions can be done on it
|
ResourceRequirementsAssert |
resources()
Navigates to the property resources so that assertions can be done on it
|
SecurityContextAssert |
securityContext()
Navigates to the property securityContext so that assertions can be done on it
|
ProbeAssert |
startupProbe()
Navigates to the property startupProbe so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
stdin()
Navigates to the property stdin so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
stdinOnce()
Navigates to the property stdinOnce so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
terminationMessagePath()
Navigates to the property terminationMessagePath so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
terminationMessagePolicy()
Navigates to the property terminationMessagePolicy so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
tty()
Navigates to the property tty so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.VolumeDevice,VolumeDeviceAssert> |
volumeDevices()
Navigates to the property volumeDevices so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.VolumeMount,VolumeMountAssert> |
volumeMounts()
Navigates to the property volumeMounts so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
workingDir()
Navigates to the property workingDir 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 AbstractContainerAssert(A actual, Class<S> selfType)
AbstractContainerAssert
to make assertions on actual Container.actual
- the Container we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> args()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> command()
public NavigationListAssert<io.fabric8.kubernetes.api.model.EnvVar,EnvVarAssert> env()
public NavigationListAssert<io.fabric8.kubernetes.api.model.EnvFromSource,EnvFromSourceAssert> envFrom()
public org.assertj.core.api.StringAssert image()
public org.assertj.core.api.StringAssert imagePullPolicy()
public LifecycleAssert lifecycle()
public ProbeAssert livenessProbe()
public org.assertj.core.api.StringAssert name()
public NavigationListAssert<io.fabric8.kubernetes.api.model.ContainerPort,ContainerPortAssert> ports()
public ProbeAssert readinessProbe()
public ResourceRequirementsAssert resources()
public SecurityContextAssert securityContext()
public ProbeAssert startupProbe()
public org.assertj.core.api.BooleanAssert stdin()
public org.assertj.core.api.BooleanAssert stdinOnce()
public org.assertj.core.api.StringAssert terminationMessagePath()
public org.assertj.core.api.StringAssert terminationMessagePolicy()
public org.assertj.core.api.BooleanAssert tty()
public NavigationListAssert<io.fabric8.kubernetes.api.model.VolumeDevice,VolumeDeviceAssert> volumeDevices()
public NavigationListAssert<io.fabric8.kubernetes.api.model.VolumeMount,VolumeMountAssert> volumeMounts()
public org.assertj.core.api.StringAssert workingDir()
Copyright © 2020. All rights reserved.