public interface PackageChannelFluent<A extends PackageChannelFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentCSV() |
String |
getName() |
Boolean |
hasCurrentCSV() |
Boolean |
hasName() |
A |
withCurrentCSV(String currentCSV) |
A |
withName(String name) |
A |
withNewCurrentCSV(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
String getCurrentCSV()
Boolean hasCurrentCSV()
@Deprecated A withNewCurrentCSV(String arg0)
String getName()
Boolean hasName()
@Deprecated A withNewName(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.