Packages:
Resource Types:
ManagedResource describes a list of managed resources.
| Field | Description |
|---|---|
metadataObjectMeta |
Refer to the Kubernetes API documentation for the fields of the metadata field.
|
specManagedResourceSpec |
Spec contains the specification of this managed resource. |
statusManagedResourceStatus |
Status contains the status of this managed resource. |
(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 |
secretRefsLocalObjectReference array |
SecretRefs is a list of secret references. |
injectLabelsobject (keys:string, values:string) |
(Optional)
InjectLabels injects the provided labels into every resource that is part of the referenced secrets. |
forceOverwriteLabelsboolean |
(Optional)
ForceOverwriteLabels specifies that all existing labels should be overwritten. Defaults to false. |
forceOverwriteAnnotationsboolean |
(Optional)
ForceOverwriteAnnotations specifies that all existing annotations should be overwritten. Defaults to false. |
keepObjectsboolean |
(Optional)
KeepObjects specifies whether the objects should be kept although the managed resource has already been deleted. |
equivalencesGroupKind array |
(Optional)
Equivalences specifies possible group/kind equivalences for objects. |
deletePersistentVolumeClaimsboolean |
(Optional)
DeletePersistentVolumeClaims specifies if PersistentVolumeClaims created by StatefulSets, which are managed by this |
(Appears on:ManagedResource)
ManagedResourceStatus is the status of a managed resource.
| Field | Description |
|---|---|
conditionsCondition array |
|
observedGenerationinteger |
ObservedGeneration is the most recent generation observed for this resource. |
resourcesObjectReference array |
(Optional)
Resources is a list of objects that have been created. |
secretsDataChecksumstring |
(Optional)
SecretsDataChecksum is the checksum of referenced secrets data. |
(Appears on:ManagedResourceStatus)
ObjectReference is a reference to another object.
| Field | Description |
|---|---|
kindstring |
(Optional)
Kind of the referent. |
namespacestring |
(Optional)
Namespace of the referent. |
namestring |
(Optional)
Name of the referent. |
uidUID |
(Optional)
UID of the referent. |
apiVersionstring |
(Optional)
API version of the referent. |
resourceVersionstring |
(Optional)
Specific resourceVersion to which this reference is made, if any. |
fieldPathstring |
(Optional)
If referring to a piece of an object instead of an entire object, this string |
labelsobject (keys:string, values:string) |
Labels is a map of labels that were used during last update of the resource. |
annotationsobject (keys:string, values:string) |
Annotations is a map of annotations that were used during last update of the resource. |