public class HelmAppReleaseFluentImpl<A extends HelmAppReleaseFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HelmAppReleaseFluent<A>
| Constructor and Description |
|---|
HelmAppReleaseFluentImpl() |
HelmAppReleaseFluentImpl(HelmAppRelease instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getManifest() |
String |
getName() |
int |
hashCode() |
Boolean |
hasManifest() |
Boolean |
hasName() |
A |
withManifest(String manifest) |
A |
withName(String name) |
A |
withNewManifest(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
public HelmAppReleaseFluentImpl()
public HelmAppReleaseFluentImpl(HelmAppRelease instance)
public String getManifest()
getManifest in interface HelmAppReleaseFluent<A extends HelmAppReleaseFluent<A>>public A withManifest(String manifest)
withManifest in interface HelmAppReleaseFluent<A extends HelmAppReleaseFluent<A>>public Boolean hasManifest()
hasManifest in interface HelmAppReleaseFluent<A extends HelmAppReleaseFluent<A>>@Deprecated public A withNewManifest(String arg0)
withNewManifest in interface HelmAppReleaseFluent<A extends HelmAppReleaseFluent<A>>public String getName()
getName in interface HelmAppReleaseFluent<A extends HelmAppReleaseFluent<A>>public A withName(String name)
withName in interface HelmAppReleaseFluent<A extends HelmAppReleaseFluent<A>>public Boolean hasName()
hasName in interface HelmAppReleaseFluent<A extends HelmAppReleaseFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface HelmAppReleaseFluent<A extends HelmAppReleaseFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.