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