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 |
AbstractTopologySpreadConstraintAssert.labelSelector()
Navigates to the property labelSelector so that assertions can be done on it
|
LabelSelectorAssert |
AbstractMetricIdentifierAssert.selector()
Navigates to the property selector so that assertions can be done on it
|
LabelSelectorAssert |
AbstractPersistentVolumeClaimSpecAssert.selector()
Navigates to the property selector so that assertions can be done on it
|
Modifier and Type | Method and Description |
---|---|
LabelSelectorAssert |
AbstractValidatingWebhookAssert.namespaceSelector()
Navigates to the property namespaceSelector so that assertions can be done on it
|
LabelSelectorAssert |
AbstractMutatingWebhookAssert.namespaceSelector()
Navigates to the property namespaceSelector so that assertions can be done on it
|
LabelSelectorAssert |
AbstractValidatingWebhookAssert.objectSelector()
Navigates to the property objectSelector so that assertions can be done on it
|
LabelSelectorAssert |
AbstractMutatingWebhookAssert.objectSelector()
Navigates to the property objectSelector so that assertions can be done on it
|
Modifier and Type | Method and Description |
---|---|
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 |
AbstractDeploymentSpecAssert.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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
LabelSelectorAssert |
AbstractPodDisruptionBudgetSpecAssert.selector()
Navigates to the property selector so that assertions can be done on it
|
Modifier and Type | Method and Description |
---|---|
NavigationListAssert<io.fabric8.kubernetes.api.model.LabelSelector,LabelSelectorAssert> |
AbstractAggregationRuleAssert.clusterRoleSelectors()
Navigates to the property clusterRoleSelectors so that assertions can be done on it
|
Modifier and Type | Method and Description |
---|---|
LabelSelectorAssert |
AbstractPodPresetSpecAssert.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 © 2020. All rights reserved.