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

io.fabric8.knative.duck.v1.AddressableFluent Maven / Gradle / Ivy

package io.fabric8.knative.duck.v1;

import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.knative.v1.URLFluent;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import io.fabric8.knative.v1.URL;
import io.fabric8.knative.v1.URLBuilder;
import java.lang.Deprecated;
import java.lang.Object;
import java.lang.Boolean;
import java.util.Map;

public interface AddressableFluent> extends Fluent{


    
/**
 * This method has been deprecated, please use method buildUrl instead.
 * @return The buildable object.
 */
@Deprecated public URL getUrl();
    public URL buildUrl();
    public A withUrl(URL url);
    public Boolean hasUrl();
    public AddressableFluent.UrlNested withNewUrl();
    public AddressableFluent.UrlNested withNewUrlLike(URL item);
    public AddressableFluent.UrlNested editUrl();
    public AddressableFluent.UrlNested editOrNewUrl();
    public AddressableFluent.UrlNested editOrNewUrlLike(URL item);

    public interface UrlNested extends io.fabric8.kubernetes.api.builder.Nested,URLFluent>{

        
    public N and();    public N endUrl();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy