Class V1SeccompProfile
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1SeccompProfile
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1SeccompProfile
extends Object
SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanlocalhostProfile indicates a profile defined in a file on the node should be used.getType()type indicates which kind of seccomp profile will be applied.inthashCode()localhostProfile(String localhostProfile) Set localhostProfile in a chainable fashion.voidsetLocalhostProfile(String localhostProfile) Set the localhostProfile property valuevoidSet the type property valuetoString()Set type in a chainable fashion.
- 
Field Details- 
JSON_PROPERTY_LOCALHOST_PROFILE- See Also:
 
- 
JSON_PROPERTY_TYPE- See Also:
 
 
- 
- 
Constructor Details- 
V1SeccompProfile
 
- 
- 
Method Details- 
getLocalhostProfilelocalhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is \"Localhost\".- Returns:
- the localhostProfile property value
 
- 
setLocalhostProfileSet the localhostProfile property value
- 
localhostProfileSet localhostProfile in a chainable fashion.- Returns:
- The same instance of V1SeccompProfile for chaining.
 
- 
getTypetype indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.- Returns:
- the type property value
 
- 
setTypeSet the type property value
- 
typeSet type in a chainable fashion.- Returns:
- The same instance of V1SeccompProfile for chaining.
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-