public class ProbeTargetIngressFluentImpl<A extends ProbeTargetIngressFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ProbeTargetIngressFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ProbeTargetIngressFluentImpl.NamespaceSelectorNestedImpl<N> |
class |
ProbeTargetIngressFluentImpl.RelabelingConfigsNestedImpl<N> |
class |
ProbeTargetIngressFluentImpl.SelectorNestedImpl<N> |
ProbeTargetIngressFluent.NamespaceSelectorNested<N>, ProbeTargetIngressFluent.RelabelingConfigsNested<N>, ProbeTargetIngressFluent.SelectorNested<N>| Constructor and Description |
|---|
ProbeTargetIngressFluentImpl() |
ProbeTargetIngressFluentImpl(ProbeTargetIngress instance) |
public ProbeTargetIngressFluentImpl()
public ProbeTargetIngressFluentImpl(ProbeTargetIngress instance)
@Deprecated public NamespaceSelector getNamespaceSelector()
getNamespaceSelector in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public NamespaceSelector buildNamespaceSelector()
buildNamespaceSelector in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public A withNamespaceSelector(NamespaceSelector namespaceSelector)
withNamespaceSelector in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public Boolean hasNamespaceSelector()
hasNamespaceSelector in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public ProbeTargetIngressFluent.NamespaceSelectorNested<A> withNewNamespaceSelector()
withNewNamespaceSelector in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public ProbeTargetIngressFluent.NamespaceSelectorNested<A> withNewNamespaceSelectorLike(NamespaceSelector item)
withNewNamespaceSelectorLike in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public ProbeTargetIngressFluent.NamespaceSelectorNested<A> editNamespaceSelector()
editNamespaceSelector in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public ProbeTargetIngressFluent.NamespaceSelectorNested<A> editOrNewNamespaceSelector()
editOrNewNamespaceSelector in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public ProbeTargetIngressFluent.NamespaceSelectorNested<A> editOrNewNamespaceSelectorLike(NamespaceSelector item)
editOrNewNamespaceSelectorLike in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public A addToRelabelingConfigs(Integer index, RelabelConfig item)
addToRelabelingConfigs in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public A setToRelabelingConfigs(Integer index, RelabelConfig item)
setToRelabelingConfigs in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public A addToRelabelingConfigs(RelabelConfig... items)
addToRelabelingConfigs in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public A addAllToRelabelingConfigs(Collection<RelabelConfig> items)
addAllToRelabelingConfigs in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public A removeFromRelabelingConfigs(RelabelConfig... items)
removeFromRelabelingConfigs in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public A removeAllFromRelabelingConfigs(Collection<RelabelConfig> items)
removeAllFromRelabelingConfigs in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public A removeMatchingFromRelabelingConfigs(Predicate<RelabelConfigBuilder> predicate)
removeMatchingFromRelabelingConfigs in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>@Deprecated public List<RelabelConfig> getRelabelingConfigs()
getRelabelingConfigs in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public List<RelabelConfig> buildRelabelingConfigs()
buildRelabelingConfigs in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public RelabelConfig buildRelabelingConfig(Integer index)
buildRelabelingConfig in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public RelabelConfig buildFirstRelabelingConfig()
buildFirstRelabelingConfig in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public RelabelConfig buildLastRelabelingConfig()
buildLastRelabelingConfig in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public RelabelConfig buildMatchingRelabelingConfig(Predicate<RelabelConfigBuilder> predicate)
buildMatchingRelabelingConfig in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public Boolean hasMatchingRelabelingConfig(Predicate<RelabelConfigBuilder> predicate)
hasMatchingRelabelingConfig in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public A withRelabelingConfigs(List<RelabelConfig> relabelingConfigs)
withRelabelingConfigs in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public A withRelabelingConfigs(RelabelConfig... relabelingConfigs)
withRelabelingConfigs in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public Boolean hasRelabelingConfigs()
hasRelabelingConfigs in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public ProbeTargetIngressFluent.RelabelingConfigsNested<A> addNewRelabelingConfig()
addNewRelabelingConfig in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public ProbeTargetIngressFluent.RelabelingConfigsNested<A> addNewRelabelingConfigLike(RelabelConfig item)
addNewRelabelingConfigLike in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public ProbeTargetIngressFluent.RelabelingConfigsNested<A> setNewRelabelingConfigLike(Integer index, RelabelConfig item)
setNewRelabelingConfigLike in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public ProbeTargetIngressFluent.RelabelingConfigsNested<A> editRelabelingConfig(Integer index)
editRelabelingConfig in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public ProbeTargetIngressFluent.RelabelingConfigsNested<A> editFirstRelabelingConfig()
editFirstRelabelingConfig in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public ProbeTargetIngressFluent.RelabelingConfigsNested<A> editLastRelabelingConfig()
editLastRelabelingConfig in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public ProbeTargetIngressFluent.RelabelingConfigsNested<A> editMatchingRelabelingConfig(Predicate<RelabelConfigBuilder> predicate)
editMatchingRelabelingConfig in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.LabelSelector getSelector()
getSelector in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public io.fabric8.kubernetes.api.model.LabelSelector buildSelector()
buildSelector in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public A withSelector(io.fabric8.kubernetes.api.model.LabelSelector selector)
withSelector in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public Boolean hasSelector()
hasSelector in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public ProbeTargetIngressFluent.SelectorNested<A> withNewSelector()
withNewSelector in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public ProbeTargetIngressFluent.SelectorNested<A> withNewSelectorLike(io.fabric8.kubernetes.api.model.LabelSelector item)
withNewSelectorLike in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public ProbeTargetIngressFluent.SelectorNested<A> editSelector()
editSelector in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public ProbeTargetIngressFluent.SelectorNested<A> editOrNewSelector()
editOrNewSelector in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>public ProbeTargetIngressFluent.SelectorNested<A> editOrNewSelectorLike(io.fabric8.kubernetes.api.model.LabelSelector item)
editOrNewSelectorLike in interface ProbeTargetIngressFluent<A extends ProbeTargetIngressFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.