@hashgraph/solo
    Preparing search index...

    Represents a Kubernetes PVC (persistent volume claim) name. A Kubernetes PVC name must be a valid RFC-1123 DNS label. A valid RFC-1123 DNS label consists of the following:

    • The first character must be a-z or 0-9
    • The middle part can contain a-z, 0-9, or -
    • The last character must be a-z or 0-9
    • The total length must not exceed 63 characters

    Hierarchy (View Summary)

    Index

    Properties

    name: string

    Methods

    • Creates a PVC (persistent volume claim). A Kubernetes PVC name must be a valid RFC-1123 DNS label. A valid RFC-1123 DNS label consists of the following:

      • The first character must be a-z or 0-9
      • The middle part can contain a-z, 0-9, or -
      • The last character must be a-z or 0-9
      • The total length must not exceed 63 characters

      Parameters

      • name: string

        The name of the PVC (persistent volume claim).

      Returns PvcName

      An instance of PvcName.

      InvalidResourceNameError if the PVC (persistent volume claim) name is invalid.