Interface Generated.PersistentVolumeOrBuilder

    • Method Detail

      • hasMetadata

        boolean hasMetadata()
         Standard object's metadata.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
        Returns:
        Whether the metadata field is set.
      • getMetadata

        Generated.ObjectMeta getMetadata()
         Standard object's metadata.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
        Returns:
        The metadata.
      • getMetadataOrBuilder

        Generated.ObjectMetaOrBuilder getMetadataOrBuilder()
         Standard object's metadata.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
      • hasSpec

        boolean hasSpec()
         spec defines a specification of a persistent volume owned by the cluster.
         Provisioned by an administrator.
         More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes
         +optional
         
        optional .k8s.io.api.core.v1.PersistentVolumeSpec spec = 2;
        Returns:
        Whether the spec field is set.
      • getSpec

        Generated.PersistentVolumeSpec getSpec()
         spec defines a specification of a persistent volume owned by the cluster.
         Provisioned by an administrator.
         More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes
         +optional
         
        optional .k8s.io.api.core.v1.PersistentVolumeSpec spec = 2;
        Returns:
        The spec.
      • getSpecOrBuilder

        Generated.PersistentVolumeSpecOrBuilder getSpecOrBuilder()
         spec defines a specification of a persistent volume owned by the cluster.
         Provisioned by an administrator.
         More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes
         +optional
         
        optional .k8s.io.api.core.v1.PersistentVolumeSpec spec = 2;
      • hasStatus

        boolean hasStatus()
         status represents the current information/status for the persistent volume.
         Populated by the system.
         Read-only.
         More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes
         +optional
         
        optional .k8s.io.api.core.v1.PersistentVolumeStatus status = 3;
        Returns:
        Whether the status field is set.
      • getStatus

        Generated.PersistentVolumeStatus getStatus()
         status represents the current information/status for the persistent volume.
         Populated by the system.
         Read-only.
         More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes
         +optional
         
        optional .k8s.io.api.core.v1.PersistentVolumeStatus status = 3;
        Returns:
        The status.
      • getStatusOrBuilder

        Generated.PersistentVolumeStatusOrBuilder getStatusOrBuilder()
         status represents the current information/status for the persistent volume.
         Populated by the system.
         Read-only.
         More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes
         +optional
         
        optional .k8s.io.api.core.v1.PersistentVolumeStatus status = 3;