public interface V1SeccompProfileFluent<A extends V1SeccompProfileFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalhostProfile() |
String |
getType() |
Boolean |
hasLocalhostProfile() |
Boolean |
hasType() |
A |
withLocalhostProfile(String localhostProfile) |
A |
withNewLocalhostProfile(String original)
Deprecated.
|
A |
withNewType(String original)
Deprecated.
|
A |
withType(String type) |
String getLocalhostProfile()
Boolean hasLocalhostProfile()
@Deprecated A withNewLocalhostProfile(String original)
String getType()
Boolean hasType()
@Deprecated A withNewType(String original)
Copyright © 2022. All rights reserved.