Interface IResource

    • Method Detail

      • getApiVersion

        @Stability(Stable)
        @NotNull
        String getApiVersion()
        The object's API version (e.g. "authorization.k8s.io/v1").
      • getKind

        @Stability(Stable)
        @NotNull
        String getKind()
        The object kind (e.g. "Deployment").
      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        The Kubernetes name of this resource.