Interface V1CustomResourceDefinitionNamesFluent<A extends V1CustomResourceDefinitionNamesFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1CustomResourceDefinitionSpecFluent.NamesNested<N>,V1CustomResourceDefinitionStatusFluent.AcceptedNamesNested<N>
- All Known Implementing Classes:
V1CustomResourceDefinitionNamesBuilder,V1CustomResourceDefinitionNamesFluentImpl
public interface V1CustomResourceDefinitionNamesFluent<A extends V1CustomResourceDefinitionNamesFluent<A>>
extends Fluent<A>
Generated
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToCategories(Collection<String> items) addAllToShortNames(Collection<String> items) addToCategories(Integer index, String item) addToCategories(String... items) addToShortNames(Integer index, String item) addToShortNames(String... items) getCategory(Integer index) getKind()getMatchingCategory(Predicate<String> predicate) getMatchingShortName(Predicate<String> predicate) getShortName(Integer index) hasKind()hasMatchingCategory(Predicate<String> predicate) hasMatchingShortName(Predicate<String> predicate) removeAllFromCategories(Collection<String> items) removeAllFromShortNames(Collection<String> items) removeFromCategories(String... items) removeFromShortNames(String... items) setToCategories(Integer index, String item) setToShortNames(Integer index, String item) withCategories(String... categories) withCategories(List<String> categories) withListKind(String listKind) withPlural(String plural) withShortNames(String... shortNames) withShortNames(List<String> shortNames) withSingular(String singular)
-
Method Details
-
addToCategories
-
setToCategories
-
addToCategories
-
addAllToCategories
-
removeFromCategories
-
removeAllFromCategories
-
getCategories
-
getCategory
-
getFirstCategory
String getFirstCategory() -
getLastCategory
String getLastCategory() -
getMatchingCategory
-
hasMatchingCategory
-
withCategories
-
withCategories
-
hasCategories
Boolean hasCategories() -
getKind
String getKind() -
withKind
-
hasKind
Boolean hasKind() -
getListKind
String getListKind() -
withListKind
-
hasListKind
Boolean hasListKind() -
getPlural
String getPlural() -
withPlural
-
hasPlural
Boolean hasPlural() -
addToShortNames
-
setToShortNames
-
addToShortNames
-
addAllToShortNames
-
removeFromShortNames
-
removeAllFromShortNames
-
getShortNames
-
getShortName
-
getFirstShortName
String getFirstShortName() -
getLastShortName
String getLastShortName() -
getMatchingShortName
-
hasMatchingShortName
-
withShortNames
-
withShortNames
-
hasShortNames
Boolean hasShortNames() -
getSingular
String getSingular() -
withSingular
-
hasSingular
Boolean hasSingular()
-