Package | Description |
---|---|
io.fabric8.kubernetes.api.model | |
io.fabric8.kubernetes.assertions.internal |
Modifier and Type | Method and Description |
---|---|
static ClientIPConfigAssert |
ClientIPConfigAssert.assertThat(io.fabric8.kubernetes.api.model.ClientIPConfig actual)
An entry point for ClientIPConfigAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myClientIPConfig) and get specific assertion with code completion. |
ClientIPConfigAssert |
AbstractSessionAffinityConfigAssert.clientIP()
Navigates to the property clientIP so that assertions can be done on it
|
Modifier and Type | Method and Description |
---|---|
static ClientIPConfigAssert |
Assertions.assertThat(io.fabric8.kubernetes.api.model.ClientIPConfig actual)
Creates a new instance of
. |
Copyright © 2020. All rights reserved.