Package | Description |
---|---|
io.fabric8.kubernetes.api.model | |
io.fabric8.kubernetes.assertions.internal | |
io.fabric8.openshift.api.model |
Modifier and Type | Method and Description |
---|---|
static LocalObjectReferenceAssert |
LocalObjectReferenceAssert.assertThat(io.fabric8.kubernetes.api.model.LocalObjectReference actual)
An entry point for LocalObjectReferenceAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myLocalObjectReference) and get specific assertion with code completion. |
LocalObjectReferenceAssert |
AbstractCephFSVolumeSourceAssert.secretRef()
Navigates to the property secretRef so that assertions can be done on it
|
LocalObjectReferenceAssert |
AbstractRBDVolumeSourceAssert.secretRef()
Navigates to the property secretRef so that assertions can be done on it
|
LocalObjectReferenceAssert |
AbstractFlexVolumeSourceAssert.secretRef()
Navigates to the property secretRef so that assertions can be done on it
|
Modifier and Type | Method and Description |
---|---|
NavigationListAssert<io.fabric8.kubernetes.api.model.LocalObjectReference,LocalObjectReferenceAssert> |
AbstractPodSpecAssert.imagePullSecrets()
Navigates to the property imagePullSecrets so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.LocalObjectReference,LocalObjectReferenceAssert> |
AbstractServiceAccountAssert.imagePullSecrets()
Navigates to the property imagePullSecrets so that assertions can be done on it
|
Modifier and Type | Method and Description |
---|---|
static LocalObjectReferenceAssert |
Assertions.assertThat(io.fabric8.kubernetes.api.model.LocalObjectReference actual)
Creates a new instance of
. |
Modifier and Type | Method and Description |
---|---|
LocalObjectReferenceAssert |
AbstractSourceBuildStrategyAssert.pullSecret()
Navigates to the property pullSecret so that assertions can be done on it
|
LocalObjectReferenceAssert |
AbstractImageSourceAssert.pullSecret()
Navigates to the property pullSecret so that assertions can be done on it
|
LocalObjectReferenceAssert |
AbstractCustomBuildStrategyAssert.pullSecret()
Navigates to the property pullSecret so that assertions can be done on it
|
LocalObjectReferenceAssert |
AbstractDockerBuildStrategyAssert.pullSecret()
Navigates to the property pullSecret so that assertions can be done on it
|
LocalObjectReferenceAssert |
AbstractBuildOutputAssert.pushSecret()
Navigates to the property pushSecret so that assertions can be done on it
|
LocalObjectReferenceAssert |
AbstractSecretBuildSourceAssert.secret()
Navigates to the property secret so that assertions can be done on it
|
LocalObjectReferenceAssert |
AbstractSecretSpecAssert.secretSource()
Navigates to the property secretSource so that assertions can be done on it
|
LocalObjectReferenceAssert |
AbstractBuildSourceAssert.sourceSecret()
Navigates to the property sourceSecret so that assertions can be done on it
|
Copyright © 2011–2017 Red Hat. All rights reserved.