Interface Generated.GlusterfsVolumeSourceOrBuilder

    • 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 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 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.