public interface WorkloadSelectorFluent<A extends WorkloadSelectorFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToMatchLabels(Map<String,String> map) |
A |
addToMatchLabels(String key,
String value) |
Map<String,String> |
getMatchLabels() |
Boolean |
hasMatchLabels() |
A |
removeFromMatchLabels(Map<String,String> map) |
A |
removeFromMatchLabels(String key) |
<K,V> A |
withMatchLabels(Map<String,String> matchLabels) |
Boolean hasMatchLabels()
Copyright © 2015–2022 Red Hat. All rights reserved.