me.snowdrop.istio.api.networking.v1alpha3.HeadersFluent Maven / Gradle / Ivy
package me.snowdrop.istio.api.networking.v1alpha3;
import com.fasterxml.jackson.annotation.JsonPropertyDescription;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.Deprecated;
import javax.validation.Valid;
import java.lang.Boolean;
public interface HeadersFluent> extends Fluent{
/**
* This method has been deprecated, please use method buildRequest instead.
* @return The buildable object.
*/
@Deprecated public HeaderOperations getRequest();
public HeaderOperations buildRequest();
public A withRequest(HeaderOperations request);
public Boolean hasRequest();
public HeadersFluent.RequestNested withNewRequest();
public HeadersFluent.RequestNested withNewRequestLike(HeaderOperations item);
public HeadersFluent.RequestNested editRequest();
public HeadersFluent.RequestNested editOrNewRequest();
public HeadersFluent.RequestNested editOrNewRequestLike(HeaderOperations item);
/**
* This method has been deprecated, please use method buildResponse instead.
* @return The buildable object.
*/
@Deprecated public HeaderOperations getResponse();
public HeaderOperations buildResponse();
public A withResponse(HeaderOperations response);
public Boolean hasResponse();
public HeadersFluent.ResponseNested withNewResponse();
public HeadersFluent.ResponseNested withNewResponseLike(HeaderOperations item);
public HeadersFluent.ResponseNested editResponse();
public HeadersFluent.ResponseNested editOrNewResponse();
public HeadersFluent.ResponseNested editOrNewResponseLike(HeaderOperations item);
public interface RequestNested extends io.fabric8.kubernetes.api.builder.Nested,HeaderOperationsFluent>{
public N and(); public N endRequest();
}
public interface ResponseNested extends io.fabric8.kubernetes.api.builder.Nested,HeaderOperationsFluent>{
public N and(); public N endResponse();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy