Class ResourceClaimParametersReference.Builder

    • Method Detail

      • apiGroup

        public ResourceClaimParametersReference.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.
      • kind

        public ResourceClaimParametersReference.Builder kind​(@NonNull
                                                             @NonNull java.lang.String kind)
        Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example "ConfigMap".
        Returns:
        this.
      • toString

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