io.fabric8.knative.sources.v1.PingSourceSpecFluent Maven / Gradle / Ivy
package io.fabric8.knative.sources.v1;
import io.fabric8.knative.internal.pkg.apis.duck.v1.DestinationFluent;
import io.fabric8.knative.internal.pkg.apis.duck.v1.Destination;
import io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventOverrides;
import java.lang.Deprecated;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventOverridesFluent;
import java.lang.String;
import java.lang.Boolean;
/**
* Generated
*/
public interface PingSourceSpecFluent> extends Fluent{
/**
* This method has been deprecated, please use method buildCeOverrides instead.
* @return The buildable object.
*/
@Deprecated
public CloudEventOverrides getCeOverrides();
public CloudEventOverrides buildCeOverrides();
public A withCeOverrides(CloudEventOverrides ceOverrides);
public Boolean hasCeOverrides();
public PingSourceSpecFluent.CeOverridesNested withNewCeOverrides();
public PingSourceSpecFluent.CeOverridesNested withNewCeOverridesLike(CloudEventOverrides item);
public PingSourceSpecFluent.CeOverridesNested editCeOverrides();
public PingSourceSpecFluent.CeOverridesNested editOrNewCeOverrides();
public PingSourceSpecFluent.CeOverridesNested editOrNewCeOverridesLike(CloudEventOverrides item);
public String getContentType();
public A withContentType(String contentType);
public Boolean hasContentType();
public String getData();
public A withData(String data);
public Boolean hasData();
public String getDataBase64();
public A withDataBase64(String dataBase64);
public Boolean hasDataBase64();
public String getSchedule();
public A withSchedule(String schedule);
public Boolean hasSchedule();
/**
* This method has been deprecated, please use method buildSink instead.
* @return The buildable object.
*/
@Deprecated
public Destination getSink();
public Destination buildSink();
public A withSink(Destination sink);
public Boolean hasSink();
public PingSourceSpecFluent.SinkNested withNewSink();
public PingSourceSpecFluent.SinkNested withNewSinkLike(Destination item);
public PingSourceSpecFluent.SinkNested editSink();
public PingSourceSpecFluent.SinkNested editOrNewSink();
public PingSourceSpecFluent.SinkNested editOrNewSinkLike(Destination item);
public String getTimezone();
public A withTimezone(String timezone);
public Boolean hasTimezone();
public interface CeOverridesNested extends Nested,CloudEventOverridesFluent>{
public N and();
public N endCeOverrides();
}
public interface SinkNested extends Nested,DestinationFluent>{
public N and();
public N endSink();
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy