Class MachineConfigNodeStatusPinnedImageSetFluent<A extends MachineConfigNodeStatusPinnedImageSetFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.machineconfiguration.v1alpha1.MachineConfigNodeStatusPinnedImageSetFluent<A>
-
- Direct Known Subclasses:
MachineConfigNodeStatusFluent.PinnedImageSetsNested,MachineConfigNodeStatusPinnedImageSetBuilder
public class MachineConfigNodeStatusPinnedImageSetFluent<A extends MachineConfigNodeStatusPinnedImageSetFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description MachineConfigNodeStatusPinnedImageSetFluent()MachineConfigNodeStatusPinnedImageSetFluent(MachineConfigNodeStatusPinnedImageSet instance)
-
Method Summary
-
-
-
Constructor Detail
-
MachineConfigNodeStatusPinnedImageSetFluent
public MachineConfigNodeStatusPinnedImageSetFluent()
-
MachineConfigNodeStatusPinnedImageSetFluent
public MachineConfigNodeStatusPinnedImageSetFluent(MachineConfigNodeStatusPinnedImageSet instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(MachineConfigNodeStatusPinnedImageSet instance)
-
getCurrentGeneration
public Integer getCurrentGeneration()
-
hasCurrentGeneration
public boolean hasCurrentGeneration()
-
getDesiredGeneration
public Integer getDesiredGeneration()
-
hasDesiredGeneration
public boolean hasDesiredGeneration()
-
getLastFailedGeneration
public Integer getLastFailedGeneration()
-
hasLastFailedGeneration
public boolean hasLastFailedGeneration()
-
addAllToLastFailedGenerationErrors
public A addAllToLastFailedGenerationErrors(Collection<String> items)
-
removeFromLastFailedGenerationErrors
public A removeFromLastFailedGenerationErrors(String... items)
-
removeAllFromLastFailedGenerationErrors
public A removeAllFromLastFailedGenerationErrors(Collection<String> items)
-
getLastFailedGenerationError
public String getLastFailedGenerationError(int index)
-
getFirstLastFailedGenerationError
public String getFirstLastFailedGenerationError()
-
getLastLastFailedGenerationError
public String getLastLastFailedGenerationError()
-
getMatchingLastFailedGenerationError
public String getMatchingLastFailedGenerationError(Predicate<String> predicate)
-
hasMatchingLastFailedGenerationError
public boolean hasMatchingLastFailedGenerationError(Predicate<String> predicate)
-
withLastFailedGenerationErrors
public A withLastFailedGenerationErrors(List<String> lastFailedGenerationErrors)
-
withLastFailedGenerationErrors
public A withLastFailedGenerationErrors(String... lastFailedGenerationErrors)
-
hasLastFailedGenerationErrors
public boolean hasLastFailedGenerationErrors()
-
getName
public String getName()
-
hasName
public boolean hasName()
-
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 MachineConfigNodeStatusPinnedImageSetFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends MachineConfigNodeStatusPinnedImageSetFluent<A>>
-
-