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

annotations.io.fabric8.knative.messaging.v1alpha1.InMemoryChannelSpecFluent Maven / Gradle / Ivy

package io.fabric8.knative.messaging.v1alpha1;

import io.fabric8.knative.internal.eventing.pkg.apis.duck.v1beta1.DeliverySpecFluent;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.knative.internal.eventing.pkg.apis.duck.v1alpha1.SubscribableFluent;
import io.fabric8.knative.internal.eventing.pkg.apis.duck.v1alpha1.Subscribable;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import io.fabric8.knative.internal.eventing.pkg.apis.duck.v1alpha1.SubscribableBuilder;
import io.fabric8.knative.internal.eventing.pkg.apis.duck.v1beta1.DeliverySpecBuilder;
import java.lang.Deprecated;
import java.lang.Object;
import java.lang.Boolean;
import java.util.Map;
import io.fabric8.knative.internal.eventing.pkg.apis.duck.v1beta1.DeliverySpec;

public interface InMemoryChannelSpecFluent> extends Fluent{


    
/**
 * This method has been deprecated, please use method buildDelivery instead.
 * @return The buildable object.
 */
@Deprecated public DeliverySpec getDelivery();
    public DeliverySpec buildDelivery();
    public A withDelivery(DeliverySpec delivery);
    public Boolean hasDelivery();
    public InMemoryChannelSpecFluent.DeliveryNested withNewDelivery();
    public InMemoryChannelSpecFluent.DeliveryNested withNewDeliveryLike(DeliverySpec item);
    public InMemoryChannelSpecFluent.DeliveryNested editDelivery();
    public InMemoryChannelSpecFluent.DeliveryNested editOrNewDelivery();
    public InMemoryChannelSpecFluent.DeliveryNested editOrNewDeliveryLike(DeliverySpec item);
    
/**
 * This method has been deprecated, please use method buildSubscribable instead.
 * @return The buildable object.
 */
@Deprecated public Subscribable getSubscribable();
    public Subscribable buildSubscribable();
    public A withSubscribable(Subscribable subscribable);
    public Boolean hasSubscribable();
    public InMemoryChannelSpecFluent.SubscribableNested withNewSubscribable();
    public InMemoryChannelSpecFluent.SubscribableNested withNewSubscribableLike(Subscribable item);
    public InMemoryChannelSpecFluent.SubscribableNested editSubscribable();
    public InMemoryChannelSpecFluent.SubscribableNested editOrNewSubscribable();
    public InMemoryChannelSpecFluent.SubscribableNested editOrNewSubscribableLike(Subscribable item);

    public interface DeliveryNested extends io.fabric8.kubernetes.api.builder.Nested,DeliverySpecFluent>{

        
    public N and();    public N endDelivery();
}
    public interface SubscribableNested extends io.fabric8.kubernetes.api.builder.Nested,SubscribableFluent>{

        
    public N and();    public N endSubscribable();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy