Uses of Class
dev.galasa.kubernetes.KubernetesManagerException
Packages that use KubernetesManagerException
-
Uses of KubernetesManagerException in dev.galasa.kubernetes
Methods in dev.galasa.kubernetes that throw KubernetesManagerExceptionModifier and TypeMethodDescription@NotNull IResource
IKubernetesNamespace.createResource
(@NotNull String yaml) Create a Resource in Kubernetes.IReplicaSet.getPodLogs
(String container) @NotNull InetSocketAddress
IService.getSocketAddressForPort
(int port) Retrieve a Socket Address of a service NodePort which you can use to access the port from outside the cluster.void
IResource.refresh()
refresh the raw YAML that is provided by getYaml()void
IKubernetesNamespace.saveNamespaceConfiguration()
Save all the supported resources to stored artifacts in the default folder, along with pod logsvoid
IKubernetesNamespace.saveNamespaceConfiguration
(String storedArtifactPath) Save all the supported resources to stored artifacts in the default folder, along with pod logs