Class PodResourceClaimStatus.Builder

  • Enclosing class:
    PodResourceClaimStatus

    public static class PodResourceClaimStatus.Builder
    extends java.lang.Object
    • Method Detail

      • name

        public PodResourceClaimStatus.Builder name​(@NonNull
                                                   @NonNull java.lang.String name)
        Name uniquely identifies this resource claim inside the pod. This must match the name of an entry in pod.spec.resourceClaims, which implies that the string must be a DNS_LABEL.
        Returns:
        this.
      • resourceClaimName

        public PodResourceClaimStatus.Builder resourceClaimName​(java.lang.String resourceClaimName)
        ResourceClaimName is the name of the ResourceClaim that was generated for the Pod in the namespace of the Pod. It this is unset, then generating a ResourceClaim was not necessary. The pod.spec.resourceClaims entry can be ignored in this case.
        Returns:
        this.
      • toString

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