Interface Generated.GlusterfsPersistentVolumeSourceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getEndpoints()
      endpoints is the endpoint name that details Glusterfs topology.
      com.google.protobuf.ByteString getEndpointsBytes()
      endpoints is the endpoint name that details Glusterfs topology.
      String getEndpointsNamespace()
      endpointsNamespace is the namespace that contains Glusterfs endpoint.
      com.google.protobuf.ByteString getEndpointsNamespaceBytes()
      endpointsNamespace is the namespace that contains Glusterfs endpoint.
      String getPath()
      path is the Glusterfs volume path.
      com.google.protobuf.ByteString getPathBytes()
      path is the Glusterfs volume path.
      boolean getReadOnly()
      readOnly here will force the Glusterfs volume to be mounted with read-only permissions.
      boolean hasEndpoints()
      endpoints is the endpoint name that details Glusterfs topology.
      boolean hasEndpointsNamespace()
      endpointsNamespace is the namespace that contains Glusterfs endpoint.
      boolean hasPath()
      path is the Glusterfs volume path.
      boolean hasReadOnly()
      readOnly here will force the Glusterfs volume to be mounted with read-only permissions.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasEndpoints

        boolean hasEndpoints()
         endpoints is the endpoint name that details Glusterfs topology.
         More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
         
        optional string endpoints = 1;
        Returns:
        Whether the endpoints field is set.
      • getEndpoints

        String getEndpoints()
         endpoints is the endpoint name that details Glusterfs topology.
         More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
         
        optional string endpoints = 1;
        Returns:
        The endpoints.
      • getEndpointsBytes

        com.google.protobuf.ByteString getEndpointsBytes()
         endpoints is the endpoint name that details Glusterfs topology.
         More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
         
        optional string endpoints = 1;
        Returns:
        The bytes for endpoints.
      • hasPath

        boolean hasPath()
         path is the Glusterfs volume path.
         More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
         
        optional string path = 2;
        Returns:
        Whether the path field is set.
      • getPath

        String getPath()
         path is the Glusterfs volume path.
         More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
         
        optional string path = 2;
        Returns:
        The path.
      • getPathBytes

        com.google.protobuf.ByteString getPathBytes()
         path is the Glusterfs volume path.
         More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
         
        optional string path = 2;
        Returns:
        The bytes for path.
      • hasReadOnly

        boolean hasReadOnly()
         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
         +optional
         
        optional bool readOnly = 3;
        Returns:
        Whether the readOnly field is set.
      • getReadOnly

        boolean getReadOnly()
         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
         +optional
         
        optional bool readOnly = 3;
        Returns:
        The readOnly.
      • hasEndpointsNamespace

        boolean hasEndpointsNamespace()
         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
         +optional
         
        optional string endpointsNamespace = 4;
        Returns:
        Whether the endpointsNamespace field is set.
      • getEndpointsNamespace

        String getEndpointsNamespace()
         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
         +optional
         
        optional string endpointsNamespace = 4;
        Returns:
        The endpointsNamespace.
      • getEndpointsNamespaceBytes

        com.google.protobuf.ByteString getEndpointsNamespaceBytes()
         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
         +optional
         
        optional string endpointsNamespace = 4;
        Returns:
        The bytes for endpointsNamespace.