Interface ApicurioRegistrySpecFluent<A extends ApicurioRegistrySpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ApicurioRegistryFluent.SpecNested<N>
- All Known Implementing Classes:
ApicurioRegistryFluentImpl.SpecNestedImpl,ApicurioRegistrySpecBuilder,ApicurioRegistrySpecFluentImpl
public interface ApicurioRegistrySpecFluent<A extends ApicurioRegistrySpecFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceApicurioRegistrySpecFluent.ConfigurationNested<N>static interfaceApicurioRegistrySpecFluent.DeploymentNested<N>
-
Method Summary
-
-
-
Method Detail
-
getConfiguration
@Deprecated ApicurioRegistrySpecConfiguration getConfiguration()
Deprecated.
-
buildConfiguration
ApicurioRegistrySpecConfiguration buildConfiguration()
-
withConfiguration
A withConfiguration(ApicurioRegistrySpecConfiguration configuration)
-
hasConfiguration
Boolean hasConfiguration()
-
withNewConfiguration
ApicurioRegistrySpecFluent.ConfigurationNested<A> withNewConfiguration()
-
withNewConfigurationLike
ApicurioRegistrySpecFluent.ConfigurationNested<A> withNewConfigurationLike(ApicurioRegistrySpecConfiguration item)
-
editConfiguration
ApicurioRegistrySpecFluent.ConfigurationNested<A> editConfiguration()
-
editOrNewConfiguration
ApicurioRegistrySpecFluent.ConfigurationNested<A> editOrNewConfiguration()
-
editOrNewConfigurationLike
ApicurioRegistrySpecFluent.ConfigurationNested<A> editOrNewConfigurationLike(ApicurioRegistrySpecConfiguration item)
-
getDeployment
@Deprecated ApicurioRegistrySpecDeployment getDeployment()
Deprecated.
-
buildDeployment
ApicurioRegistrySpecDeployment buildDeployment()
-
withDeployment
A withDeployment(ApicurioRegistrySpecDeployment deployment)
-
hasDeployment
Boolean hasDeployment()
-
withNewDeployment
ApicurioRegistrySpecFluent.DeploymentNested<A> withNewDeployment()
-
withNewDeploymentLike
ApicurioRegistrySpecFluent.DeploymentNested<A> withNewDeploymentLike(ApicurioRegistrySpecDeployment item)
-
editDeployment
ApicurioRegistrySpecFluent.DeploymentNested<A> editDeployment()
-
editOrNewDeployment
ApicurioRegistrySpecFluent.DeploymentNested<A> editOrNewDeployment()
-
editOrNewDeploymentLike
ApicurioRegistrySpecFluent.DeploymentNested<A> editOrNewDeploymentLike(ApicurioRegistrySpecDeployment item)
-
-