public interface AbortFluent<A extends AbortFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AbortFluent.GrpcStatusErrorTypeNested<N> |
static interface |
AbortFluent.Http2ErrorTypeNested<N> |
static interface |
AbortFluent.HttpStatusErrorTypeNested<N> |
@Deprecated Abort.ErrorType getErrorType()
Abort.ErrorType buildErrorType()
A withErrorType(Abort.ErrorType errorType)
Boolean hasErrorType()
A withHttpStatusErrorType(HttpStatusErrorType httpStatusErrorType)
AbortFluent.HttpStatusErrorTypeNested<A> withNewHttpStatusErrorType()
AbortFluent.HttpStatusErrorTypeNested<A> withNewHttpStatusErrorTypeLike(HttpStatusErrorType item)
A withGrpcStatusErrorType(GrpcStatusErrorType grpcStatusErrorType)
AbortFluent.GrpcStatusErrorTypeNested<A> withNewGrpcStatusErrorType()
AbortFluent.GrpcStatusErrorTypeNested<A> withNewGrpcStatusErrorTypeLike(GrpcStatusErrorType item)
A withHttp2ErrorType(Http2ErrorErrorType http2ErrorType)
AbortFluent.Http2ErrorTypeNested<A> withNewHttp2ErrorType()
AbortFluent.Http2ErrorTypeNested<A> withNewHttp2ErrorTypeLike(Http2ErrorErrorType item)
Integer getPercent()
Boolean hasPercent()
A withNewPercent(int arg1)
Copyright © 2017–2018 Red Hat. All rights reserved.