public interface IoFaultFluent<A extends IoFaultFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
Integer |
getErrno() |
Integer |
getWeight() |
Boolean |
hasErrno() |
Boolean |
hasWeight() |
A |
withErrno(Integer errno) |
A |
withNewErrno(int arg1) |
A |
withNewErrno(String arg1) |
A |
withNewWeight(int arg1) |
A |
withNewWeight(String arg1) |
A |
withWeight(Integer weight) |
Copyright © 2015–2021 Red Hat. All rights reserved.