Package io.fabric8.kubernetes.api.model
Class PodSchedulingGroupFluent<A extends PodSchedulingGroupFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PodSchedulingGroupFluent<A>
-
- Direct Known Subclasses:
PodSchedulingGroupBuilder,PodSpecFluent.SchedulingGroupNested
public class PodSchedulingGroupFluent<A extends PodSchedulingGroupFluent<A>> extends BaseFluent<A>
Generated
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Constructor Summary
Constructors Constructor Description PodSchedulingGroupFluent()PodSchedulingGroupFluent(PodSchedulingGroup instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(PodSchedulingGroup instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetPodGroupName()booleanhasAdditionalProperties()inthashCode()booleanhasPodGroupName()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithPodGroupName(String podGroupName)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
PodSchedulingGroupFluent
public PodSchedulingGroupFluent()
-
PodSchedulingGroupFluent
public PodSchedulingGroupFluent(PodSchedulingGroup instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(PodSchedulingGroup instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBaseFluent<A extends PodSchedulingGroupFluent<A>>
-
getPodGroupName
public String getPodGroupName()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasPodGroupName
public boolean hasPodGroupName()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseFluent<A extends PodSchedulingGroupFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-