Class GlusterfsPersistentVolumeSource.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getEndpointsNamespace

        public final String getEndpointsNamespace()
        Description copied from interface: GlusterfsPersistentVolumeSource
        endpointsNamespace is the namespace that contains Glusterfs endpoint.

        If this field is empty, the EndpointNamespace defaults to the same namespace as the bound PVC. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod

        Specified by:
        getEndpointsNamespace in interface GlusterfsPersistentVolumeSource
      • getReadOnly

        public final Boolean getReadOnly()
        Description copied from interface: GlusterfsPersistentVolumeSource
        readOnly here will force the Glusterfs volume to be mounted with read-only permissions.

        Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod

        Default: false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod

        Specified by:
        getReadOnly in interface GlusterfsPersistentVolumeSource
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object