Class ResourceClassParametersReference.Builder

    • Method Detail

      • apiGroup

        public ResourceClassParametersReference.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 ResourceClassParametersReference.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.
        Returns:
        this.
      • namespace

        public ResourceClassParametersReference.Builder namespace​(java.lang.String namespace)
        Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
        Returns:
        this.
      • toString

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