Class PlatformFluent<A extends PlatformFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.ibmcloud.v1.PlatformFluent<A>
-
- Direct Known Subclasses:
PlatformBuilder,PlatformFluent.IbmcloudNested
public class PlatformFluent<A extends PlatformFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPlatformFluent.CredentialsSecretRefNested<N>
-
Constructor Summary
Constructors Constructor Description PlatformFluent()PlatformFluent(Platform instance)
-
Method Summary
-
-
-
Constructor Detail
-
PlatformFluent
public PlatformFluent()
-
PlatformFluent
public PlatformFluent(Platform instance)
-
-
Method Detail
-
buildCredentialsSecretRef
public io.fabric8.kubernetes.api.model.LocalObjectReference buildCredentialsSecretRef()
-
copyInstance
protected void copyInstance(Platform instance)
-
editCredentialsSecretRef
public PlatformFluent.CredentialsSecretRefNested<A> editCredentialsSecretRef()
-
editOrNewCredentialsSecretRef
public PlatformFluent.CredentialsSecretRefNested<A> editOrNewCredentialsSecretRef()
-
editOrNewCredentialsSecretRefLike
public PlatformFluent.CredentialsSecretRefNested<A> editOrNewCredentialsSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PlatformFluent<A>>
-
getAccountID
public String getAccountID()
-
getCisInstanceCRN
public String getCisInstanceCRN()
-
getRegion
public String getRegion()
-
hasAccountID
public boolean hasAccountID()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasCisInstanceCRN
public boolean hasCisInstanceCRN()
-
hasCredentialsSecretRef
public boolean hasCredentialsSecretRef()
-
hasRegion
public boolean hasRegion()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PlatformFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withCredentialsSecretRef
public A withCredentialsSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef)
-
withNewCredentialsSecretRef
public PlatformFluent.CredentialsSecretRefNested<A> withNewCredentialsSecretRef()
-
withNewCredentialsSecretRefLike
public PlatformFluent.CredentialsSecretRefNested<A> withNewCredentialsSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
-
-