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: ServiceMetadataWatcher is the Schema for the servicemetadatawatchers
21
+
API
22
+
properties:
23
+
apiVersion:
24
+
description: 'APIVersion defines the versioned schema of this representation
25
+
of an object. Servers should convert recognized schemas to the latest
26
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
27
+
type: string
28
+
kind:
29
+
description: 'Kind is a string value representing the REST resource this
30
+
object represents. Servers may infer this from the endpoint the client
31
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
32
+
type: string
33
+
metadata:
34
+
type: object
35
+
spec:
36
+
description: ServiceMetadataWatcherSpec defines the desired state of ServiceMetadataWatcher
37
+
properties:
38
+
watchedServiceObjects:
39
+
items:
40
+
properties:
41
+
objectReference:
42
+
properties:
43
+
apiVersion:
44
+
type: string
45
+
kind:
46
+
type: string
47
+
name:
48
+
type: string
49
+
required:
50
+
- apiVersion
51
+
- kind
52
+
- name
53
+
type: object
54
+
watchedFields:
55
+
items:
56
+
properties:
57
+
dst:
58
+
type: string
59
+
src:
60
+
type: string
61
+
required:
62
+
- dst
63
+
- src
64
+
type: object
65
+
type: array
66
+
required:
67
+
- objectReference
68
+
- watchedFields
69
+
type: object
70
+
type: array
71
+
required:
72
+
- watchedServiceObjects
73
+
type: object
74
+
status:
75
+
description: ServiceMetadataWatcherStatus defines the observed state of
0 commit comments