@Generated(value="jsonschema2pojo") public class SeccompProfile extends Object implements io.fabric8.kubernetes.api.builder.Editable<SeccompProfileBuilder>, KubernetesResource
| Constructor and Description |
|---|
SeccompProfile()
No args constructor for use in serialization
|
SeccompProfile(String localhostProfile,
String type) |
| Modifier and Type | Method and Description |
|---|---|
SeccompProfileBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
String |
getLocalhostProfile() |
String |
getType() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setLocalhostProfile(String localhostProfile) |
void |
setType(String type) |
SeccompProfileBuilder |
toBuilder() |
public SeccompProfile()
public String getLocalhostProfile()
public void setLocalhostProfile(String localhostProfile)
public String getType()
public void setType(String type)
public SeccompProfileBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<SeccompProfileBuilder>public SeccompProfileBuilder toBuilder()
Copyright © 2015–2023 Red Hat. All rights reserved.