public class ResourceFieldRefFluent<A extends ResourceFieldRefFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ResourceFieldRefFluent() |
ResourceFieldRefFluent(ResourceFieldRef instance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyInstance(ResourceFieldRef instance) |
boolean |
equals(Object o) |
String |
getContainerName() |
String |
getDivisor() |
String |
getResource() |
boolean |
hasContainerName() |
boolean |
hasDivisor() |
int |
hashCode() |
boolean |
hasResource() |
String |
toString() |
A |
withContainerName(String containerName) |
A |
withDivisor(String divisor) |
A |
withResource(String resource) |
public ResourceFieldRefFluent()
public ResourceFieldRefFluent(ResourceFieldRef instance)
protected void copyInstance(ResourceFieldRef instance)
public String getContainerName()
public boolean hasContainerName()
public String getDivisor()
public boolean hasDivisor()
public String getResource()
public boolean hasResource()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ResourceFieldRefFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ResourceFieldRefFluent<A>>Copyright © 2018–2024 Red Hat. All rights reserved.