All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.fabric8.kubernetes.api.model.EditableEvent Maven / Gradle / Ivy

The newest version!
package io.fabric8.kubernetes.api.model;

import io.fabric8.common.Editable;

public class EditableEvent extends Event implements Editable{


public EditableEvent(){
    super();
}
public EditableEvent( Event.ApiVersion apiVersion , Integer count , String firstTimestamp , ObjectReference involvedObject , String kind , String lastTimestamp , String message , ObjectMeta metadata , String reason , EventSource source ){
    super(apiVersion, count, firstTimestamp, involvedObject, kind, lastTimestamp, message, metadata, reason, source);
}

public EventBuilder edit(){
    return new EventBuilder(this);
}


}
    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy