io.fabric8.knative.sources.v1.PingSourceFluent Maven / Gradle / Ivy
package io.fabric8.knative.sources.v1;
import io.fabric8.kubernetes.api.model.ObjectMeta;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import io.fabric8.kubernetes.api.model.ObjectMetaFluent;
import java.lang.Deprecated;
import java.lang.Boolean;
/**
* Generated
*/
public interface PingSourceFluent> extends Fluent{
public String getApiVersion();
public A withApiVersion(String apiVersion);
public Boolean hasApiVersion();
public String getKind();
public A withKind(String kind);
public Boolean hasKind();
/**
* This method has been deprecated, please use method buildMetadata instead.
* @return The buildable object.
*/
@Deprecated
public ObjectMeta getMetadata();
public ObjectMeta buildMetadata();
public A withMetadata(ObjectMeta metadata);
public Boolean hasMetadata();
public PingSourceFluent.MetadataNested withNewMetadata();
public PingSourceFluent.MetadataNested withNewMetadataLike(ObjectMeta item);
public PingSourceFluent.MetadataNested editMetadata();
public PingSourceFluent.MetadataNested editOrNewMetadata();
public PingSourceFluent.MetadataNested editOrNewMetadataLike(ObjectMeta item);
/**
* This method has been deprecated, please use method buildSpec instead.
* @return The buildable object.
*/
@Deprecated
public PingSourceSpec getSpec();
public PingSourceSpec buildSpec();
public A withSpec(PingSourceSpec spec);
public Boolean hasSpec();
public PingSourceFluent.SpecNested withNewSpec();
public PingSourceFluent.SpecNested withNewSpecLike(PingSourceSpec item);
public PingSourceFluent.SpecNested editSpec();
public PingSourceFluent.SpecNested editOrNewSpec();
public PingSourceFluent.SpecNested editOrNewSpecLike(PingSourceSpec item);
/**
* This method has been deprecated, please use method buildStatus instead.
* @return The buildable object.
*/
@Deprecated
public PingSourceStatus getStatus();
public PingSourceStatus buildStatus();
public A withStatus(PingSourceStatus status);
public Boolean hasStatus();
public PingSourceFluent.StatusNested withNewStatus();
public PingSourceFluent.StatusNested withNewStatusLike(PingSourceStatus item);
public PingSourceFluent.StatusNested editStatus();
public PingSourceFluent.StatusNested editOrNewStatus();
public PingSourceFluent.StatusNested editOrNewStatusLike(PingSourceStatus item);
public interface MetadataNested extends Nested,ObjectMetaFluent>{
public N and();
public N endMetadata();
}
public interface SpecNested extends Nested,PingSourceSpecFluent>{
public N and();
public N endSpec();
}
public interface StatusNested extends Nested,PingSourceStatusFluent>{
public N and();
public N endStatus();
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy