File: V1alpha1ParentReference.md

package info (click to toggle)
python-kubernetes 30.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 39,984 kB
  • sloc: python: 126,462; sh: 699; makefile: 46
file content (14 lines) | stat: -rw-r--r-- 703 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# V1alpha1ParentReference

ParentReference describes a reference to a parent object.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**group** | **str** | Group is the group of the object being referenced. | [optional] 
**name** | **str** | Name is the name of the object being referenced. | 
**namespace** | **str** | Namespace is the namespace of the object being referenced. | [optional] 
**resource** | **str** | Resource is the resource of the object being referenced. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)