Class GatherConfigFluent<A extends GatherConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1alpha2.GatherConfigFluent<A>
-
- Direct Known Subclasses:
GatherConfigBuilder,InsightsDataGatherSpecFluent.GatherConfigNested
public class GatherConfigFluent<A extends GatherConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classGatherConfigFluent.GatherersNested<N>classGatherConfigFluent.StorageNested<N>
-
Constructor Summary
Constructors Constructor Description GatherConfigFluent()GatherConfigFluent(GatherConfig instance)
-
Method Summary
-
-
-
Constructor Detail
-
GatherConfigFluent
public GatherConfigFluent()
-
GatherConfigFluent
public GatherConfigFluent(GatherConfig instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(GatherConfig instance)
-
addAllToDataPolicy
public A addAllToDataPolicy(Collection<String> items)
-
removeAllFromDataPolicy
public A removeAllFromDataPolicy(Collection<String> items)
-
getDataPolicy
public String getDataPolicy(int index)
-
getFirstDataPolicy
public String getFirstDataPolicy()
-
getLastDataPolicy
public String getLastDataPolicy()
-
hasDataPolicy
public boolean hasDataPolicy()
-
buildGatherers
public Gatherers buildGatherers()
-
hasGatherers
public boolean hasGatherers()
-
withNewGatherers
public GatherConfigFluent.GatherersNested<A> withNewGatherers()
-
withNewGatherersLike
public GatherConfigFluent.GatherersNested<A> withNewGatherersLike(Gatherers item)
-
editGatherers
public GatherConfigFluent.GatherersNested<A> editGatherers()
-
editOrNewGatherers
public GatherConfigFluent.GatherersNested<A> editOrNewGatherers()
-
editOrNewGatherersLike
public GatherConfigFluent.GatherersNested<A> editOrNewGatherersLike(Gatherers item)
-
buildStorage
public Storage buildStorage()
-
hasStorage
public boolean hasStorage()
-
withNewStorage
public GatherConfigFluent.StorageNested<A> withNewStorage()
-
withNewStorageLike
public GatherConfigFluent.StorageNested<A> withNewStorageLike(Storage item)
-
editStorage
public GatherConfigFluent.StorageNested<A> editStorage()
-
editOrNewStorage
public GatherConfigFluent.StorageNested<A> editOrNewStorage()
-
editOrNewStorageLike
public GatherConfigFluent.StorageNested<A> editOrNewStorageLike(Storage item)
-
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 GatherConfigFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GatherConfigFluent<A>>
-
-