public class CloudEventDeliveryFluent<A extends CloudEventDeliveryFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CloudEventDeliveryFluent.StatusNested<N> |
| Constructor and Description |
|---|
CloudEventDeliveryFluent() |
CloudEventDeliveryFluent(CloudEventDelivery instance) |
public CloudEventDeliveryFluent()
public CloudEventDeliveryFluent(CloudEventDelivery instance)
protected void copyInstance(CloudEventDelivery instance)
public CloudEventDeliveryState buildStatus()
public A withStatus(CloudEventDeliveryState status)
public boolean hasStatus()
public A withNewStatus(String condition, String message, Integer retryCount, String sentAt)
public CloudEventDeliveryFluent.StatusNested<A> withNewStatus()
public CloudEventDeliveryFluent.StatusNested<A> withNewStatusLike(CloudEventDeliveryState item)
public CloudEventDeliveryFluent.StatusNested<A> editStatus()
public CloudEventDeliveryFluent.StatusNested<A> editOrNewStatus()
public CloudEventDeliveryFluent.StatusNested<A> editOrNewStatusLike(CloudEventDeliveryState item)
public String getTarget()
public boolean hasTarget()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CloudEventDeliveryFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CloudEventDeliveryFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.