Package | Description |
---|---|
io.fabric8.kubernetes.api.model | |
io.fabric8.kubernetes.api.model.extensions | |
io.fabric8.kubernetes.assertions.internal | |
io.fabric8.openshift.api.model |
Modifier and Type | Method and Description |
---|---|
static LabelSelectorAssert |
LabelSelectorAssert.assertThat(io.fabric8.kubernetes.api.model.LabelSelector actual)
An entry point for LabelSelectorAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myLabelSelector) and get specific assertion with code completion. |
LabelSelectorAssert |
AbstractPodAffinityTermAssert.labelSelector()
Navigates to the property labelSelector so that assertions can be done on it
|
LabelSelectorAssert |
AbstractPersistentVolumeClaimSpecAssert.selector()
Navigates to the property selector so that assertions can be done on it
|
LabelSelectorAssert |
AbstractJobSpecAssert.selector()
Navigates to the property selector so that assertions can be done on it
|
Modifier and Type | Method and Description |
---|---|
LabelSelectorAssert |
AbstractNetworkPolicyPeerAssert.namespaceSelector()
Navigates to the property namespaceSelector so that assertions can be done on it
|
LabelSelectorAssert |
AbstractNetworkPolicySpecAssert.podSelector()
Navigates to the property podSelector so that assertions can be done on it
|
LabelSelectorAssert |
AbstractNetworkPolicyPeerAssert.podSelector()
Navigates to the property podSelector so that assertions can be done on it
|
LabelSelectorAssert |
AbstractStatefulSetSpecAssert.selector()
Navigates to the property selector so that assertions can be done on it
|
LabelSelectorAssert |
AbstractReplicaSetSpecAssert.selector()
Navigates to the property selector so that assertions can be done on it
|
LabelSelectorAssert |
AbstractDaemonSetSpecAssert.selector()
Navigates to the property selector so that assertions can be done on it
|
LabelSelectorAssert |
AbstractDeploymentSpecAssert.selector()
Navigates to the property selector so that assertions can be done on it
|
Modifier and Type | Method and Description |
---|---|
static LabelSelectorAssert |
Assertions.assertThat(io.fabric8.kubernetes.api.model.LabelSelector actual)
Creates a new instance of
. |
Modifier and Type | Method and Description |
---|---|
NavigationListAssert<io.fabric8.kubernetes.api.model.LabelSelector,LabelSelectorAssert> |
AbstractGroupRestrictionAssert.labels()
Navigates to the property labels so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.LabelSelector,LabelSelectorAssert> |
AbstractUserRestrictionAssert.labels()
Navigates to the property labels so that assertions can be done on it
|
Copyright © 2011–2017 Red Hat. All rights reserved.