public abstract class AbstractNodeStatusAssert<S extends AbstractNodeStatusAssert<S,A>,A extends io.fabric8.kubernetes.api.model.NodeStatus>
extends org.assertj.core.api.AbstractAssert<S,A>
NodeStatus
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractNodeStatusAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual NodeStatus. |
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<io.fabric8.kubernetes.api.model.NodeAddress,NodeAddressAssert> |
addresses()
Navigates to the property addresses so that assertions can be done on it
|
org.assertj.core.api.MapAssert |
allocatable()
Navigates to the property allocatable so that assertions can be done on it
|
org.assertj.core.api.MapAssert |
capacity()
Navigates to the property capacity so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.NodeCondition,NodeConditionAssert> |
conditions()
Navigates to the property conditions so that assertions can be done on it
|
NodeDaemonEndpointsAssert |
daemonEndpoints()
Navigates to the property daemonEndpoints so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.ContainerImage,ContainerImageAssert> |
images()
Navigates to the property images so that assertions can be done on it
|
NodeSystemInfoAssert |
nodeInfo()
Navigates to the property nodeInfo so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
phase()
Navigates to the property phase so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.AttachedVolume,AttachedVolumeAssert> |
volumesAttached()
Navigates to the property volumesAttached so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
volumesInUse()
Navigates to the property volumesInUse so that assertions can be done on it
|
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparator, withFailMessage, withThreadDumpOnError
protected AbstractNodeStatusAssert(A actual, Class<S> selfType)
AbstractNodeStatusAssert
to make assertions on actual NodeStatus.actual
- the NodeStatus we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public NavigationListAssert<io.fabric8.kubernetes.api.model.NodeAddress,NodeAddressAssert> addresses()
public org.assertj.core.api.MapAssert allocatable()
public org.assertj.core.api.MapAssert capacity()
public NavigationListAssert<io.fabric8.kubernetes.api.model.NodeCondition,NodeConditionAssert> conditions()
public NodeDaemonEndpointsAssert daemonEndpoints()
public NavigationListAssert<io.fabric8.kubernetes.api.model.ContainerImage,ContainerImageAssert> images()
public NodeSystemInfoAssert nodeInfo()
public org.assertj.core.api.StringAssert phase()
public NavigationListAssert<io.fabric8.kubernetes.api.model.AttachedVolume,AttachedVolumeAssert> volumesAttached()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> volumesInUse()
Copyright © 2011–2017 Red Hat. All rights reserved.