Interface IApiResource

    • Method Detail

      • getApiGroup

        @Stability(Stable)
        @NotNull
        String getApiGroup()
        The group portion of the API version (e.g. `authorization.k8s.io`).
      • getResourceName

        @Stability(Stable)
        @Nullable
        default String getResourceName()
        The unique, namespace-global, name of an object inside the Kubernetes cluster.

        If this is omitted, the ApiResource should represent all objects of the given type.