MCPcopy Index your code
hub / github.com/kubernetes-client/python / ResourceNotUniqueError

Class ResourceNotUniqueError

kubernetes/base/dynamic/exceptions.py:80–81  ·  view source on GitHub ↗

Parameters given matched multiple API resources

Source from the content-addressed store, hash-verified

78class ResourceNotFoundError(Exception):
79 """ Resource was not found in available APIs """
80class ResourceNotUniqueError(Exception):
81 """ Parameters given matched multiple API resources """
82
83class KubernetesValidateMissing(Exception):
84 """ kubernetes-validate is not installed """

Callers 1

getMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected