public interface ArtifactFluent<A extends ArtifactFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getChecksum() |
String |
getId() |
String |
getLocation() |
String |
getTarget() |
Boolean |
hasChecksum() |
Boolean |
hasId() |
Boolean |
hasLocation() |
Boolean |
hasTarget() |
A |
withChecksum(String checksum) |
A |
withId(String id) |
A |
withLocation(String location) |
A |
withTarget(String target) |
Copyright © 2015–2023 Red Hat. All rights reserved.