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() |
A |
withLocalhostProfile(String localhostProfile) |
A |
withNewLocalhostProfile(String original)
Deprecated.
|
A |
withNewType(String original)
Deprecated.
|
A |
withType(String type) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public 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>>
@Deprecated public A withNewLocalhostProfile(String original)
withNewLocalhostProfile
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>>
@Deprecated public A withNewType(String original)
withNewType
in interface V1SeccompProfileFluent<A extends V1SeccompProfileFluent<A>>
Copyright © 2021. All rights reserved.