Class Metal3ClusterSpecFluent<A extends Metal3ClusterSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1.Metal3ClusterSpecFluent<A>
-
- Direct Known Subclasses:
Metal3ClusterFluent.SpecNested,Metal3ClusterSpecBuilder,Metal3ClusterTemplateResourceFluent.SpecNested
public class Metal3ClusterSpecFluent<A extends Metal3ClusterSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classMetal3ClusterSpecFluent.ControlPlaneEndpointNested<N>
-
Constructor Summary
Constructors Constructor Description Metal3ClusterSpecFluent()Metal3ClusterSpecFluent(Metal3ClusterSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
Metal3ClusterSpecFluent
public Metal3ClusterSpecFluent()
-
Metal3ClusterSpecFluent
public Metal3ClusterSpecFluent(Metal3ClusterSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(Metal3ClusterSpec instance)
-
buildControlPlaneEndpoint
public APIEndpoint buildControlPlaneEndpoint()
-
withControlPlaneEndpoint
public A withControlPlaneEndpoint(APIEndpoint controlPlaneEndpoint)
-
hasControlPlaneEndpoint
public boolean hasControlPlaneEndpoint()
-
withNewControlPlaneEndpoint
public Metal3ClusterSpecFluent.ControlPlaneEndpointNested<A> withNewControlPlaneEndpoint()
-
withNewControlPlaneEndpointLike
public Metal3ClusterSpecFluent.ControlPlaneEndpointNested<A> withNewControlPlaneEndpointLike(APIEndpoint item)
-
editControlPlaneEndpoint
public Metal3ClusterSpecFluent.ControlPlaneEndpointNested<A> editControlPlaneEndpoint()
-
editOrNewControlPlaneEndpoint
public Metal3ClusterSpecFluent.ControlPlaneEndpointNested<A> editOrNewControlPlaneEndpoint()
-
editOrNewControlPlaneEndpointLike
public Metal3ClusterSpecFluent.ControlPlaneEndpointNested<A> editOrNewControlPlaneEndpointLike(APIEndpoint item)
-
getNoCloudProvider
public Boolean getNoCloudProvider()
-
hasNoCloudProvider
public boolean hasNoCloudProvider()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends Metal3ClusterSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends Metal3ClusterSpecFluent<A>>
-
withNoCloudProvider
public A withNoCloudProvider()
-
-