Uses of Class
io.fabric8.kubernetes.api.model.PodList
-
Packages that use PodList Package Description io.fabric8.kubernetes.api.model -
-
Uses of PodList in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return PodList Modifier and Type Method Description PodListPodListBuilder. build()PodListKubeSchemaFluent. buildPodList()PodListKubeSchemaFluentImpl. buildPodList()PodListKubeSchema. getPodList()PodListKubeSchemaFluent. getPodList()Deprecated.PodListKubeSchemaFluentImpl. getPodList()Deprecated.Methods in io.fabric8.kubernetes.api.model with parameters of type PodList Modifier and Type Method Description KubeSchemaFluent.PodListNested<A>KubeSchemaFluent. editOrNewPodListLike(PodList item)KubeSchemaFluent.PodListNested<A>KubeSchemaFluentImpl. editOrNewPodListLike(PodList item)voidKubeSchema. setPodList(PodList podList)KubeSchemaFluent.PodListNested<A>KubeSchemaFluent. withNewPodListLike(PodList item)KubeSchemaFluent.PodListNested<A>KubeSchemaFluentImpl. withNewPodListLike(PodList item)WatchEventFluent.PodListObjectNested<A>WatchEventFluent. withNewPodListObjectLike(PodList item)WatchEventFluent.PodListObjectNested<A>WatchEventFluentImpl. withNewPodListObjectLike(PodList item)AKubeSchemaFluent. withPodList(PodList podList)AKubeSchemaFluentImpl. withPodList(PodList podList)AWatchEventFluent. withPodListObject(PodList podListObject)AWatchEventFluentImpl. withPodListObject(PodList podListObject)Constructors in io.fabric8.kubernetes.api.model with parameters of type PodList Constructor Description KubeSchema(APIGroup aPIGroup, APIGroupList aPIGroupList, APIService aPIService, APIServiceList aPIServiceList, BaseKubernetesList baseKubernetesList, Binding binding, ComponentStatus componentStatus, ComponentStatusList componentStatusList, Condition condition, Config config, ConfigMap configMap, ConfigMapList configMapList, ContainerStatus containerStatus, CreateOptions createOptions, DeleteOptions deleteOptions, EndpointPort endpointPort, Endpoints endpoints, EndpointsList endpointsList, EnvVar envVar, Event event, EventList eventList, EventSeries eventSeries, EventSource eventSource, GetOptions getOptions, GroupVersionKind groupVersionKind, GroupVersionResource groupVersionResource, Info info, LimitRangeList limitRangeList, ListOptions listOptions, MicroTime microTime, Namespace namespace, NamespaceList namespaceList, Node node, NodeList nodeList, ObjectMeta objectMeta, Patch patch, PatchOptions patchOptions, PersistentVolume persistentVolume, PersistentVolumeClaim persistentVolumeClaim, PersistentVolumeClaimList persistentVolumeClaimList, PersistentVolumeList persistentVolumeList, PodExecOptions podExecOptions, PodList podList, PodTemplateList podTemplateList, Quantity quantity, ReplicationControllerList replicationControllerList, ResourceQuota resourceQuota, ResourceQuotaList resourceQuotaList, RootPaths rootPaths, Secret secret, SecretList secretList, ServiceAccount serviceAccount, ServiceAccountList serviceAccountList, ServiceList serviceList, Status status, String time, Toleration toleration, TopologySelectorTerm topologySelectorTerm, TypeMeta typeMeta, UpdateOptions updateOptions, WatchEvent watchEvent)PodListBuilder(PodList instance)PodListBuilder(PodListFluent<?> fluent, PodList instance)PodListBuilder(PodListFluent<?> fluent, PodList instance, Boolean validationEnabled)PodListBuilder(PodList instance, Boolean validationEnabled)PodListFluentImpl(PodList instance)
-