Class MachineConfigNodeStatusPinnedImageSet
- java.lang.Object
-
- io.fabric8.openshift.api.model.machineconfiguration.v1alpha1.MachineConfigNodeStatusPinnedImageSet
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<MachineConfigNodeStatusPinnedImageSetBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class MachineConfigNodeStatusPinnedImageSet extends Object implements io.fabric8.kubernetes.api.builder.Editable<MachineConfigNodeStatusPinnedImageSetBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MachineConfigNodeStatusPinnedImageSet()No args constructor for use in serializationMachineConfigNodeStatusPinnedImageSet(Integer currentGeneration, Integer desiredGeneration, Integer lastFailedGeneration, List<String> lastFailedGenerationErrors, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MachineConfigNodeStatusPinnedImageSetBuilderedit()Map<String,Object>getAdditionalProperties()IntegergetCurrentGeneration()currentGeneration is the generation of the pinned image set that has most recently been successfully pulled and pinned on this node.IntegergetDesiredGeneration()desiredGeneration version is the generation of the pinned image set that is targeted to be pulled and pinned on this node.IntegergetLastFailedGeneration()lastFailedGeneration is the generation of the most recent pinned image set that failed to be pulled and pinned on this node.List<String>getLastFailedGenerationErrors()lastFailedGenerationErrors is a list of errors why the lastFailed generation failed to be pulled and pinned.StringgetName()name is the name of the pinned image set.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCurrentGeneration(Integer currentGeneration)currentGeneration is the generation of the pinned image set that has most recently been successfully pulled and pinned on this node.voidsetDesiredGeneration(Integer desiredGeneration)desiredGeneration version is the generation of the pinned image set that is targeted to be pulled and pinned on this node.voidsetLastFailedGeneration(Integer lastFailedGeneration)lastFailedGeneration is the generation of the most recent pinned image set that failed to be pulled and pinned on this node.voidsetLastFailedGenerationErrors(List<String> lastFailedGenerationErrors)lastFailedGenerationErrors is a list of errors why the lastFailed generation failed to be pulled and pinned.voidsetName(String name)name is the name of the pinned image set.MachineConfigNodeStatusPinnedImageSetBuildertoBuilder()
-
-
-
Method Detail
-
getCurrentGeneration
public Integer getCurrentGeneration()
currentGeneration is the generation of the pinned image set that has most recently been successfully pulled and pinned on this node.
-
setCurrentGeneration
public void setCurrentGeneration(Integer currentGeneration)
currentGeneration is the generation of the pinned image set that has most recently been successfully pulled and pinned on this node.
-
getDesiredGeneration
public Integer getDesiredGeneration()
desiredGeneration version is the generation of the pinned image set that is targeted to be pulled and pinned on this node.
-
setDesiredGeneration
public void setDesiredGeneration(Integer desiredGeneration)
desiredGeneration version is the generation of the pinned image set that is targeted to be pulled and pinned on this node.
-
getLastFailedGeneration
public Integer getLastFailedGeneration()
lastFailedGeneration is the generation of the most recent pinned image set that failed to be pulled and pinned on this node.
-
setLastFailedGeneration
public void setLastFailedGeneration(Integer lastFailedGeneration)
lastFailedGeneration is the generation of the most recent pinned image set that failed to be pulled and pinned on this node.
-
getLastFailedGenerationErrors
public List<String> getLastFailedGenerationErrors()
lastFailedGenerationErrors is a list of errors why the lastFailed generation failed to be pulled and pinned.
-
setLastFailedGenerationErrors
public void setLastFailedGenerationErrors(List<String> lastFailedGenerationErrors)
lastFailedGenerationErrors is a list of errors why the lastFailed generation failed to be pulled and pinned.
-
getName
public String getName()
name is the name of the pinned image set. Must be a lowercase RFC-1123 hostname (https://tools.ietf.org/html/rfc1123) It may consist of only alphanumeric characters, hyphens (-) and periods (.) and must be at most 253 characters in length.
-
setName
public void setName(String name)
name is the name of the pinned image set. Must be a lowercase RFC-1123 hostname (https://tools.ietf.org/html/rfc1123) It may consist of only alphanumeric characters, hyphens (-) and periods (.) and must be at most 253 characters in length.
-
edit
public MachineConfigNodeStatusPinnedImageSetBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<MachineConfigNodeStatusPinnedImageSetBuilder>
-
toBuilder
public MachineConfigNodeStatusPinnedImageSetBuilder toBuilder()
-
-