Class KubeStatusProps.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • details

        @Stability(Stable)
        public KubeStatusProps.Builder details​(StatusDetails details)
        Parameters:
        details - Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.
        Returns:
        this
      • metadata

        @Stability(Stable)
        public KubeStatusProps.Builder metadata​(ListMeta metadata)
        Parameters:
        metadata - Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
        Returns:
        this
      • reason

        @Stability(Stable)
        public KubeStatusProps.Builder reason​(String reason)
        Sets the value of KubeStatusProps.getReason()
        Parameters:
        reason - A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it.
        Returns:
        this