Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.Deployment
-
Packages that use Deployment Package Description io.apicurio.registry.operator.api.v1.model io.apicurio.registry.operator.api.v1.model.apicurioregistryspec -
-
Uses of Deployment in io.apicurio.registry.operator.api.v1.model
Methods in io.apicurio.registry.operator.api.v1.model that return Deployment Modifier and Type Method Description DeploymentApicurioRegistrySpecFluent. buildDeployment()DeploymentApicurioRegistrySpec. getDeployment()Methods in io.apicurio.registry.operator.api.v1.model with parameters of type Deployment Modifier and Type Method Description ApicurioRegistrySpecFluent.DeploymentNested<A>ApicurioRegistrySpecFluent. editOrNewDeploymentLike(Deployment item)voidApicurioRegistrySpec. setDeployment(Deployment deployment)AApicurioRegistrySpecFluent. withDeployment(Deployment deployment)ApicurioRegistrySpecFluent.DeploymentNested<A>ApicurioRegistrySpecFluent. withNewDeploymentLike(Deployment item) -
Uses of Deployment in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec that return Deployment Modifier and Type Method Description DeploymentDeploymentBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec with parameters of type Deployment Constructor Description DeploymentBuilder(Deployment instance)DeploymentBuilder(DeploymentFluent<?> fluent, Deployment instance)DeploymentBuilder(DeploymentFluent<?> fluent, Deployment instance, Boolean validationEnabled)DeploymentBuilder(Deployment instance, Boolean validationEnabled)DeploymentFluent(Deployment instance)
-