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

annotations.me.snowdrop.istio.api.model.v1.routing.L4FaultInjectionFluent Maven / Gradle / Ivy

package me.snowdrop.istio.api.model.v1.routing;

import com.fasterxml.jackson.annotation.JsonPropertyDescription;
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 java.lang.Deprecated;
import javax.validation.Valid;
import java.lang.Object;
import java.lang.Boolean;
import java.util.Map;

public interface L4FaultInjectionFluent> extends Fluent{


    
/**
 * This method has been deprecated, please use method buildTerminate instead.
 */
@Deprecated public Terminate getTerminate();
    public Terminate buildTerminate();
    public A withTerminate(Terminate terminate);
    public Boolean hasTerminate();
    public L4FaultInjectionFluent.TerminateNested withNewTerminate();
    public L4FaultInjectionFluent.TerminateNested withNewTerminateLike(Terminate item);
    public L4FaultInjectionFluent.TerminateNested editTerminate();
    public L4FaultInjectionFluent.TerminateNested editOrNewTerminate();
    public L4FaultInjectionFluent.TerminateNested editOrNewTerminateLike(Terminate item);
    
/**
 * This method has been deprecated, please use method buildThrottle instead.
 */
@Deprecated public Throttle getThrottle();
    public Throttle buildThrottle();
    public A withThrottle(Throttle throttle);
    public Boolean hasThrottle();
    public L4FaultInjectionFluent.ThrottleNested withNewThrottle();
    public L4FaultInjectionFluent.ThrottleNested withNewThrottleLike(Throttle item);
    public L4FaultInjectionFluent.ThrottleNested editThrottle();
    public L4FaultInjectionFluent.ThrottleNested editOrNewThrottle();
    public L4FaultInjectionFluent.ThrottleNested editOrNewThrottleLike(Throttle item);

    public interface TerminateNested extends io.fabric8.kubernetes.api.builder.Nested,TerminateFluent>{

        
    public N and();    public N endTerminate();
}
    public interface ThrottleNested extends io.fabric8.kubernetes.api.builder.Nested,ThrottleFluent>{

        
    public N and();    public N endThrottle();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy