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