public interface BinaryBuildSourceFluent<A extends BinaryBuildSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getAsFile() |
Boolean |
hasAsFile() |
A |
withAsFile(String asFile) |
A |
withNewAsFile(byte[] arg1) |
A |
withNewAsFile(byte[] arg1,
int arg2) |
A |
withNewAsFile(byte[] arg1,
int arg2,
int arg3) |
A |
withNewAsFile(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewAsFile(char[] arg1) |
A |
withNewAsFile(char[] arg1,
int arg2,
int arg3) |
A |
withNewAsFile(int[] arg1,
int arg2,
int arg3) |
A |
withNewAsFile(String arg1) |
A |
withNewAsFile(StringBuffer arg1) |
A |
withNewAsFile(StringBuilder arg1) |
String getAsFile()
Boolean hasAsFile()
A withNewAsFile(StringBuilder arg1)
A withNewAsFile(int[] arg1, int arg2, int arg3)
A withNewAsFile(char[] arg1)
A withNewAsFile(StringBuffer arg1)
A withNewAsFile(byte[] arg1, int arg2)
A withNewAsFile(byte[] arg1)
A withNewAsFile(char[] arg1, int arg2, int arg3)
A withNewAsFile(byte[] arg1, int arg2, int arg3)
A withNewAsFile(byte[] arg1, int arg2, int arg3, int arg4)
Copyright © 2015–2022 Red Hat. All rights reserved.