Package io.fabric8.openshift.api.model
Class NamedTagEventList
- java.lang.Object
-
- io.fabric8.openshift.api.model.NamedTagEventList
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<NamedTagEventListBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class NamedTagEventList extends Object implements io.fabric8.kubernetes.api.builder.Editable<NamedTagEventListBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
NamedTagEventList relates a tag to its image history.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NamedTagEventList()No args constructor for use in serializationNamedTagEventList(List<TagEventCondition> conditions, List<TagEvent> items, String tag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamedTagEventListBuilderedit()Map<String,Object>getAdditionalProperties()List<TagEventCondition>getConditions()conditions is an array of conditions that apply to the tag event list.List<TagEvent>getItems()Standard object's metadata.StringgetTag()tag is the tag for which the history is recordedvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetConditions(List<TagEventCondition> conditions)conditions is an array of conditions that apply to the tag event list.voidsetItems(List<TagEvent> items)Standard object's metadata.voidsetTag(String tag)tag is the tag for which the history is recordedNamedTagEventListBuildertoBuilder()
-
-
-
Constructor Detail
-
NamedTagEventList
public NamedTagEventList()
No args constructor for use in serialization
-
NamedTagEventList
public NamedTagEventList(List<TagEventCondition> conditions, List<TagEvent> items, String tag)
-
-
Method Detail
-
getConditions
public List<TagEventCondition> getConditions()
conditions is an array of conditions that apply to the tag event list.
-
setConditions
public void setConditions(List<TagEventCondition> conditions)
conditions is an array of conditions that apply to the tag event list.
-
getTag
public String getTag()
tag is the tag for which the history is recorded
-
setTag
public void setTag(String tag)
tag is the tag for which the history is recorded
-
edit
public NamedTagEventListBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<NamedTagEventListBuilder>
-
toBuilder
public NamedTagEventListBuilder toBuilder()
-
-