public interface ParamSpecFluent<A extends ParamSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getDefault() |
String |
getDescription() |
String |
getName() |
Boolean |
hasDefault() |
Boolean |
hasDescription() |
Boolean |
hasName() |
A |
withDefault(String _default) |
A |
withDescription(String description) |
A |
withName(String name) |
A |
withNewDefault(String arg0)
Deprecated.
|
A |
withNewDescription(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
String getDefault()
Boolean hasDefault()
@Deprecated A withNewDefault(String arg0)
String getDescription()
Boolean hasDescription()
@Deprecated A withNewDescription(String arg0)
String getName()
Boolean hasName()
@Deprecated A withNewName(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.