Class PersistentVolumeConfig

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<PersistentVolumeConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class PersistentVolumeConfig
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<PersistentVolumeConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    persistentVolumeConfig provides configuration options for PersistentVolume storage.
    See Also:
    Serialized Form
    • Constructor Detail

      • PersistentVolumeConfig

        public PersistentVolumeConfig()
        No args constructor for use in serialization
    • Method Detail

      • setClaim

        public void setClaim​(PersistentVolumeClaimReference claim)
        persistentVolumeConfig provides configuration options for PersistentVolume storage.
      • getMountPath

        public String getMountPath()
        mountPath is an optional field specifying the directory where the PVC will be mounted inside the Insights data gathering Pod. When omitted, this means no opinion and the platform is left to choose a reasonable default, which is subject to change over time. The current default mount path is /var/lib/insights-operator The path may not exceed 1024 characters and must not contain a colon.
      • setMountPath

        public void setMountPath​(String mountPath)
        mountPath is an optional field specifying the directory where the PVC will be mounted inside the Insights data gathering Pod. When omitted, this means no opinion and the platform is left to choose a reasonable default, which is subject to change over time. The current default mount path is /var/lib/insights-operator The path may not exceed 1024 characters and must not contain a colon.
      • getAdditionalProperties

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

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

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