public interface CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getFormat() |
String |
getJSONPath() |
String |
getName() |
Integer |
getPriority() |
String |
getType() |
Boolean |
hasDescription() |
Boolean |
hasFormat() |
Boolean |
hasJSONPath() |
Boolean |
hasName() |
Boolean |
hasPriority() |
Boolean |
hasType() |
A |
withDescription(String description) |
A |
withFormat(String format) |
A |
withJSONPath(String jSONPath) |
A |
withName(String name) |
A |
withNewDescription(String arg0)
Deprecated.
|
A |
withNewFormat(String arg0)
Deprecated.
|
A |
withNewJSONPath(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewType(String arg0)
Deprecated.
|
A |
withPriority(Integer priority) |
A |
withType(String type) |
String getJSONPath()
Boolean hasJSONPath()
@Deprecated A withNewJSONPath(String arg0)
String getDescription()
Boolean hasDescription()
@Deprecated A withNewDescription(String arg0)
String getFormat()
Boolean hasFormat()
@Deprecated A withNewFormat(String arg0)
String getName()
Boolean hasName()
@Deprecated A withNewName(String arg0)
Integer getPriority()
Boolean hasPriority()
String getType()
Boolean hasType()
@Deprecated A withNewType(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.