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
description: ClusterProperty is the Schema for the clusterproperties API
29
+
properties:
30
+
apiVersion:
31
+
description: 'APIVersion defines the versioned schema of this representation
32
+
of an object. Servers should convert recognized schemas to the latest
33
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
34
+
type: string
35
+
kind:
36
+
description: 'Kind is a string value representing the REST resource this
37
+
object represents. Servers may infer this from the endpoint the client
38
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
39
+
type: string
40
+
metadata:
41
+
type: object
42
+
spec:
43
+
description: ClusterPropertySpec defines the desired state of ClusterProperty
44
+
properties:
45
+
value:
46
+
description: ClusterProperty value
47
+
minLength: 1
48
+
type: string
49
+
required:
50
+
- value
51
+
type: object
52
+
status:
53
+
description: ClusterPropertyStatus defines the observed state of ClusterProperty
0 commit comments