Interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1APIResourceListFluent.ResourcesNested<N>
- All Known Implementing Classes:
V1APIResourceBuilder,V1APIResourceFluentImpl
Generated
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToCategories(Collection<String> items) addAllToShortNames(Collection<String> items) addAllToVerbs(Collection<String> items) addToCategories(Integer index, String item) addToCategories(String... items) addToShortNames(Integer index, String item) addToShortNames(String... items) addToVerbs(Integer index, String item) addToVerbs(String... items) getCategory(Integer index) getGroup()getKind()getMatchingCategory(Predicate<String> predicate) getMatchingShortName(Predicate<String> predicate) getMatchingVerb(Predicate<String> predicate) getName()getShortName(Integer index) getVerbs()hasGroup()hasKind()hasMatchingCategory(Predicate<String> predicate) hasMatchingShortName(Predicate<String> predicate) hasMatchingVerb(Predicate<String> predicate) hasName()hasVerbs()removeAllFromCategories(Collection<String> items) removeAllFromShortNames(Collection<String> items) removeAllFromVerbs(Collection<String> items) removeFromCategories(String... items) removeFromShortNames(String... items) removeFromVerbs(String... items) setToCategories(Integer index, String item) setToShortNames(Integer index, String item) setToVerbs(Integer index, String item) withCategories(String... categories) withCategories(List<String> categories) withNamespaced(Boolean namespaced) withShortNames(String... shortNames) withShortNames(List<String> shortNames) withSingularName(String singularName) withStorageVersionHash(String storageVersionHash) withVersion(String version)
-
Method Details
-
addToCategories
-
setToCategories
-
addToCategories
-
addAllToCategories
-
removeFromCategories
-
removeAllFromCategories
-
getCategories
-
getCategory
-
getFirstCategory
String getFirstCategory() -
getLastCategory
String getLastCategory() -
getMatchingCategory
-
hasMatchingCategory
-
withCategories
-
withCategories
-
hasCategories
Boolean hasCategories() -
getGroup
String getGroup() -
withGroup
-
hasGroup
Boolean hasGroup() -
getKind
String getKind() -
withKind
-
hasKind
Boolean hasKind() -
getName
String getName() -
withName
-
hasName
Boolean hasName() -
getNamespaced
Boolean getNamespaced() -
withNamespaced
-
hasNamespaced
Boolean hasNamespaced() -
addToShortNames
-
setToShortNames
-
addToShortNames
-
addAllToShortNames
-
removeFromShortNames
-
removeAllFromShortNames
-
getShortNames
-
getShortName
-
getFirstShortName
String getFirstShortName() -
getLastShortName
String getLastShortName() -
getMatchingShortName
-
hasMatchingShortName
-
withShortNames
-
withShortNames
-
hasShortNames
Boolean hasShortNames() -
getSingularName
String getSingularName() -
withSingularName
-
hasSingularName
Boolean hasSingularName() -
getStorageVersionHash
String getStorageVersionHash() -
withStorageVersionHash
-
hasStorageVersionHash
Boolean hasStorageVersionHash() -
addToVerbs
-
setToVerbs
-
addToVerbs
-
addAllToVerbs
-
removeFromVerbs
-
removeAllFromVerbs
-
getVerbs
-
getVerb
-
getFirstVerb
String getFirstVerb() -
getLastVerb
String getLastVerb() -
getMatchingVerb
-
hasMatchingVerb
-
withVerbs
-
withVerbs
-
hasVerbs
Boolean hasVerbs() -
getVersion
String getVersion() -
withVersion
-
hasVersion
Boolean hasVersion() -
withNamespaced
A withNamespaced()
-