Uses of Class
com.oracle.bedrock.runtime.k8s.Pod
-
Packages that use Pod Package Description com.oracle.bedrock.runtime.k8s -
-
Uses of Pod in com.oracle.bedrock.runtime.k8s
Subclasses of Pod in com.oracle.bedrock.runtime.k8s Modifier and Type Class Description classPodContainerA representation of a Kubernetes Pod container.Methods in com.oracle.bedrock.runtime.k8s that return Pod Modifier and Type Method Description PodK8sCluster. getPod(String podName)Obtain thePodwith the specified name.PodK8sCluster. getPod(String namespace, String podName)Obtain thePodwith the specified name.
-