Package | Description |
---|---|
io.fabric8.kubernetes.api.model | |
io.fabric8.kubernetes.assertions | |
io.fabric8.kubernetes.assertions.internal |
Modifier and Type | Method and Description |
---|---|
static ServiceSpecAssert |
ServiceSpecAssert.assertThat(io.fabric8.kubernetes.api.model.ServiceSpec actual)
An entry point for ServiceSpecAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myServiceSpec) and get specific assertion with code completion. |
ServiceSpecAssert |
AbstractServiceAssert.spec()
Navigates to the property spec so that assertions can be done on it
|
Modifier and Type | Method and Description |
---|---|
ServiceSpecAssert |
KubernetesNamespaceAssert.serviceSpec(String serviceName) |
ServiceSpecAssert |
KubernetesAssert.serviceSpec(String serviceId,
String namespace)
Asserts that the service spec can be found for the given ID and namespace
|
Modifier and Type | Method and Description |
---|---|
static ServiceSpecAssert |
Assertions.assertThat(io.fabric8.kubernetes.api.model.ServiceSpec actual)
Creates a new instance of
. |
Copyright © 2011–2016 Red Hat. All rights reserved.