Class PersistentVolumeClaimReference

    • Constructor Detail

      • PersistentVolumeClaimReference

        public PersistentVolumeClaimReference()
        No args constructor for use in serialization
      • PersistentVolumeClaimReference

        public PersistentVolumeClaimReference​(String name)
    • Method Detail

      • getName

        public String getName()
        name is a string that follows the DNS1123 subdomain format. It must be at most 253 characters in length, and must consist only of lower case alphanumeric characters, '-' and '.', and must start and end with an alphanumeric character.
      • setName

        public void setName​(String name)
        name is a string that follows the DNS1123 subdomain format. It must be at most 253 characters in length, and must consist only of lower case alphanumeric characters, '-' and '.', and must start and end with an alphanumeric character.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)