public class ContainerStatusFluentImpl<A extends ContainerStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ContainerStatusFluent<A>
| Constructor and Description |
|---|
ContainerStatusFluentImpl() |
ContainerStatusFluentImpl(ContainerStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getImageDigest() |
String |
getName() |
int |
hashCode() |
Boolean |
hasImageDigest() |
Boolean |
hasName() |
String |
toString() |
A |
withImageDigest(String imageDigest) |
A |
withName(String name) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ContainerStatusFluentImpl()
public ContainerStatusFluentImpl(ContainerStatus instance)
public String getImageDigest()
getImageDigest in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public A withImageDigest(String imageDigest)
withImageDigest in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public Boolean hasImageDigest()
hasImageDigest in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public String getName()
getName in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public A withName(String name)
withName in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public Boolean hasName()
hasName in interface ContainerStatusFluent<A extends ContainerStatusFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ContainerStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ContainerStatusFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.