Interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1CustomResourceDefinitionVersionFluent.AdditionalPrinterColumnsNested<N>
- All Known Implementing Classes:
V1CustomResourceColumnDefinitionBuilder
,V1CustomResourceColumnDefinitionFluentImpl
public interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
extends Fluent<A>
Generated
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
getType()
hasName()
hasType()
withDescription
(String description) withFormat
(String format) withJsonPath
(String jsonPath) withPriority
(Integer priority)
-
Method Details
-
getDescription
String getDescription() -
withDescription
-
hasDescription
Boolean hasDescription() -
getFormat
String getFormat() -
withFormat
-
hasFormat
Boolean hasFormat() -
getJsonPath
String getJsonPath() -
withJsonPath
-
hasJsonPath
Boolean hasJsonPath() -
getName
String getName() -
withName
-
hasName
Boolean hasName() -
getPriority
Integer getPriority() -
withPriority
-
hasPriority
Boolean hasPriority() -
getType
String getType() -
withType
-
hasType
Boolean hasType()
-