Class PinnedImageSetRef
- java.lang.Object
-
- io.fabric8.openshift.api.model.machineconfiguration.v1.PinnedImageSetRef
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<PinnedImageSetRefBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class PinnedImageSetRef extends Object implements io.fabric8.kubernetes.api.builder.Editable<PinnedImageSetRefBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PinnedImageSetRef()No args constructor for use in serializationPinnedImageSetRef(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PinnedImageSetRefBuilderedit()Map<String,Object>getAdditionalProperties()StringgetName()name is a reference to the name of a PinnedImageSet.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetName(String name)name is a reference to the name of a PinnedImageSet.PinnedImageSetRefBuildertoBuilder()
-
-
-
Constructor Detail
-
PinnedImageSetRef
public PinnedImageSetRef()
No args constructor for use in serialization
-
PinnedImageSetRef
public PinnedImageSetRef(String name)
-
-
Method Detail
-
getName
public String getName()
name is a reference to the name of a PinnedImageSet. Must adhere to RFC-1123 (https://tools.ietf.org/html/rfc1123). Made up of one of more period-separated (.) segments, where each segment consists of alphanumeric characters and hyphens (-), must begin and end with an alphanumeric character, and is at most 63 characters in length. The total length of the name must not exceed 253 characters.
-
setName
public void setName(String name)
name is a reference to the name of a PinnedImageSet. Must adhere to RFC-1123 (https://tools.ietf.org/html/rfc1123). Made up of one of more period-separated (.) segments, where each segment consists of alphanumeric characters and hyphens (-), must begin and end with an alphanumeric character, and is at most 63 characters in length. The total length of the name must not exceed 253 characters.
-
edit
public PinnedImageSetRefBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PinnedImageSetRefBuilder>
-
toBuilder
public PinnedImageSetRefBuilder toBuilder()
-
-