Class CustomFluent<A extends CustomFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1alpha2.CustomFluent<A>
-
- Direct Known Subclasses:
CustomBuilder,GatherersFluent.CustomNested
public class CustomFluent<A extends CustomFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classCustomFluent.ConfigsNested<N>
-
Constructor Summary
Constructors Constructor Description CustomFluent()CustomFluent(Custom instance)
-
Method Summary
-
-
-
Constructor Detail
-
CustomFluent
public CustomFluent()
-
CustomFluent
public CustomFluent(Custom instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(Custom instance)
-
addToConfigs
public A addToConfigs(int index, GathererConfig item)
-
setToConfigs
public A setToConfigs(int index, GathererConfig item)
-
addToConfigs
public A addToConfigs(GathererConfig... items)
-
addAllToConfigs
public A addAllToConfigs(Collection<GathererConfig> items)
-
removeFromConfigs
public A removeFromConfigs(GathererConfig... items)
-
removeAllFromConfigs
public A removeAllFromConfigs(Collection<GathererConfig> items)
-
removeMatchingFromConfigs
public A removeMatchingFromConfigs(Predicate<GathererConfigBuilder> predicate)
-
buildConfigs
public List<GathererConfig> buildConfigs()
-
buildConfig
public GathererConfig buildConfig(int index)
-
buildFirstConfig
public GathererConfig buildFirstConfig()
-
buildLastConfig
public GathererConfig buildLastConfig()
-
buildMatchingConfig
public GathererConfig buildMatchingConfig(Predicate<GathererConfigBuilder> predicate)
-
hasMatchingConfig
public boolean hasMatchingConfig(Predicate<GathererConfigBuilder> predicate)
-
withConfigs
public A withConfigs(List<GathererConfig> configs)
-
withConfigs
public A withConfigs(GathererConfig... configs)
-
hasConfigs
public boolean hasConfigs()
-
addNewConfig
public CustomFluent.ConfigsNested<A> addNewConfig()
-
addNewConfigLike
public CustomFluent.ConfigsNested<A> addNewConfigLike(GathererConfig item)
-
setNewConfigLike
public CustomFluent.ConfigsNested<A> setNewConfigLike(int index, GathererConfig item)
-
editConfig
public CustomFluent.ConfigsNested<A> editConfig(int index)
-
editFirstConfig
public CustomFluent.ConfigsNested<A> editFirstConfig()
-
editLastConfig
public CustomFluent.ConfigsNested<A> editLastConfig()
-
editMatchingConfig
public CustomFluent.ConfigsNested<A> editMatchingConfig(Predicate<GathererConfigBuilder> predicate)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends CustomFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends CustomFluent<A>>
-
-