pdsapplicationresource¶
Contents¶
-
Messages
Messages¶
PDSApplicationResource¶
The resource type of Data Service
PDSApplicationSelector¶
PDSApplicationSelector is used to query deployments using the associated application reesources.
Field | Type | Description |
---|---|---|
application_filters | repeated PDSApplicationSelector.PDSApplicationFilter | Application_filters is the list of all filters that should be applied to fetch data related to deployment. Each filter will have AND relationship. |
PDSApplicationSelector.PDSApplicationFilter¶
PDSApplicationFilter is filter for a given resource type.
Field | Type | Description |
---|---|---|
resource_type | PDSApplicationResource.Type | Key of key,value pair against which filtering needs to be performs based on associated data service. |
op | public.portworx.common.v1.Selector.Operator | Op provides the relationship between the key,value pair in the resp element(s). |
values | repeated string | Value of key,value pair against which filtering needs to be performs. |
Enums¶
PDSApplicationResource.Type¶
Type of the resource can be associated to the project.
Name | Number | Description |
---|---|---|
TYPE_UNSPECIFIED | 0 | Unspecified, do not use. |
DATA_SERVICE | 1 | List of supported PDS application resources. data service resource. |