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