Class CrossVersionObjectReference.Builder

    • Method Detail

      • kind

        public CrossVersionObjectReference.Builder kind​(@NonNull
                                                        @NonNull java.lang.String kind)
        kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
        Returns:
        this.
      • name

        public CrossVersionObjectReference.Builder name​(@NonNull
                                                        @NonNull java.lang.String name)
        name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
        Returns:
        this.
      • toString

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