Modifier and Type | Method and Description |
---|---|
static IntOrStringAssert |
IntOrStringAssert.assertThat(io.fabric8.kubernetes.api.model.IntOrString actual)
An entry point for IntOrStringAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myIntOrString) and get specific assertion with code completion. |
IntOrStringAssert |
AbstractHTTPGetActionAssert.port()
Navigates to the property port so that assertions can be done on it
|
IntOrStringAssert |
AbstractTCPSocketActionAssert.port()
Navigates to the property port so that assertions can be done on it
|
IntOrStringAssert |
AbstractServicePortAssert.targetPort()
Navigates to the property targetPort so that assertions can be done on it
|
Modifier and Type | Method and Description |
---|---|
IntOrStringAssert |
AbstractRollingUpdateDeploymentAssert.maxSurge()
Navigates to the property maxSurge so that assertions can be done on it
|
IntOrStringAssert |
AbstractRollingUpdateDaemonSetAssert.maxUnavailable()
Navigates to the property maxUnavailable so that assertions can be done on it
|
IntOrStringAssert |
AbstractRollingUpdateDeploymentAssert.maxUnavailable()
Navigates to the property maxUnavailable so that assertions can be done on it
|
Modifier and Type | Method and Description |
---|---|
IntOrStringAssert |
AbstractIngressBackendAssert.servicePort()
Navigates to the property servicePort so that assertions can be done on it
|
Modifier and Type | Method and Description |
---|---|
IntOrStringAssert |
AbstractNetworkPolicyPortAssert.port()
Navigates to the property port so that assertions can be done on it
|
Modifier and Type | Method and Description |
---|---|
IntOrStringAssert |
AbstractPodDisruptionBudgetSpecAssert.maxUnavailable()
Navigates to the property maxUnavailable so that assertions can be done on it
|
IntOrStringAssert |
AbstractPodDisruptionBudgetSpecAssert.minAvailable()
Navigates to the property minAvailable so that assertions can be done on it
|
Modifier and Type | Method and Description |
---|---|
static IntOrStringAssert |
Assertions.assertThat(io.fabric8.kubernetes.api.model.IntOrString actual)
Creates a new instance of
. |
Modifier and Type | Method and Description |
---|---|
IntOrStringAssert |
AbstractRollingDeploymentStrategyParamsAssert.maxSurge()
Navigates to the property maxSurge so that assertions can be done on it
|
IntOrStringAssert |
AbstractRollingDeploymentStrategyParamsAssert.maxUnavailable()
Navigates to the property maxUnavailable so that assertions can be done on it
|
IntOrStringAssert |
AbstractRoutePortAssert.targetPort()
Navigates to the property targetPort so that assertions can be done on it
|
Copyright © 2020. All rights reserved.