public class PodSelectorFluentImpl<T extends PodSelectorFluent<T>> extends BaseFluent<T> implements PodSelectorFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
PodSelectorFluentImpl.MatchExpressionsNestedImpl<N> |
PodSelectorFluent.MatchExpressionsNested<N>_visitables| Constructor and Description |
|---|
PodSelectorFluentImpl() |
PodSelectorFluentImpl(PodSelector instance) |
public PodSelectorFluentImpl()
public PodSelectorFluentImpl(PodSelector instance)
public T addToMatchExpressions(PodSelectorRequirement... items)
addToMatchExpressions in interface PodSelectorFluent<T extends PodSelectorFluent<T>>public T removeFromMatchExpressions(PodSelectorRequirement... items)
removeFromMatchExpressions in interface PodSelectorFluent<T extends PodSelectorFluent<T>>public List<PodSelectorRequirement> getMatchExpressions()
getMatchExpressions in interface PodSelectorFluent<T extends PodSelectorFluent<T>>public T withMatchExpressions(List<PodSelectorRequirement> matchExpressions)
withMatchExpressions in interface PodSelectorFluent<T extends PodSelectorFluent<T>>public T withMatchExpressions(PodSelectorRequirement... matchExpressions)
withMatchExpressions in interface PodSelectorFluent<T extends PodSelectorFluent<T>>public PodSelectorFluent.MatchExpressionsNested<T> addNewMatchExpression()
addNewMatchExpression in interface PodSelectorFluent<T extends PodSelectorFluent<T>>public PodSelectorFluent.MatchExpressionsNested<T> addNewMatchExpressionLike(PodSelectorRequirement item)
addNewMatchExpressionLike in interface PodSelectorFluent<T extends PodSelectorFluent<T>>public T addToMatchLabels(String key, String value)
addToMatchLabels in interface PodSelectorFluent<T extends PodSelectorFluent<T>>public T addToMatchLabels(Map<String,String> map)
addToMatchLabels in interface PodSelectorFluent<T extends PodSelectorFluent<T>>public T removeFromMatchLabels(String key)
removeFromMatchLabels in interface PodSelectorFluent<T extends PodSelectorFluent<T>>public T removeFromMatchLabels(Map<String,String> map)
removeFromMatchLabels in interface PodSelectorFluent<T extends PodSelectorFluent<T>>public Map<String,String> getMatchLabels()
getMatchLabels in interface PodSelectorFluent<T extends PodSelectorFluent<T>>public T withMatchLabels(Map<String,String> matchLabels)
withMatchLabels in interface PodSelectorFluent<T extends PodSelectorFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface PodSelectorFluent<T extends PodSelectorFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface PodSelectorFluent<T extends PodSelectorFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface PodSelectorFluent<T extends PodSelectorFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface PodSelectorFluent<T extends PodSelectorFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface PodSelectorFluent<T extends PodSelectorFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface PodSelectorFluent<T extends PodSelectorFluent<T>>Copyright © 2011–2015 Red Hat. All rights reserved.