Class GenerationStatusFluent<A extends GenerationStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.GenerationStatusFluent<A>
-
- Direct Known Subclasses:
AuthenticationStatusFluent.GenerationsNested,CloudCredentialStatusFluent.GenerationsNested,ClusterCSIDriverStatusFluent.GenerationsNested,ConfigStatusFluent.GenerationsNested,ConsoleStatusFluent.GenerationsNested,CSISnapshotControllerStatusFluent.GenerationsNested,EtcdStatusFluent.GenerationsNested,GenerationStatusBuilder,ImageRegistryStatusFluent.GenerationsNested,InsightsOperatorStatusFluent.GenerationsNested,KubeAPIServerStatusFluent.GenerationsNested,KubeControllerManagerStatusFluent.GenerationsNested,KubeSchedulerStatusFluent.GenerationsNested,KubeStorageVersionMigratorStatusFluent.GenerationsNested,MyOperatorResourceStatusFluent.GenerationsNested,NetworkStatusFluent.GenerationsNested,OLMStatusFluent.GenerationsNested,OLMStatusFluent.GenerationsNested,OpenShiftAPIServerStatusFluent.GenerationsNested,OpenShiftControllerManagerStatusFluent.GenerationsNested,OperatorStatusFluent.GenerationsNested,ServiceCAStatusFluent.GenerationsNested,ServiceCatalogAPIServerStatusFluent.GenerationsNested,ServiceCatalogControllerManagerStatusFluent.GenerationsNested,StaticPodOperatorStatusFluent.GenerationsNested,StorageStatusFluent.GenerationsNested
public class GenerationStatusFluent<A extends GenerationStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description GenerationStatusFluent()GenerationStatusFluent(GenerationStatus instance)
-
Method Summary
-
-
-
Constructor Detail
-
GenerationStatusFluent
public GenerationStatusFluent()
-
GenerationStatusFluent
public GenerationStatusFluent(GenerationStatus instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(GenerationStatus instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GenerationStatusFluent<A>>
-
getGroup
public String getGroup()
-
getHash
public String getHash()
-
getLastGeneration
public Long getLastGeneration()
-
getName
public String getName()
-
getNamespace
public String getNamespace()
-
getResource
public String getResource()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasGroup
public boolean hasGroup()
-
hasHash
public boolean hasHash()
-
hasLastGeneration
public boolean hasLastGeneration()
-
hasName
public boolean hasName()
-
hasNamespace
public boolean hasNamespace()
-
hasResource
public boolean hasResource()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GenerationStatusFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-