public interface WorkloadSelectorFluent<A extends WorkloadSelectorFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToLabels(Map<String,String> map) |
A |
addToLabels(String key,
String value) |
Map<String,String> |
getLabels() |
Boolean |
hasLabels() |
A |
removeFromLabels(Map<String,String> map) |
A |
removeFromLabels(String key) |
<K,V> A |
withLabels(Map<String,String> labels) |
Boolean hasLabels()
Copyright © 2015–2022 Red Hat. All rights reserved.