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