Annotation Type GroupVersionResource


@Deprecated @Target(TYPE) @Retention(RUNTIME) public @interface GroupVersionResource
Deprecated.
use the GenericKubernetesApi instead
The standard Kubernetes group-version-resource.
  • Element Details

    • apiGroup

      String apiGroup
      Deprecated.
      Api group string. e.g. "batch"
      Returns:
      the string
      Default:
      ""
    • apiVersion

      String apiVersion
      Deprecated.
      Api version string. e.g. "v1"
      Returns:
      the string
      Default:
      "v1"
    • resourcePlural

      String resourcePlural
      Deprecated.
      Resource plural string. e.g. "jobs"
      Returns:
      the string
      Default:
      "namespaces"