Interface NamespaceStorageConfiguration

  • Method Summary

    Modifier and Type
    Method
    Description
    @Pattern(regexp="[a-z](?:[a-z\\d_-]{0,58}[a-z\\d])?") @Size(max=60) String
     
  • Method Details

    • getNamespace

      @Pattern(regexp="[a-z](?:[a-z\\d_-]{0,58}[a-z\\d])?") @Size(max=60) @JsonPropertyDescription("The object namespace that will map to this storage configuration") @Pattern(regexp="[a-z](?:[a-z\\d_-]{0,58}[a-z\\d])?") @Size(max=60) String getNamespace()