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()
String getKind()
Boolean hasKind()
String getName()
Boolean hasName()
Boolean isNamespaced()
Boolean hasNamespaced()
A withNewNamespaced(boolean arg1)
A addAllToShortNames(Collection<String> items)
A removeAllFromShortNames(Collection<String> items)
String getShortName(int index)
String getFirstShortName()
String getLastShortName()
Boolean hasShortNames()
String getSingularName()
Boolean hasSingularName()
A addAllToVerbs(Collection<String> items)
A removeAllFromVerbs(Collection<String> items)
String getVerb(int index)
String getFirstVerb()
String getLastVerb()
Boolean hasVerbs()
String getVersion()
Boolean hasVersion()
Copyright © 2019. All rights reserved.