Package io.fabric8.kubernetes.api.model
Class EventList
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.EventList
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<EventListBuilder>,KubernetesResource,KubernetesResourceList<Event>,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class EventList extends Object implements io.fabric8.kubernetes.api.builder.Editable<EventListBuilder>, KubernetesResource, KubernetesResourceList<Event>
EventList is a list of events.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventListBuilderedit()Map<String,Object>getAdditionalProperties()StringgetApiVersion()APIVersion defines the versioned schema of this representation of an object.List<Event>getItems()List of eventsStringgetKind()Kind is a string value representing the REST resource this object represents.ListMetagetMetadata()EventList is a list of events.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetApiVersion(String apiVersion)APIVersion defines the versioned schema of this representation of an object.voidsetItems(List<Event> items)List of eventsvoidsetKind(String kind)Kind is a string value representing the REST resource this object represents.voidsetMetadata(ListMeta metadata)EventList is a list of events.EventListBuildertoBuilder()
-
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-
setApiVersion
public void setApiVersion(String apiVersion)
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-
getItems
public List<Event> getItems()
List of events- Specified by:
getItemsin interfaceKubernetesResourceList<Event>
-
getKind
public String getKind()
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-
setKind
public void setKind(String kind)
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-
getMetadata
public ListMeta getMetadata()
EventList is a list of events.- Specified by:
getMetadatain interfaceKubernetesResourceList<Event>
-
setMetadata
public void setMetadata(ListMeta metadata)
EventList is a list of events.
-
edit
public EventListBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<EventListBuilder>
-
toBuilder
public EventListBuilder toBuilder()
-
-