public abstract class AbstractServiceSpecAssert<S extends AbstractServiceSpecAssert<S,A>,A extends io.fabric8.kubernetes.api.model.ServiceSpec>
extends org.assertj.core.api.AbstractAssert<S,A>
ServiceSpec
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractServiceSpecAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual ServiceSpec. |
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
|
org.assertj.core.api.StringAssert |
clusterIP()
Navigates to the property clusterIP so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
deprecatedPublicIPs()
Navigates to the property deprecatedPublicIPs so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
externalIPs()
Navigates to the property externalIPs so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
externalName()
Navigates to the property externalName so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
loadBalancerIP()
Navigates to the property loadBalancerIP so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
loadBalancerSourceRanges()
Navigates to the property loadBalancerSourceRanges so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.ServicePort,ServicePortAssert> |
ports()
Navigates to the property ports so that assertions can be done on it
|
org.assertj.core.api.MapAssert |
selector()
Navigates to the property selector so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
sessionAffinity()
Navigates to the property sessionAffinity so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
type()
Navigates to the property type 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 AbstractServiceSpecAssert(A actual, Class<S> selfType)
AbstractServiceSpecAssert
to make assertions on actual ServiceSpec.actual
- the ServiceSpec we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public org.assertj.core.api.StringAssert clusterIP()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> deprecatedPublicIPs()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> externalIPs()
public org.assertj.core.api.StringAssert externalName()
public org.assertj.core.api.StringAssert loadBalancerIP()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> loadBalancerSourceRanges()
public NavigationListAssert<io.fabric8.kubernetes.api.model.ServicePort,ServicePortAssert> ports()
public org.assertj.core.api.MapAssert selector()
public org.assertj.core.api.StringAssert sessionAffinity()
public org.assertj.core.api.StringAssert type()
Copyright © 2011–2017 Red Hat. All rights reserved.