Class PlatformStatusFluent<A extends PlatformStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.aws.v1.PlatformStatusFluent<A>
-
- Direct Known Subclasses:
PlatformStatusBuilder,PlatformStatusFluent.AwsNested
public class PlatformStatusFluent<A extends PlatformStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPlatformStatusFluent.PrivateLinkNested<N>
-
Constructor Summary
Constructors Constructor Description PlatformStatusFluent()PlatformStatusFluent(PlatformStatus instance)
-
Method Summary
-
-
-
Constructor Detail
-
PlatformStatusFluent
public PlatformStatusFluent()
-
PlatformStatusFluent
public PlatformStatusFluent(PlatformStatus instance)
-
-
Method Detail
-
buildPrivateLink
public PrivateLinkAccessStatus buildPrivateLink()
-
copyInstance
protected void copyInstance(PlatformStatus instance)
-
editOrNewPrivateLink
public PlatformStatusFluent.PrivateLinkNested<A> editOrNewPrivateLink()
-
editOrNewPrivateLinkLike
public PlatformStatusFluent.PrivateLinkNested<A> editOrNewPrivateLinkLike(PrivateLinkAccessStatus item)
-
editPrivateLink
public PlatformStatusFluent.PrivateLinkNested<A> editPrivateLink()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PlatformStatusFluent<A>>
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasPrivateLink
public boolean hasPrivateLink()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PlatformStatusFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withNewPrivateLink
public PlatformStatusFluent.PrivateLinkNested<A> withNewPrivateLink()
-
withNewPrivateLinkLike
public PlatformStatusFluent.PrivateLinkNested<A> withNewPrivateLinkLike(PrivateLinkAccessStatus item)
-
withPrivateLink
public A withPrivateLink(PrivateLinkAccessStatus privateLink)
-
-