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: Provider defines an entry in the provider inventory.
36
+
properties:
37
+
apiVersion:
38
+
description: 'APIVersion defines the versioned schema of this representation
39
+
of an object. Servers should convert recognized schemas to the latest
40
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
41
+
type: string
42
+
kind:
43
+
description: 'Kind is a string value representing the REST resource this
44
+
object represents. Servers may infer this from the endpoint the client
45
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
46
+
type: string
47
+
metadata:
48
+
type: object
49
+
providerName:
50
+
description: ProviderName indicates the name of the provider.
51
+
type: string
52
+
type:
53
+
description: Type indicates the type of the provider. See ProviderType
54
+
for a list of supported values
55
+
type: string
56
+
version:
57
+
description: Version indicates the component version.
58
+
type: string
59
+
watchedNamespace:
60
+
description: WatchedNamespace indicates the namespace where the provider
61
+
controller is is watching. if empty the provider controller is watching
0 commit comments