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