Package io.fabric8.kubernetes.client.dsl
Interface Gettable<T>
-
- All Known Subinterfaces:
CertificateSigningRequestResource<T>,ExtensibleResource<T>,FromServerGettable<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 Gettable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()Get the current state from the api server.
-
-
-
Method Detail
-
get
T get()
Get the current state from the api server. See alsoResource.item()- Returns:
- the item or null if the item doesn't exist.
- Throws:
KubernetesClientException- if an error occurs
-
-