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,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
All Methods Instance Methods Abstract Methods 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 Detail
-
getContinue
String getContinue()
-
hasContinue
Boolean hasContinue()
-
withNewContinue
A withNewContinue(StringBuilder arg1)
-
withNewContinue
A withNewContinue(StringBuffer arg1)
-
getRemainingItemCount
Long getRemainingItemCount()
-
hasRemainingItemCount
Boolean hasRemainingItemCount()
-
getResourceVersion
String getResourceVersion()
-
hasResourceVersion
Boolean hasResourceVersion()
-
withNewResourceVersion
A withNewResourceVersion(StringBuilder arg1)
-
withNewResourceVersion
A withNewResourceVersion(StringBuffer arg1)
-
getSelfLink
String getSelfLink()
-
hasSelfLink
Boolean hasSelfLink()
-
withNewSelfLink
A withNewSelfLink(StringBuilder arg1)
-
withNewSelfLink
A withNewSelfLink(StringBuffer arg1)
-
-