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