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

io.fabric8.knative.duck.v1alpha1.ChannelableSpecFluent Maven / Gradle / Ivy

package io.fabric8.knative.duck.v1alpha1;

import io.fabric8.knative.dev.duck.v1beta1.DeliverySpecFluent;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import io.fabric8.knative.dev.duck.v1beta1.DeliverySpecBuilder;
import java.lang.Deprecated;
import java.lang.Object;
import java.lang.Boolean;
import java.util.Map;
import io.fabric8.knative.dev.duck.v1beta1.DeliverySpec;

public interface ChannelableSpecFluent> extends Fluent{


    
/**
 * This method has been deprecated, please use method buildDelivery instead.
 * @return The buildable object.
 */
@java.lang.Deprecated public DeliverySpec getDelivery();
    public DeliverySpec buildDelivery();
    public A withDelivery(DeliverySpec delivery);
    public Boolean hasDelivery();
    public ChannelableSpecFluent.DeliveryNested withNewDelivery();
    public ChannelableSpecFluent.DeliveryNested withNewDeliveryLike(DeliverySpec item);
    public ChannelableSpecFluent.DeliveryNested editDelivery();
    public ChannelableSpecFluent.DeliveryNested editOrNewDelivery();
    public ChannelableSpecFluent.DeliveryNested editOrNewDeliveryLike(DeliverySpec item);
    
/**
 * This method has been deprecated, please use method buildSubscribable instead.
 * @return The buildable object.
 */
@java.lang.Deprecated public io.fabric8.knative.duck.v1alpha1.Subscribable getSubscribable();
    public io.fabric8.knative.duck.v1alpha1.Subscribable buildSubscribable();
    public A withSubscribable(io.fabric8.knative.duck.v1alpha1.Subscribable subscribable);
    public Boolean hasSubscribable();
    public ChannelableSpecFluent.SubscribableNested withNewSubscribable();
    public ChannelableSpecFluent.SubscribableNested withNewSubscribableLike(io.fabric8.knative.duck.v1alpha1.Subscribable item);
    public ChannelableSpecFluent.SubscribableNested editSubscribable();
    public ChannelableSpecFluent.SubscribableNested editOrNewSubscribable();
    public ChannelableSpecFluent.SubscribableNested editOrNewSubscribableLike(io.fabric8.knative.duck.v1alpha1.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,io.fabric8.knative.duck.v1alpha1.SubscribableFluent>{

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


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy