Class GCPPrivateServiceConnectConfigFluent<A extends GCPPrivateServiceConnectConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.GCPPrivateServiceConnectConfigFluent<A>
-
- Direct Known Subclasses:
GCPPrivateServiceConnectConfigBuilder,PrivateLinkConfigFluent.GcpNested
public class GCPPrivateServiceConnectConfigFluent<A extends GCPPrivateServiceConnectConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classGCPPrivateServiceConnectConfigFluent.CredentialsSecretRefNested<N>classGCPPrivateServiceConnectConfigFluent.EndpointVPCInventoryNested<N>
-
Constructor Summary
Constructors Constructor Description GCPPrivateServiceConnectConfigFluent()GCPPrivateServiceConnectConfigFluent(GCPPrivateServiceConnectConfig instance)
-
Method Summary
-
-
-
Constructor Detail
-
GCPPrivateServiceConnectConfigFluent
public GCPPrivateServiceConnectConfigFluent()
-
GCPPrivateServiceConnectConfigFluent
public GCPPrivateServiceConnectConfigFluent(GCPPrivateServiceConnectConfig instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(GCPPrivateServiceConnectConfig instance)
-
buildCredentialsSecretRef
public io.fabric8.kubernetes.api.model.LocalObjectReference buildCredentialsSecretRef()
-
withCredentialsSecretRef
public A withCredentialsSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef)
-
hasCredentialsSecretRef
public boolean hasCredentialsSecretRef()
-
withNewCredentialsSecretRef
public GCPPrivateServiceConnectConfigFluent.CredentialsSecretRefNested<A> withNewCredentialsSecretRef()
-
withNewCredentialsSecretRefLike
public GCPPrivateServiceConnectConfigFluent.CredentialsSecretRefNested<A> withNewCredentialsSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
-
editCredentialsSecretRef
public GCPPrivateServiceConnectConfigFluent.CredentialsSecretRefNested<A> editCredentialsSecretRef()
-
editOrNewCredentialsSecretRef
public GCPPrivateServiceConnectConfigFluent.CredentialsSecretRefNested<A> editOrNewCredentialsSecretRef()
-
editOrNewCredentialsSecretRefLike
public GCPPrivateServiceConnectConfigFluent.CredentialsSecretRefNested<A> editOrNewCredentialsSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
-
addToEndpointVPCInventory
public A addToEndpointVPCInventory(int index, GCPPrivateServiceConnectInventory item)
-
setToEndpointVPCInventory
public A setToEndpointVPCInventory(int index, GCPPrivateServiceConnectInventory item)
-
addToEndpointVPCInventory
public A addToEndpointVPCInventory(GCPPrivateServiceConnectInventory... items)
-
addAllToEndpointVPCInventory
public A addAllToEndpointVPCInventory(Collection<GCPPrivateServiceConnectInventory> items)
-
removeFromEndpointVPCInventory
public A removeFromEndpointVPCInventory(GCPPrivateServiceConnectInventory... items)
-
removeAllFromEndpointVPCInventory
public A removeAllFromEndpointVPCInventory(Collection<GCPPrivateServiceConnectInventory> items)
-
removeMatchingFromEndpointVPCInventory
public A removeMatchingFromEndpointVPCInventory(Predicate<GCPPrivateServiceConnectInventoryBuilder> predicate)
-
buildEndpointVPCInventory
public List<GCPPrivateServiceConnectInventory> buildEndpointVPCInventory()
-
buildEndpointVPCInventory
public GCPPrivateServiceConnectInventory buildEndpointVPCInventory(int index)
-
buildFirstEndpointVPCInventory
public GCPPrivateServiceConnectInventory buildFirstEndpointVPCInventory()
-
buildLastEndpointVPCInventory
public GCPPrivateServiceConnectInventory buildLastEndpointVPCInventory()
-
buildMatchingEndpointVPCInventory
public GCPPrivateServiceConnectInventory buildMatchingEndpointVPCInventory(Predicate<GCPPrivateServiceConnectInventoryBuilder> predicate)
-
hasMatchingEndpointVPCInventory
public boolean hasMatchingEndpointVPCInventory(Predicate<GCPPrivateServiceConnectInventoryBuilder> predicate)
-
withEndpointVPCInventory
public A withEndpointVPCInventory(List<GCPPrivateServiceConnectInventory> endpointVPCInventory)
-
withEndpointVPCInventory
public A withEndpointVPCInventory(GCPPrivateServiceConnectInventory... endpointVPCInventory)
-
hasEndpointVPCInventory
public boolean hasEndpointVPCInventory()
-
addNewEndpointVPCInventory
public GCPPrivateServiceConnectConfigFluent.EndpointVPCInventoryNested<A> addNewEndpointVPCInventory()
-
addNewEndpointVPCInventoryLike
public GCPPrivateServiceConnectConfigFluent.EndpointVPCInventoryNested<A> addNewEndpointVPCInventoryLike(GCPPrivateServiceConnectInventory item)
-
setNewEndpointVPCInventoryLike
public GCPPrivateServiceConnectConfigFluent.EndpointVPCInventoryNested<A> setNewEndpointVPCInventoryLike(int index, GCPPrivateServiceConnectInventory item)
-
editEndpointVPCInventory
public GCPPrivateServiceConnectConfigFluent.EndpointVPCInventoryNested<A> editEndpointVPCInventory(int index)
-
editFirstEndpointVPCInventory
public GCPPrivateServiceConnectConfigFluent.EndpointVPCInventoryNested<A> editFirstEndpointVPCInventory()
-
editLastEndpointVPCInventory
public GCPPrivateServiceConnectConfigFluent.EndpointVPCInventoryNested<A> editLastEndpointVPCInventory()
-
editMatchingEndpointVPCInventory
public GCPPrivateServiceConnectConfigFluent.EndpointVPCInventoryNested<A> editMatchingEndpointVPCInventory(Predicate<GCPPrivateServiceConnectInventoryBuilder> predicate)
-
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 GCPPrivateServiceConnectConfigFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GCPPrivateServiceConnectConfigFluent<A>>
-
-