Uses of Class
io.fabric8.openshift.api.model.config.v1.AWSIngressSpec
-
Packages that use AWSIngressSpec Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of AWSIngressSpec in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return AWSIngressSpec Modifier and Type Method Description AWSIngressSpecAWSIngressSpecBuilder. build()AWSIngressSpecIngressPlatformSpecFluent. buildAws()AWSIngressSpecIngressPlatformSpec. getAws()IngressPlatformSpec holds the desired state of Ingress specific to the underlying infrastructure provider of the current cluster.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type AWSIngressSpec Modifier and Type Method Description protected voidAWSIngressSpecFluent. copyInstance(AWSIngressSpec instance)IngressPlatformSpecFluent.AwsNested<A>IngressPlatformSpecFluent. editOrNewAwsLike(AWSIngressSpec item)voidIngressPlatformSpec. setAws(AWSIngressSpec aws)IngressPlatformSpec holds the desired state of Ingress specific to the underlying infrastructure provider of the current cluster.AIngressPlatformSpecFluent. withAws(AWSIngressSpec aws)IngressPlatformSpecFluent.AwsNested<A>IngressPlatformSpecFluent. withNewAwsLike(AWSIngressSpec item)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type AWSIngressSpec Constructor Description AWSIngressSpecBuilder(AWSIngressSpec instance)AWSIngressSpecBuilder(AWSIngressSpecFluent<?> fluent, AWSIngressSpec instance)AWSIngressSpecFluent(AWSIngressSpec instance)IngressPlatformSpec(AWSIngressSpec aws, String type)
-