Uses of Class
com.oracle.bedrock.runtime.k8s.K8sCluster
-
Packages that use K8sCluster Package Description com.oracle.bedrock.runtime.k8s -
-
Uses of K8sCluster in com.oracle.bedrock.runtime.k8s
Classes in com.oracle.bedrock.runtime.k8s with type parameters of type K8sCluster Modifier and Type Class Description classK8sCluster<K extends K8sCluster>A representation of a Kubernetes cluster.classK8sRule<K extends K8sCluster>A JUnitExternalResourcethat runs a LinuxKit Kubernetes clusterMethods in com.oracle.bedrock.runtime.k8s that return K8sCluster Modifier and Type Method Description K8sClusterK8sRule. getCluster()Obtain the k8s cluster.K8sClusterPod. getK8sCluster()Obtain theK8sClustercontaining thisPodConstructors in com.oracle.bedrock.runtime.k8s with parameters of type K8sCluster Constructor Description K8sRule(K8sCluster cluster)Create a K8s rule.Pod(K8sCluster k8s, String podName)Create aPodin the default namespace.Pod(K8sCluster k8s, String podName, String namespace)Create aPod.PodContainer(K8sCluster k8s, String podName, String containerName)Create aPodContainerin a Pod in the default namespace.PodContainer(K8sCluster k8s, String podName, String containerName, String namespace)Create aPodContainer.
-