Class IngressPlatformSpecFluent<A extends IngressPlatformSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.IngressPlatformSpecFluent<A>
-
- Direct Known Subclasses:
IngressPlatformSpecBuilder,LoadBalancerFluent.PlatformNested
public class IngressPlatformSpecFluent<A extends IngressPlatformSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classIngressPlatformSpecFluent.AwsNested<N>
-
Constructor Summary
Constructors Constructor Description IngressPlatformSpecFluent()IngressPlatformSpecFluent(IngressPlatformSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
IngressPlatformSpecFluent
public IngressPlatformSpecFluent()
-
IngressPlatformSpecFluent
public IngressPlatformSpecFluent(IngressPlatformSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(IngressPlatformSpec instance)
-
buildAws
public AWSIngressSpec buildAws()
-
withAws
public A withAws(AWSIngressSpec aws)
-
hasAws
public boolean hasAws()
-
withNewAws
public IngressPlatformSpecFluent.AwsNested<A> withNewAws()
-
withNewAwsLike
public IngressPlatformSpecFluent.AwsNested<A> withNewAwsLike(AWSIngressSpec item)
-
editAws
public IngressPlatformSpecFluent.AwsNested<A> editAws()
-
editOrNewAws
public IngressPlatformSpecFluent.AwsNested<A> editOrNewAws()
-
editOrNewAwsLike
public IngressPlatformSpecFluent.AwsNested<A> editOrNewAwsLike(AWSIngressSpec item)
-
getType
public String getType()
-
hasType
public boolean hasType()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressPlatformSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressPlatformSpecFluent<A>>
-
-