Class ServiceAttachmentFluent<A extends ServiceAttachmentFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.gcp.v1.ServiceAttachmentFluent<A>
-
- Direct Known Subclasses:
PrivateServiceConnectFluent.ServiceAttachmentNested,ServiceAttachmentBuilder
public class ServiceAttachmentFluent<A extends ServiceAttachmentFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classServiceAttachmentFluent.SubnetNested<N>
-
Constructor Summary
Constructors Constructor Description ServiceAttachmentFluent()ServiceAttachmentFluent(ServiceAttachment instance)
-
Method Summary
-
-
-
Constructor Detail
-
ServiceAttachmentFluent
public ServiceAttachmentFluent()
-
ServiceAttachmentFluent
public ServiceAttachmentFluent(ServiceAttachment instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ServiceAttachment instance)
-
buildSubnet
public ServiceAttachmentSubnet buildSubnet()
-
withSubnet
public A withSubnet(ServiceAttachmentSubnet subnet)
-
hasSubnet
public boolean hasSubnet()
-
withNewSubnet
public ServiceAttachmentFluent.SubnetNested<A> withNewSubnet()
-
withNewSubnetLike
public ServiceAttachmentFluent.SubnetNested<A> withNewSubnetLike(ServiceAttachmentSubnet item)
-
editSubnet
public ServiceAttachmentFluent.SubnetNested<A> editSubnet()
-
editOrNewSubnet
public ServiceAttachmentFluent.SubnetNested<A> editOrNewSubnet()
-
editOrNewSubnetLike
public ServiceAttachmentFluent.SubnetNested<A> editOrNewSubnetLike(ServiceAttachmentSubnet item)
-
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 ServiceAttachmentFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ServiceAttachmentFluent<A>>
-
-