io.fabric8.kubernetes.api.model.EventFluent Maven / Gradle / Ivy
package io.fabric8.kubernetes.api.model;
import java.util.Map;
import java.util.Map;
import java.util.HashMap;
import java.io.Serializable;
import java.util.AbstractMap;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
public interface EventFluent> extends Fluent{
public String getApiVersion(); public T withApiVersion( String apiVersion); public Integer getCount(); public T withCount( Integer count); public String getFirstTimestamp(); public T withFirstTimestamp( String firstTimestamp); public ObjectReference getInvolvedObject(); public T withInvolvedObject( ObjectReference involvedObject); public InvolvedObjectNested withNewInvolvedObject(); public InvolvedObjectNested withNewInvolvedObjectLike( ObjectReference item); public InvolvedObjectNested editInvolvedObject(); public String getKind(); public T withKind( String kind); public String getLastTimestamp(); public T withLastTimestamp( String lastTimestamp); public String getMessage(); public T withMessage( String message); public ObjectMeta getMetadata(); public T withMetadata( ObjectMeta metadata); public MetadataNested withNewMetadata(); public MetadataNested withNewMetadataLike( ObjectMeta item); public MetadataNested editMetadata(); public String getReason(); public T withReason( String reason); public EventSource getSource(); public T withSource( EventSource source); public SourceNested withNewSource(); public SourceNested withNewSourceLike( EventSource item); public SourceNested editSource(); public T withNewSource( String component, String host); public String getType(); public T withType( String type); public T addToAdditionalProperties( String key, Object value); public T addToAdditionalProperties( Map map); public T removeFromAdditionalProperties( String key); public T removeFromAdditionalProperties( Map map); public Map getAdditionalProperties(); public T withAdditionalProperties( Map additionalProperties);
public interface InvolvedObjectNested extends Nested, ObjectReferenceFluent>{
public N and(); public N endInvolvedObject();
}
public interface MetadataNested extends Nested, ObjectMetaFluent>{
public N and(); public N endMetadata();
}
public interface SourceNested extends Nested, EventSourceFluent>{
public N and(); public N endSource();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy