Uses of Class
org.qubership.integration.platform.variables.management.kubernetes.KubeApiException
Packages that use KubeApiException
-
Uses of KubeApiException in org.qubership.integration.platform.variables.management.kubernetes
Subclasses of KubeApiException in org.qubership.integration.platform.variables.management.kubernetesMethods in org.qubership.integration.platform.variables.management.kubernetes that throw KubeApiExceptionModifier and TypeMethodDescriptionKubeOperator.getSecretByName(String name, boolean failIfNotExist) booleanKubeOperator.secretExists(String name) voidKubeOperator.setSecretByName(String name, org.apache.commons.lang3.tuple.Pair<String, String> label, Map<String, String> data, boolean failIfExists)