public interface CorruptSpecFluent<A extends CorruptSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrelation() |
String |
getCorrupt() |
Boolean |
hasCorrelation() |
Boolean |
hasCorrupt() |
A |
withCorrelation(String correlation) |
A |
withCorrupt(String corrupt) |
A |
withNewCorrelation(byte[] arg1) |
A |
withNewCorrelation(byte[] arg1,
int arg2) |
A |
withNewCorrelation(byte[] arg1,
int arg2,
int arg3) |
A |
withNewCorrelation(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewCorrelation(char[] arg1) |
A |
withNewCorrelation(char[] arg1,
int arg2,
int arg3) |
A |
withNewCorrelation(int[] arg1,
int arg2,
int arg3) |
A |
withNewCorrelation(String arg1) |
A |
withNewCorrelation(StringBuffer arg1) |
A |
withNewCorrelation(StringBuilder arg1) |
A |
withNewCorrupt(byte[] arg1) |
A |
withNewCorrupt(byte[] arg1,
int arg2) |
A |
withNewCorrupt(byte[] arg1,
int arg2,
int arg3) |
A |
withNewCorrupt(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewCorrupt(char[] arg1) |
A |
withNewCorrupt(char[] arg1,
int arg2,
int arg3) |
A |
withNewCorrupt(int[] arg1,
int arg2,
int arg3) |
A |
withNewCorrupt(String arg1) |
A |
withNewCorrupt(StringBuffer arg1) |
A |
withNewCorrupt(StringBuilder arg1) |
String getCorrelation()
Boolean hasCorrelation()
A withNewCorrelation(StringBuilder arg1)
A withNewCorrelation(int[] arg1, int arg2, int arg3)
A withNewCorrelation(char[] arg1)
A withNewCorrelation(StringBuffer arg1)
A withNewCorrelation(byte[] arg1, int arg2)
A withNewCorrelation(byte[] arg1)
A withNewCorrelation(char[] arg1, int arg2, int arg3)
A withNewCorrelation(byte[] arg1, int arg2, int arg3)
A withNewCorrelation(byte[] arg1, int arg2, int arg3, int arg4)
String getCorrupt()
Boolean hasCorrupt()
A withNewCorrupt(StringBuilder arg1)
A withNewCorrupt(int[] arg1, int arg2, int arg3)
A withNewCorrupt(char[] arg1)
A withNewCorrupt(StringBuffer arg1)
A withNewCorrupt(byte[] arg1, int arg2)
A withNewCorrupt(byte[] arg1)
A withNewCorrupt(char[] arg1, int arg2, int arg3)
A withNewCorrupt(byte[] arg1, int arg2, int arg3)
A withNewCorrupt(byte[] arg1, int arg2, int arg3, int arg4)
Copyright © 2015–2021 Red Hat. All rights reserved.