public class CustomResourceSubresourcesFluent<A extends CustomResourceSubresourcesFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CustomResourceSubresourcesFluent.ScaleNested<N> |
class |
CustomResourceSubresourcesFluent.StatusNested<N> |
| Constructor and Description |
|---|
CustomResourceSubresourcesFluent() |
CustomResourceSubresourcesFluent(CustomResourceSubresources instance) |
public CustomResourceSubresourcesFluent()
public CustomResourceSubresourcesFluent(CustomResourceSubresources instance)
protected void copyInstance(CustomResourceSubresources instance)
public CustomResourceSubresourceScale buildScale()
public A withScale(CustomResourceSubresourceScale scale)
public boolean hasScale()
public A withNewScale(String labelSelectorPath, String specReplicasPath, String statusReplicasPath)
public CustomResourceSubresourcesFluent.ScaleNested<A> withNewScale()
public CustomResourceSubresourcesFluent.ScaleNested<A> withNewScaleLike(CustomResourceSubresourceScale item)
public CustomResourceSubresourcesFluent.ScaleNested<A> editScale()
public CustomResourceSubresourcesFluent.ScaleNested<A> editOrNewScale()
public CustomResourceSubresourcesFluent.ScaleNested<A> editOrNewScaleLike(CustomResourceSubresourceScale item)
public CustomResourceSubresourceStatus buildStatus()
public A withStatus(CustomResourceSubresourceStatus status)
public boolean hasStatus()
public CustomResourceSubresourcesFluent.StatusNested<A> withNewStatus()
public CustomResourceSubresourcesFluent.StatusNested<A> withNewStatusLike(CustomResourceSubresourceStatus item)
public CustomResourceSubresourcesFluent.StatusNested<A> editStatus()
public CustomResourceSubresourcesFluent.StatusNested<A> editOrNewStatus()
public CustomResourceSubresourcesFluent.StatusNested<A> editOrNewStatusLike(CustomResourceSubresourceStatus item)
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 CustomResourceSubresourcesFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CustomResourceSubresourcesFluent<A>>Copyright © 2015–2025 Red Hat. All rights reserved.