public class V1SeccompProfileFluentImpl<A extends V1SeccompProfileFluent<A>> extends BaseFluent<A> implements V1SeccompProfileFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1SeccompProfileFluentImpl() |
V1SeccompProfileFluentImpl(io.kubernetes.client.openapi.models.V1SeccompProfile instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLocalhostProfile() |
String |
getType() |
int |
hashCode() |
Boolean |
hasLocalhostProfile() |
Boolean |
hasType() |
String |
toString() |
A |
withLocalhostProfile(String localhostProfile) |
A |
withType(String type) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1SeccompProfileFluentImpl()
public V1SeccompProfileFluentImpl(io.kubernetes.client.openapi.models.V1SeccompProfile instance)
public String getLocalhostProfile()
getLocalhostProfile in interface V1SeccompProfileFluent<A extends V1SeccompProfileFluent<A>>public A withLocalhostProfile(String localhostProfile)
withLocalhostProfile in interface V1SeccompProfileFluent<A extends V1SeccompProfileFluent<A>>public Boolean hasLocalhostProfile()
hasLocalhostProfile in interface V1SeccompProfileFluent<A extends V1SeccompProfileFluent<A>>public String getType()
getType in interface V1SeccompProfileFluent<A extends V1SeccompProfileFluent<A>>public A withType(String type)
withType in interface V1SeccompProfileFluent<A extends V1SeccompProfileFluent<A>>public Boolean hasType()
hasType in interface V1SeccompProfileFluent<A extends V1SeccompProfileFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1SeccompProfileFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1SeccompProfileFluent<A>>Copyright © 2022. All rights reserved.