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