Package | Description |
---|---|
io.fabric8.kubernetes.api.model | |
io.fabric8.kubernetes.assertions.internal |
Modifier and Type | Method and Description |
---|---|
static SecretReferenceAssert |
SecretReferenceAssert.assertThat(io.fabric8.kubernetes.api.model.SecretReference actual)
An entry point for SecretReferenceAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(mySecretReference) and get specific assertion with code completion. |
SecretReferenceAssert |
AbstractCSIPersistentVolumeSourceAssert.controllerExpandSecretRef()
Navigates to the property controllerExpandSecretRef so that assertions can be done on it
|
SecretReferenceAssert |
AbstractCSIPersistentVolumeSourceAssert.controllerPublishSecretRef()
Navigates to the property controllerPublishSecretRef so that assertions can be done on it
|
SecretReferenceAssert |
AbstractCSIPersistentVolumeSourceAssert.nodePublishSecretRef()
Navigates to the property nodePublishSecretRef so that assertions can be done on it
|
SecretReferenceAssert |
AbstractCSIPersistentVolumeSourceAssert.nodeStageSecretRef()
Navigates to the property nodeStageSecretRef so that assertions can be done on it
|
SecretReferenceAssert |
AbstractCephFSPersistentVolumeSourceAssert.secretRef()
Navigates to the property secretRef so that assertions can be done on it
|
SecretReferenceAssert |
AbstractCinderPersistentVolumeSourceAssert.secretRef()
Navigates to the property secretRef so that assertions can be done on it
|
SecretReferenceAssert |
AbstractRBDPersistentVolumeSourceAssert.secretRef()
Navigates to the property secretRef so that assertions can be done on it
|
SecretReferenceAssert |
AbstractFlexPersistentVolumeSourceAssert.secretRef()
Navigates to the property secretRef so that assertions can be done on it
|
SecretReferenceAssert |
AbstractScaleIOPersistentVolumeSourceAssert.secretRef()
Navigates to the property secretRef so that assertions can be done on it
|
SecretReferenceAssert |
AbstractISCSIPersistentVolumeSourceAssert.secretRef()
Navigates to the property secretRef so that assertions can be done on it
|
Modifier and Type | Method and Description |
---|---|
static SecretReferenceAssert |
Assertions.assertThat(io.fabric8.kubernetes.api.model.SecretReference actual)
Creates a new instance of
. |
Copyright © 2020. All rights reserved.