Class GroupKind (0.2.1)

GroupKind(mapping=None, *, ignore_unknown_fields=False, **kwargs)

This is a direct map to the Kubernetes GroupKind type GroupKind <https://godoc.org/k8s.io/apimachinery/pkg/runtime/schema#GroupKind>__ and is used for identifying specific "types" of resources to restore.

Attributes

NameDescription
resource_group str
API group string of a Kubernetes resource, e.g. "apiextensions.k8s.io", "storage.k8s.io", etc. Note: use empty string for core API group
resource_kind str
Kind of a Kubernetes resource, e.g. "CustomResourceDefinition", "StorageClass", etc.

Inheritance

builtins.object > proto.message.Message > GroupKind