Class ManagedResourcesFluent<A extends ManagedResourcesFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.ManagedResourcesFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
DeploymentFluent.ManagedResourcesNested,ManagedResourcesBuilder
public class ManagedResourcesFluent<A extends ManagedResourcesFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description ManagedResourcesFluent()ManagedResourcesFluent(ManagedResources instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BooleangetDisableIngress()BooleangetDisableNetworkPolicy()BooleangetDisablePodDisruptionBudget()booleanhasDisableIngress()booleanhasDisableNetworkPolicy()booleanhasDisablePodDisruptionBudget()inthashCode()StringtoString()AwithDisableIngress()AwithDisableIngress(Boolean disableIngress)AwithDisableNetworkPolicy()AwithDisableNetworkPolicy(Boolean disableNetworkPolicy)AwithDisablePodDisruptionBudget()AwithDisablePodDisruptionBudget(Boolean disablePodDisruptionBudget)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
ManagedResourcesFluent
public ManagedResourcesFluent()
-
ManagedResourcesFluent
public ManagedResourcesFluent(ManagedResources instance)
-
-
Method Detail
-
getDisableIngress
public Boolean getDisableIngress()
-
hasDisableIngress
public boolean hasDisableIngress()
-
getDisableNetworkPolicy
public Boolean getDisableNetworkPolicy()
-
hasDisableNetworkPolicy
public boolean hasDisableNetworkPolicy()
-
getDisablePodDisruptionBudget
public Boolean getDisablePodDisruptionBudget()
-
withDisablePodDisruptionBudget
public A withDisablePodDisruptionBudget(Boolean disablePodDisruptionBudget)
-
hasDisablePodDisruptionBudget
public boolean hasDisablePodDisruptionBudget()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ManagedResourcesFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ManagedResourcesFluent<A>>
-
withDisableIngress
public A withDisableIngress()
-
withDisableNetworkPolicy
public A withDisableNetworkPolicy()
-
withDisablePodDisruptionBudget
public A withDisablePodDisruptionBudget()
-
-