| Modifier and Type | Method and Description |
|---|---|
InterceptorStatus |
InterceptorStatusBuilder.build() |
InterceptorStatus |
InterceptorFluent.buildStatus() |
InterceptorStatus |
Interceptor.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InterceptorStatusFluent.copyInstance(InterceptorStatus instance) |
InterceptorFluent.StatusNested<A> |
InterceptorFluent.editOrNewStatusLike(InterceptorStatus item) |
void |
Interceptor.setStatus(InterceptorStatus status) |
InterceptorFluent.StatusNested<A> |
InterceptorFluent.withNewStatusLike(InterceptorStatus item) |
A |
InterceptorFluent.withStatus(InterceptorStatus status) |
| Constructor and Description |
|---|
Interceptor(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
InterceptorSpec spec,
InterceptorStatus status) |
InterceptorStatusBuilder(InterceptorStatus instance) |
InterceptorStatusBuilder(InterceptorStatusFluent<?> fluent,
InterceptorStatus instance) |
InterceptorStatusFluent(InterceptorStatus instance) |
Copyright © 2015–2024 Red Hat. All rights reserved.