Package io.fabric8.kubernetes.client
Interface FromServerGettable<T>
-
- All Superinterfaces:
Gettable<T>
- All Known Subinterfaces:
CertificateSigningRequestResource<T>,ExtensibleResource<T>,ListVisitFromServerGetDeleteRecreateWaitApplicable<T>,NamespaceableResource<T>,NamespaceListVisitFromServerGetDeleteRecreateWaitApplicable<T>,PodResource,Resource<T>,RollableScalableResource<T>,ScalableResource<T>,ServiceAccountResource,ServiceResource<T>,V1beta1CertificateSigningRequestResource<T>
- All Known Implementing Classes:
ExtensibleResourceAdapter,ResourceAdapter
public interface FromServerGettable<T> extends Gettable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Gettable<T>fromServer()Deprecated.Gettable.get()will always return the latest resource from the server, there is no need to call fromServer.
-
-
-
Method Detail
-
fromServer
@Deprecated Gettable<T> fromServer()
Deprecated.Gettable.get()will always return the latest resource from the server, there is no need to call fromServer.
-
-