You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uninstall: manifests kustomize ## Uninstall CRDs from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
description: QuotaSubtree is a specification for a quota subtree resource
21
+
properties:
22
+
apiVersion:
23
+
description: 'APIVersion defines the versioned schema of this representation
24
+
of an object. Servers should convert recognized schemas to the latest
25
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
26
+
type: string
27
+
kind:
28
+
description: 'Kind is a string value representing the REST resource this
29
+
object represents. Servers may infer this from the endpoint the client
30
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
31
+
type: string
32
+
metadata:
33
+
type: object
34
+
spec:
35
+
description: QuotaSubtreeSpec is the spec for a resource plan
36
+
properties:
37
+
children:
38
+
items:
39
+
description: Child is the spec for a QuotaSubtree resource
40
+
properties:
41
+
name:
42
+
type: string
43
+
namespace:
44
+
type: string
45
+
path:
46
+
type: string
47
+
quotas:
48
+
description: Quota is the spec for a QuotaSubtree resource
0 commit comments