Resources 
Packages:
resources.gardener.cloud/v1alpha1
Package v1alpha1 contains the configuration of the Gardener Resource Manager.
Resource Types:ManagedResource
ManagedResource describes a list of managed resources.
| Field | Description | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| metadataKubernetes meta/v1.ObjectMeta | Standard object metadata.Refer to the Kubernetes API documentation for the fields of the metadatafield. | ||||||||||||||||
| specManagedResourceSpec | Spec contains the specification of this managed resource. 
 | ||||||||||||||||
| statusManagedResourceStatus | Status contains the status of this managed resource. | 
ManagedResourceSpec
(Appears on: ManagedResource)
ManagedResourceSpec contains the specification of this managed resource.
| Field | Description | 
|---|---|
| classstring | (Optional) Class holds the resource class used to control the responsibility for multiple resource manager instances | 
| secretRefs[]Kubernetes core/v1.LocalObjectReference | SecretRefs is a list of secret references. | 
| injectLabelsmap[string]string | (Optional) InjectLabels injects the provided labels into every resource that is part of the referenced secrets. | 
| forceOverwriteLabelsbool | (Optional) ForceOverwriteLabels specifies that all existing labels should be overwritten. Defaults to false. | 
| forceOverwriteAnnotationsbool | (Optional) ForceOverwriteAnnotations specifies that all existing annotations should be overwritten. Defaults to false. | 
| keepObjectsbool | (Optional) KeepObjects specifies whether the objects should be kept although the managed resource has already been deleted. Defaults to false. | 
| equivalences[][]k8s.io/apimachinery/pkg/apis/meta/v1.GroupKind | (Optional) Equivalences specifies possible group/kind equivalences for objects. | 
| deletePersistentVolumeClaimsbool | (Optional) DeletePersistentVolumeClaims specifies if PersistentVolumeClaims created by StatefulSets, which are managed by this resource, should also be deleted when the corresponding StatefulSet is deleted (defaults to false). | 
ManagedResourceStatus
(Appears on: ManagedResource)
ManagedResourceStatus is the status of a managed resource.
| Field | Description | 
|---|---|
| conditions[]github.com/gardener/gardener/pkg/apis/core/v1beta1.Condition | |
| observedGenerationint64 | ObservedGeneration is the most recent generation observed for this resource. | 
| resources[]ObjectReference | (Optional) Resources is a list of objects that have been created. | 
| secretsDataChecksumstring | (Optional) SecretsDataChecksum is the checksum of referenced secrets data. | 
ObjectReference
(Appears on: ManagedResourceStatus)
ObjectReference is a reference to another object.
| Field | Description | 
|---|---|
| ObjectReferenceKubernetes core/v1.ObjectReference | 
(Members of  | 
| labelsmap[string]string | Labels is a map of labels that were used during last update of the resource. | 
| annotationsmap[string]string | Annotations is a map of annotations that were used during last update of the resource. | 
Generated with gen-crd-api-reference-docs