public class PackageChannelFluentImpl<A extends PackageChannelFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PackageChannelFluent<A>
| Constructor and Description |
|---|
PackageChannelFluentImpl() |
PackageChannelFluentImpl(PackageChannel instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCurrentCSV() |
String |
getName() |
Boolean |
hasCurrentCSV() |
int |
hashCode() |
Boolean |
hasName() |
A |
withCurrentCSV(String currentCSV) |
A |
withName(String name) |
A |
withNewCurrentCSV(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
public PackageChannelFluentImpl()
public PackageChannelFluentImpl(PackageChannel instance)
public String getCurrentCSV()
getCurrentCSV in interface PackageChannelFluent<A extends PackageChannelFluent<A>>public A withCurrentCSV(String currentCSV)
withCurrentCSV in interface PackageChannelFluent<A extends PackageChannelFluent<A>>public Boolean hasCurrentCSV()
hasCurrentCSV in interface PackageChannelFluent<A extends PackageChannelFluent<A>>@Deprecated public A withNewCurrentCSV(String arg0)
withNewCurrentCSV in interface PackageChannelFluent<A extends PackageChannelFluent<A>>public String getName()
getName in interface PackageChannelFluent<A extends PackageChannelFluent<A>>public A withName(String name)
withName in interface PackageChannelFluent<A extends PackageChannelFluent<A>>public Boolean hasName()
hasName in interface PackageChannelFluent<A extends PackageChannelFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface PackageChannelFluent<A extends PackageChannelFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.