public interface AuditFluent<A extends AuditFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getProfile() |
Boolean |
hasProfile() |
A |
withNewProfile(byte[] arg1) |
A |
withNewProfile(byte[] arg1,
int arg2) |
A |
withNewProfile(byte[] arg1,
int arg2,
int arg3) |
A |
withNewProfile(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewProfile(char[] arg1) |
A |
withNewProfile(char[] arg1,
int arg2,
int arg3) |
A |
withNewProfile(int[] arg1,
int arg2,
int arg3) |
A |
withNewProfile(String arg1) |
A |
withNewProfile(StringBuffer arg1) |
A |
withNewProfile(StringBuilder arg1) |
A |
withProfile(String profile) |
String getProfile()
Boolean hasProfile()
A withNewProfile(StringBuilder arg1)
A withNewProfile(int[] arg1, int arg2, int arg3)
A withNewProfile(char[] arg1)
A withNewProfile(StringBuffer arg1)
A withNewProfile(byte[] arg1, int arg2)
A withNewProfile(byte[] arg1)
A withNewProfile(char[] arg1, int arg2, int arg3)
A withNewProfile(byte[] arg1, int arg2, int arg3)
A withNewProfile(byte[] arg1, int arg2, int arg3, int arg4)
Copyright © 2015–2022 Red Hat. All rights reserved.