Class ResourceAttributesPatch


  • public final class ResourceAttributesPatch
    extends java.lang.Object
    • Method Detail

      • group

        public java.util.Optional<java.lang.String> group()
        Returns:
        Group is the API Group of the Resource. "*" means all.
      • name

        public java.util.Optional<java.lang.String> name()
        Returns:
        Name is the name of the resource being requested for a "get" or deleted for a "delete". "" (empty) means all.
      • namespace

        public java.util.Optional<java.lang.String> namespace()
        Returns:
        Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces "" (empty) is defaulted for LocalSubjectAccessReviews "" (empty) is empty for cluster-scoped resources "" (empty) means "all" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview
      • resource

        public java.util.Optional<java.lang.String> resource()
        Returns:
        Resource is one of the existing resource types. "*" means all.
      • subresource

        public java.util.Optional<java.lang.String> subresource()
        Returns:
        Subresource is one of the existing resource types. "" means none.
      • verb

        public java.util.Optional<java.lang.String> verb()
        Returns:
        Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. "*" means all.
      • version

        public java.util.Optional<java.lang.String> version()
        Returns:
        Version is the API Version of the Resource. "*" means all.