Class ResourceClaimConsumerReference.Builder

    • Method Detail

      • apiGroup

        public ResourceClaimConsumerReference.Builder apiGroup​(java.lang.String apiGroup)
        APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
        Returns:
        this.
      • resource

        public ResourceClaimConsumerReference.Builder resource​(@NonNull
                                                               @NonNull java.lang.String resource)
        Resource is the type of resource being referenced, for example "pods".
        Returns:
        this.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object