Class MachineConfigNodeSpecPinnedImageSet
- java.lang.Object
-
- io.fabric8.openshift.api.model.machineconfiguration.v1alpha1.MachineConfigNodeSpecPinnedImageSet
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<MachineConfigNodeSpecPinnedImageSetBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class MachineConfigNodeSpecPinnedImageSet extends Object implements io.fabric8.kubernetes.api.builder.Editable<MachineConfigNodeSpecPinnedImageSetBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MachineConfigNodeSpecPinnedImageSet()No args constructor for use in serializationMachineConfigNodeSpecPinnedImageSet(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MachineConfigNodeSpecPinnedImageSetBuilderedit()Map<String,Object>getAdditionalProperties()StringgetName()name is the name of the pinned image set.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetName(String name)name is the name of the pinned image set.MachineConfigNodeSpecPinnedImageSetBuildertoBuilder()
-
-
-
Constructor Detail
-
MachineConfigNodeSpecPinnedImageSet
public MachineConfigNodeSpecPinnedImageSet()
No args constructor for use in serialization
-
MachineConfigNodeSpecPinnedImageSet
public MachineConfigNodeSpecPinnedImageSet(String name)
-
-
Method Detail
-
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 MachineConfigNodeSpecPinnedImageSetBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<MachineConfigNodeSpecPinnedImageSetBuilder>
-
toBuilder
public MachineConfigNodeSpecPinnedImageSetBuilder toBuilder()
-
-