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