Package io.fabric8.kubernetes.api.model
Interface ListMetaFluent<A extends ListMetaFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
APIServiceListFluent.MetadataNested<N>,BaseKubernetesListFluent.MetadataNested<N>,ComponentStatusListFluent.MetadataNested<N>,ConfigMapListFluent.MetadataNested<N>,EndpointsListFluent.MetadataNested<N>,EventListFluent.MetadataNested<N>,LimitRangeListFluent.MetadataNested<N>,NamespaceListFluent.MetadataNested<N>,NodeListFluent.MetadataNested<N>,PersistentVolumeClaimListFluent.MetadataNested<N>,PersistentVolumeListFluent.MetadataNested<N>,PodListFluent.MetadataNested<N>,PodTemplateListFluent.MetadataNested<N>,ReplicationControllerListFluent.MetadataNested<N>,ResourceQuotaListFluent.MetadataNested<N>,SecretListFluent.MetadataNested<N>,ServiceAccountListFluent.MetadataNested<N>,ServiceListFluent.MetadataNested<N>,StatusFluent.MetadataNested<N>,WatchEventFluent.ListMetaObjectNested<N>
- All Known Implementing Classes:
APIServiceListFluentImpl.MetadataNestedImpl,BaseKubernetesListFluentImpl.MetadataNestedImpl,ComponentStatusListFluentImpl.MetadataNestedImpl,ConfigMapListFluentImpl.MetadataNestedImpl,DoneableListMeta,EndpointsListFluentImpl.MetadataNestedImpl,EventListFluentImpl.MetadataNestedImpl,LimitRangeListFluentImpl.MetadataNestedImpl,ListMetaBuilder,ListMetaFluentImpl,NamespaceListFluentImpl.MetadataNestedImpl,NodeListFluentImpl.MetadataNestedImpl,PersistentVolumeClaimListFluentImpl.MetadataNestedImpl,PersistentVolumeListFluentImpl.MetadataNestedImpl,PodListFluentImpl.MetadataNestedImpl,PodTemplateListFluentImpl.MetadataNestedImpl,ReplicationControllerListFluentImpl.MetadataNestedImpl,ResourceQuotaListFluentImpl.MetadataNestedImpl,SecretListFluentImpl.MetadataNestedImpl,ServiceAccountListFluentImpl.MetadataNestedImpl,ServiceListFluentImpl.MetadataNestedImpl,StatusFluentImpl.MetadataNestedImpl,WatchEventFluentImpl.ListMetaObjectNestedImpl
public interface ListMetaFluent<A extends ListMetaFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetContinue()LonggetRemainingItemCount()StringgetResourceVersion()StringgetSelfLink()BooleanhasContinue()BooleanhasRemainingItemCount()BooleanhasResourceVersion()BooleanhasSelfLink()AwithContinue(String _continue)AwithNewContinue(String arg1)AwithNewContinue(StringBuffer arg1)AwithNewContinue(StringBuilder arg1)AwithNewResourceVersion(String arg1)AwithNewResourceVersion(StringBuffer arg1)AwithNewResourceVersion(StringBuilder arg1)AwithNewSelfLink(String arg1)AwithNewSelfLink(StringBuffer arg1)AwithNewSelfLink(StringBuilder arg1)AwithRemainingItemCount(Long remainingItemCount)AwithResourceVersion(String resourceVersion)AwithSelfLink(String selfLink)
-
Method Details
-
getContinue
String getContinue() -
withContinue
-
hasContinue
Boolean hasContinue() -
withNewContinue
-
withNewContinue
-
withNewContinue
-
getRemainingItemCount
Long getRemainingItemCount() -
withRemainingItemCount
-
hasRemainingItemCount
Boolean hasRemainingItemCount() -
getResourceVersion
String getResourceVersion() -
withResourceVersion
-
hasResourceVersion
Boolean hasResourceVersion() -
withNewResourceVersion
-
withNewResourceVersion
-
withNewResourceVersion
-
getSelfLink
String getSelfLink() -
withSelfLink
-
hasSelfLink
Boolean hasSelfLink() -
withNewSelfLink
-
withNewSelfLink
-
withNewSelfLink
-