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