Package io.fabric8.kubernetes.api.model
Class SeccompProfile
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.SeccompProfile
-
- All Implemented Interfaces:
KubernetesResource,Serializable
public class SeccompProfile extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SeccompProfile()No args constructor for use in serializationSeccompProfile(String localhostProfile, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetLocalhostProfile()StringgetType()voidsetAdditionalProperty(String name, Object value)voidsetLocalhostProfile(String localhostProfile)voidsetType(String type)
-