Interface AccessScope.Builder

    • Method Detail

      • namespaces

        AccessScope.Builder namespaces​(Collection<String> namespaces)

        A Kubernetes namespace that an access policy is scoped to. A value is required if you specified namespace for Type.

        Parameters:
        namespaces - A Kubernetes namespace that an access policy is scoped to. A value is required if you specified namespace for Type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • namespaces

        AccessScope.Builder namespaces​(String... namespaces)

        A Kubernetes namespace that an access policy is scoped to. A value is required if you specified namespace for Type.

        Parameters:
        namespaces - A Kubernetes namespace that an access policy is scoped to. A value is required if you specified namespace for Type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.