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

io.kubernetes.client.models.V1beta1EventFluent Maven / Gradle / Ivy

package io.kubernetes.client.models;

import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Nested;
import java.lang.String;
import org.joda.time.DateTime;
import java.lang.Deprecated;
import java.lang.Boolean;
import io.kubernetes.client.fluent.Fluent;
import java.lang.Integer;
import java.lang.Object;

public interface V1beta1EventFluent> extends Fluent{


    public String getAction();
    public A withAction(String action);
    public Boolean hasAction();
    public String getApiVersion();
    public A withApiVersion(String apiVersion);
    public Boolean hasApiVersion();
    public Integer getDeprecatedCount();
    public A withDeprecatedCount(Integer deprecatedCount);
    public Boolean hasDeprecatedCount();
    public A withNewDeprecatedCount(int arg1);
    public A withNewDeprecatedCount(String arg1);
    public DateTime getDeprecatedFirstTimestamp();
    public A withDeprecatedFirstTimestamp(DateTime deprecatedFirstTimestamp);
    public Boolean hasDeprecatedFirstTimestamp();
    public A withNewDeprecatedFirstTimestamp(int arg0,int arg1,int arg2,int arg3,int arg4);
    public A withNewDeprecatedFirstTimestamp(long arg0);
    public A withNewDeprecatedFirstTimestamp(Object arg0);
    public DateTime getDeprecatedLastTimestamp();
    public A withDeprecatedLastTimestamp(DateTime deprecatedLastTimestamp);
    public Boolean hasDeprecatedLastTimestamp();
    public A withNewDeprecatedLastTimestamp(int arg0,int arg1,int arg2,int arg3,int arg4);
    public A withNewDeprecatedLastTimestamp(long arg0);
    public A withNewDeprecatedLastTimestamp(Object arg0);
    
/**
 * This method has been deprecated, please use method buildDeprecatedSource instead.
 */
@Deprecated public V1EventSource getDeprecatedSource();
    public V1EventSource buildDeprecatedSource();
    public A withDeprecatedSource(V1EventSource deprecatedSource);
    public Boolean hasDeprecatedSource();
    public V1beta1EventFluent.DeprecatedSourceNested withNewDeprecatedSource();
    public V1beta1EventFluent.DeprecatedSourceNested withNewDeprecatedSourceLike(V1EventSource item);
    public V1beta1EventFluent.DeprecatedSourceNested editDeprecatedSource();
    public V1beta1EventFluent.DeprecatedSourceNested editOrNewDeprecatedSource();
    public V1beta1EventFluent.DeprecatedSourceNested editOrNewDeprecatedSourceLike(V1EventSource item);
    public DateTime getEventTime();
    public A withEventTime(DateTime eventTime);
    public Boolean hasEventTime();
    public A withNewEventTime(int arg0,int arg1,int arg2,int arg3,int arg4);
    public A withNewEventTime(long arg0);
    public A withNewEventTime(Object arg0);
    public String getKind();
    public A withKind(String kind);
    public Boolean hasKind();
    
/**
 * This method has been deprecated, please use method buildMetadata instead.
 */
@Deprecated public V1ObjectMeta getMetadata();
    public V1ObjectMeta buildMetadata();
    public A withMetadata(V1ObjectMeta metadata);
    public Boolean hasMetadata();
    public V1beta1EventFluent.MetadataNested withNewMetadata();
    public V1beta1EventFluent.MetadataNested withNewMetadataLike(V1ObjectMeta item);
    public V1beta1EventFluent.MetadataNested editMetadata();
    public V1beta1EventFluent.MetadataNested editOrNewMetadata();
    public V1beta1EventFluent.MetadataNested editOrNewMetadataLike(V1ObjectMeta item);
    public String getNote();
    public A withNote(String note);
    public Boolean hasNote();
    public String getReason();
    public A withReason(String reason);
    public Boolean hasReason();
    
/**
 * This method has been deprecated, please use method buildRegarding instead.
 */
@Deprecated public V1ObjectReference getRegarding();
    public V1ObjectReference buildRegarding();
    public A withRegarding(V1ObjectReference regarding);
    public Boolean hasRegarding();
    public V1beta1EventFluent.RegardingNested withNewRegarding();
    public V1beta1EventFluent.RegardingNested withNewRegardingLike(V1ObjectReference item);
    public V1beta1EventFluent.RegardingNested editRegarding();
    public V1beta1EventFluent.RegardingNested editOrNewRegarding();
    public V1beta1EventFluent.RegardingNested editOrNewRegardingLike(V1ObjectReference item);
    
/**
 * This method has been deprecated, please use method buildRelated instead.
 */
@Deprecated public V1ObjectReference getRelated();
    public V1ObjectReference buildRelated();
    public A withRelated(V1ObjectReference related);
    public Boolean hasRelated();
    public V1beta1EventFluent.RelatedNested withNewRelated();
    public V1beta1EventFluent.RelatedNested withNewRelatedLike(V1ObjectReference item);
    public V1beta1EventFluent.RelatedNested editRelated();
    public V1beta1EventFluent.RelatedNested editOrNewRelated();
    public V1beta1EventFluent.RelatedNested editOrNewRelatedLike(V1ObjectReference item);
    public String getReportingController();
    public A withReportingController(String reportingController);
    public Boolean hasReportingController();
    public String getReportingInstance();
    public A withReportingInstance(String reportingInstance);
    public Boolean hasReportingInstance();
    
/**
 * This method has been deprecated, please use method buildSeries instead.
 */
@Deprecated public V1beta1EventSeries getSeries();
    public V1beta1EventSeries buildSeries();
    public A withSeries(V1beta1EventSeries series);
    public Boolean hasSeries();
    public V1beta1EventFluent.SeriesNested withNewSeries();
    public V1beta1EventFluent.SeriesNested withNewSeriesLike(V1beta1EventSeries item);
    public V1beta1EventFluent.SeriesNested editSeries();
    public V1beta1EventFluent.SeriesNested editOrNewSeries();
    public V1beta1EventFluent.SeriesNested editOrNewSeriesLike(V1beta1EventSeries item);
    public String getType();
    public A withType(String type);
    public Boolean hasType();

    public interface DeprecatedSourceNested extends io.kubernetes.client.fluent.Nested,V1EventSourceFluent>{

        
    public N and();    public N endDeprecatedSource();
}
    public interface MetadataNested extends io.kubernetes.client.fluent.Nested,V1ObjectMetaFluent>{

        
    public N and();    public N endMetadata();
}
    public interface RegardingNested extends io.kubernetes.client.fluent.Nested,V1ObjectReferenceFluent>{

        
    public N and();    public N endRegarding();
}
    public interface RelatedNested extends io.kubernetes.client.fluent.Nested,V1ObjectReferenceFluent>{

        
    public N and();    public N endRelated();
}
    public interface SeriesNested extends io.kubernetes.client.fluent.Nested,V1beta1EventSeriesFluent>{

        
    public N and();    public N endSeries();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy