public class IngressPlatformSpecFluent<A extends IngressPlatformSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
IngressPlatformSpecFluent.AwsNested<N> |
| Constructor and Description |
|---|
IngressPlatformSpecFluent() |
IngressPlatformSpecFluent(IngressPlatformSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
AWSIngressSpec |
buildAws() |
IngressPlatformSpecFluent.AwsNested<A> |
editAws() |
IngressPlatformSpecFluent.AwsNested<A> |
editOrNewAws() |
IngressPlatformSpecFluent.AwsNested<A> |
editOrNewAwsLike(AWSIngressSpec item) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getType() |
boolean |
hasAdditionalProperties() |
boolean |
hasAws() |
int |
hashCode() |
boolean |
hasType() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAws(AWSIngressSpec aws) |
IngressPlatformSpecFluent.AwsNested<A> |
withNewAws() |
A |
withNewAws(String type) |
IngressPlatformSpecFluent.AwsNested<A> |
withNewAwsLike(AWSIngressSpec item) |
A |
withType(String type) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic IngressPlatformSpecFluent()
public IngressPlatformSpecFluent(IngressPlatformSpec instance)
public AWSIngressSpec buildAws()
public A withAws(AWSIngressSpec aws)
public boolean hasAws()
public IngressPlatformSpecFluent.AwsNested<A> withNewAws()
public IngressPlatformSpecFluent.AwsNested<A> withNewAwsLike(AWSIngressSpec item)
public IngressPlatformSpecFluent.AwsNested<A> editAws()
public IngressPlatformSpecFluent.AwsNested<A> editOrNewAws()
public IngressPlatformSpecFluent.AwsNested<A> editOrNewAwsLike(AWSIngressSpec item)
public String getType()
public boolean hasType()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressPlatformSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressPlatformSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.