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