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 getDescription()
Boolean hasDescription()
@Deprecated A withNewDescription(String arg0)
String getFormat()
Boolean hasFormat()
@Deprecated A withNewFormat(String arg0)
String getJsonPath()
Boolean hasJsonPath()
@Deprecated A withNewJsonPath(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–2021 Red Hat. All rights reserved.