public interface V1APIResourceFluent<A extends V1APIResourceFluent<A>> extends Fluent<A>
A addAllToCategories(Collection<String> items)
A removeAllFromCategories(Collection<String> items)
String getCategory(int index)
String getFirstCategory()
String getLastCategory()
Boolean hasCategories()
String getGroup()
Boolean hasGroup()
@Deprecated A withNewGroup(String original)
String getKind()
Boolean hasKind()
@Deprecated A withNewKind(String original)
String getName()
Boolean hasName()
@Deprecated A withNewName(String original)
Boolean getNamespaced()
Boolean hasNamespaced()
A addAllToShortNames(Collection<String> items)
A removeAllFromShortNames(Collection<String> items)
String getShortName(int index)
String getFirstShortName()
String getLastShortName()
Boolean hasShortNames()
String getSingularName()
Boolean hasSingularName()
@Deprecated A withNewSingularName(String original)
String getStorageVersionHash()
Boolean hasStorageVersionHash()
@Deprecated A withNewStorageVersionHash(String original)
A addAllToVerbs(Collection<String> items)
A removeAllFromVerbs(Collection<String> items)
String getVerb(int index)
String getFirstVerb()
String getLastVerb()
Boolean hasVerbs()
String getVersion()
Boolean hasVersion()
@Deprecated A withNewVersion(String original)
Copyright © 2022. All rights reserved.