Class PrivateServiceConnectFluent<A extends PrivateServiceConnectFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.gcp.v1.PrivateServiceConnectFluent<A>
-
- Direct Known Subclasses:
PlatformFluent.PrivateServiceConnectNested,PrivateServiceConnectBuilder
public class PrivateServiceConnectFluent<A extends PrivateServiceConnectFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPrivateServiceConnectFluent.ServiceAttachmentNested<N>
-
Constructor Summary
Constructors Constructor Description PrivateServiceConnectFluent()PrivateServiceConnectFluent(PrivateServiceConnect instance)
-
Method Summary
-
-
-
Constructor Detail
-
PrivateServiceConnectFluent
public PrivateServiceConnectFluent()
-
PrivateServiceConnectFluent
public PrivateServiceConnectFluent(PrivateServiceConnect instance)
-
-
Method Detail
-
buildServiceAttachment
public ServiceAttachment buildServiceAttachment()
-
copyInstance
protected void copyInstance(PrivateServiceConnect instance)
-
editOrNewServiceAttachment
public PrivateServiceConnectFluent.ServiceAttachmentNested<A> editOrNewServiceAttachment()
-
editOrNewServiceAttachmentLike
public PrivateServiceConnectFluent.ServiceAttachmentNested<A> editOrNewServiceAttachmentLike(ServiceAttachment item)
-
editServiceAttachment
public PrivateServiceConnectFluent.ServiceAttachmentNested<A> editServiceAttachment()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PrivateServiceConnectFluent<A>>
-
getEnabled
public Boolean getEnabled()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasEnabled
public boolean hasEnabled()
-
hasServiceAttachment
public boolean hasServiceAttachment()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PrivateServiceConnectFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withEnabled
public A withEnabled()
-
withNewServiceAttachment
public PrivateServiceConnectFluent.ServiceAttachmentNested<A> withNewServiceAttachment()
-
withNewServiceAttachmentLike
public PrivateServiceConnectFluent.ServiceAttachmentNested<A> withNewServiceAttachmentLike(ServiceAttachment item)
-
withServiceAttachment
public A withServiceAttachment(ServiceAttachment serviceAttachment)
-
-