Uses of Class
io.fabric8.openshift.api.model.config.v1.InfrastructureSpec
-
Packages that use InfrastructureSpec Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of InfrastructureSpec in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return InfrastructureSpec Modifier and Type Method Description InfrastructureSpecInfrastructureSpecBuilder. build()InfrastructureSpecInfrastructureFluent. buildSpec()InfrastructureSpecInfrastructure. getSpec()Infrastructure holds cluster-wide information about Infrastructure.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type InfrastructureSpec Modifier and Type Method Description protected voidInfrastructureSpecFluent. copyInstance(InfrastructureSpec instance)InfrastructureFluent.SpecNested<A>InfrastructureFluent. editOrNewSpecLike(InfrastructureSpec item)voidInfrastructure. setSpec(InfrastructureSpec spec)Infrastructure holds cluster-wide information about Infrastructure.InfrastructureFluent.SpecNested<A>InfrastructureFluent. withNewSpecLike(InfrastructureSpec item)AInfrastructureFluent. withSpec(InfrastructureSpec spec)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type InfrastructureSpec Constructor Description Infrastructure(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, InfrastructureSpec spec, InfrastructureStatus status)InfrastructureSpecBuilder(InfrastructureSpec instance)InfrastructureSpecBuilder(InfrastructureSpecFluent<?> fluent, InfrastructureSpec instance)InfrastructureSpecFluent(InfrastructureSpec instance)
-