Skip to content

Latest commit

 

History

History
129 lines (70 loc) · 4.44 KB

V1PersistentVolumeClaimList.md

File metadata and controls

129 lines (70 loc) · 4.44 KB

V1PersistentVolumeClaimList

Properties

Name Type Description Notes
ApiVersion Pointer to string APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources [optional]
Items []V1PersistentVolumeClaim A list of persistent volume claims. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
Kind Pointer to string Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds [optional]
Metadata Pointer to V1ListMeta [optional]

Methods

NewV1PersistentVolumeClaimList

func NewV1PersistentVolumeClaimList(items []V1PersistentVolumeClaim, ) *V1PersistentVolumeClaimList

NewV1PersistentVolumeClaimList instantiates a new V1PersistentVolumeClaimList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewV1PersistentVolumeClaimListWithDefaults

func NewV1PersistentVolumeClaimListWithDefaults() *V1PersistentVolumeClaimList

NewV1PersistentVolumeClaimListWithDefaults instantiates a new V1PersistentVolumeClaimList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetApiVersion

func (o *V1PersistentVolumeClaimList) GetApiVersion() string

GetApiVersion returns the ApiVersion field if non-nil, zero value otherwise.

GetApiVersionOk

func (o *V1PersistentVolumeClaimList) GetApiVersionOk() (*string, bool)

GetApiVersionOk returns a tuple with the ApiVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetApiVersion

func (o *V1PersistentVolumeClaimList) SetApiVersion(v string)

SetApiVersion sets ApiVersion field to given value.

HasApiVersion

func (o *V1PersistentVolumeClaimList) HasApiVersion() bool

HasApiVersion returns a boolean if a field has been set.

GetItems

func (o *V1PersistentVolumeClaimList) GetItems() []V1PersistentVolumeClaim

GetItems returns the Items field if non-nil, zero value otherwise.

GetItemsOk

func (o *V1PersistentVolumeClaimList) GetItemsOk() (*[]V1PersistentVolumeClaim, bool)

GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetItems

func (o *V1PersistentVolumeClaimList) SetItems(v []V1PersistentVolumeClaim)

SetItems sets Items field to given value.

GetKind

func (o *V1PersistentVolumeClaimList) GetKind() string

GetKind returns the Kind field if non-nil, zero value otherwise.

GetKindOk

func (o *V1PersistentVolumeClaimList) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKind

func (o *V1PersistentVolumeClaimList) SetKind(v string)

SetKind sets Kind field to given value.

HasKind

func (o *V1PersistentVolumeClaimList) HasKind() bool

HasKind returns a boolean if a field has been set.

GetMetadata

func (o *V1PersistentVolumeClaimList) GetMetadata() V1ListMeta

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

func (o *V1PersistentVolumeClaimList) GetMetadataOk() (*V1ListMeta, bool)

GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMetadata

func (o *V1PersistentVolumeClaimList) SetMetadata(v V1ListMeta)

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *V1PersistentVolumeClaimList) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]