Package io.fabric8.kubernetes.api.model
Class APIResourceFluent<A extends APIResourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.APIResourceFluent<A>
-
- Direct Known Subclasses:
APIResourceBuilder
,APIResourceListFluent.ResourcesNested
public class APIResourceFluent<A extends APIResourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Constructor Summary
Constructors Constructor Description APIResourceFluent()
APIResourceFluent(APIResource instance)
-
Method Summary
-
-
-
Constructor Detail
-
APIResourceFluent
public APIResourceFluent()
-
APIResourceFluent
public APIResourceFluent(APIResource instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(APIResource instance)
-
addAllToCategories
public A addAllToCategories(Collection<String> items)
-
removeAllFromCategories
public A removeAllFromCategories(Collection<String> items)
-
getCategory
public String getCategory(int index)
-
getFirstCategory
public String getFirstCategory()
-
getLastCategory
public String getLastCategory()
-
hasCategories
public boolean hasCategories()
-
getGroup
public String getGroup()
-
hasGroup
public boolean hasGroup()
-
getKind
public String getKind()
-
hasKind
public boolean hasKind()
-
getName
public String getName()
-
hasName
public boolean hasName()
-
getNamespaced
public Boolean getNamespaced()
-
hasNamespaced
public boolean hasNamespaced()
-
addAllToShortNames
public A addAllToShortNames(Collection<String> items)
-
removeAllFromShortNames
public A removeAllFromShortNames(Collection<String> items)
-
getShortName
public String getShortName(int index)
-
getFirstShortName
public String getFirstShortName()
-
getLastShortName
public String getLastShortName()
-
hasShortNames
public boolean hasShortNames()
-
getSingularName
public String getSingularName()
-
hasSingularName
public boolean hasSingularName()
-
getStorageVersionHash
public String getStorageVersionHash()
-
hasStorageVersionHash
public boolean hasStorageVersionHash()
-
addAllToVerbs
public A addAllToVerbs(Collection<String> items)
-
removeAllFromVerbs
public A removeAllFromVerbs(Collection<String> items)
-
getVerb
public String getVerb(int index)
-
getFirstVerb
public String getFirstVerb()
-
getLastVerb
public String getLastVerb()
-
hasVerbs
public boolean hasVerbs()
-
getVersion
public String getVersion()
-
hasVersion
public boolean hasVersion()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends APIResourceFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends APIResourceFluent<A>>
-
withNamespaced
public A withNamespaced()
-
-