Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.38 KB | None | 0 0
  1. apiVersion: apiextensions.k8s.io/v1beta1
  2. kind: CustomResourceDefinition
  3. metadata:
  4. annotations:
  5. helm.sh/hook: crd-install
  6. creationTimestamp: "2019-06-04T20:20:40Z"
  7. generation: 1
  8. name: federatedsecrets.types.kubefed.k8s.io
  9. resourceVersion: "5492"
  10. selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/federatedsecrets.types.kubefed.k8s.io
  11. uid: 389739ec-8706-11e9-bbc9-42010a8a013d
  12. spec:
  13. conversion:
  14. strategy: None
  15. group: types.kubefed.k8s.io
  16. names:
  17. kind: FederatedSecret
  18. listKind: FederatedSecretList
  19. plural: federatedsecrets
  20. singular: federatedsecret
  21. scope: Namespaced
  22. subresources:
  23. status: {}
  24. validation:
  25. openAPIV3Schema:
  26. properties:
  27. apiVersion:
  28. type: string
  29. kind:
  30. type: string
  31. metadata:
  32. type: object
  33. spec:
  34. properties:
  35. overrides:
  36. items:
  37. properties:
  38. clusterName:
  39. type: string
  40. clusterOverrides:
  41. items:
  42. properties:
  43. path:
  44. type: string
  45. value:
  46. anyOf:
  47. - type: string
  48. - type: integer
  49. - type: boolean
  50. - type: object
  51. - type: array
  52. type: object
  53. type: array
  54. type: object
  55. type: array
  56. placement:
  57. properties:
  58. clusterSelector:
  59. properties:
  60. matchExpressions:
  61. items:
  62. properties:
  63. key:
  64. type: string
  65. operator:
  66. type: string
  67. values:
  68. items:
  69. type: string
  70. type: array
  71. required:
  72. - key
  73. - operator
  74. type: object
  75. type: array
  76. matchLabels:
  77. additionalProperties:
  78. type: string
  79. type: object
  80. type: object
  81. clusters:
  82. items:
  83. properties:
  84. name:
  85. type: string
  86. required:
  87. - name
  88. type: object
  89. type: array
  90. type: object
  91. template:
  92. properties:
  93. apiVersion:
  94. type: string
  95. data:
  96. additionalProperties:
  97. format: byte
  98. type: string
  99. type: object
  100. kind:
  101. type: string
  102. metadata:
  103. properties:
  104. annotations:
  105. additionalProperties:
  106. type: string
  107. type: object
  108. clusterName:
  109. type: string
  110. creationTimestamp:
  111. format: date-time
  112. type: string
  113. deletionGracePeriodSeconds:
  114. format: int64
  115. type: integer
  116. deletionTimestamp:
  117. format: date-time
  118. type: string
  119. finalizers:
  120. items:
  121. type: string
  122. type: array
  123. generateName:
  124. type: string
  125. generation:
  126. format: int64
  127. type: integer
  128. initializers:
  129. properties:
  130. pending:
  131. items:
  132. properties:
  133. name:
  134. type: string
  135. required:
  136. - name
  137. type: object
  138. type: array
  139. result:
  140. properties:
  141. apiVersion:
  142. type: string
  143. code:
  144. format: int32
  145. type: integer
  146. details:
  147. properties:
  148. causes:
  149. items:
  150. properties:
  151. field:
  152. type: string
  153. message:
  154. type: string
  155. reason:
  156. type: string
  157. type: object
  158. type: array
  159. group:
  160. type: string
  161. kind:
  162. type: string
  163. name:
  164. type: string
  165. retryAfterSeconds:
  166. format: int32
  167. type: integer
  168. uid:
  169. type: string
  170. type: object
  171. kind:
  172. type: string
  173. message:
  174. type: string
  175. metadata:
  176. properties:
  177. continue:
  178. type: string
  179. resourceVersion:
  180. type: string
  181. selfLink:
  182. type: string
  183. type: object
  184. reason:
  185. type: string
  186. type: object
  187. required:
  188. - pending
  189. type: object
  190. labels:
  191. additionalProperties:
  192. type: string
  193. type: object
  194. name:
  195. type: string
  196. namespace:
  197. type: string
  198. ownerReferences:
  199. items:
  200. properties:
  201. apiVersion:
  202. type: string
  203. blockOwnerDeletion:
  204. type: boolean
  205. controller:
  206. type: boolean
  207. kind:
  208. type: string
  209. name:
  210. type: string
  211. uid:
  212. type: string
  213. required:
  214. - apiVersion
  215. - kind
  216. - name
  217. - uid
  218. type: object
  219. type: array
  220. resourceVersion:
  221. type: string
  222. selfLink:
  223. type: string
  224. uid:
  225. type: string
  226. type: object
  227. stringData:
  228. additionalProperties:
  229. type: string
  230. type: object
  231. type:
  232. type: string
  233. type: object
  234. type: object
  235. status:
  236. properties:
  237. clusters:
  238. items:
  239. properties:
  240. name:
  241. type: string
  242. status:
  243. type: string
  244. required:
  245. - name
  246. type: object
  247. type: array
  248. conditions:
  249. items:
  250. properties:
  251. lastProbeTime:
  252. format: date-time
  253. type: string
  254. lastTransitionTime:
  255. format: date-time
  256. type: string
  257. reason:
  258. type: string
  259. status:
  260. type: string
  261. type:
  262. type: string
  263. required:
  264. - type
  265. - status
  266. type: object
  267. type: array
  268. type: object
  269. version: v1beta1
  270. versions:
  271. - name: v1beta1
  272. served: true
  273. storage: true
  274. status:
  275. acceptedNames:
  276. kind: FederatedSecret
  277. listKind: FederatedSecretList
  278. plural: federatedsecrets
  279. singular: federatedsecret
  280. conditions:
  281. - lastTransitionTime: "2019-06-04T20:20:40Z"
  282. message: no conflicts found
  283. reason: NoConflicts
  284. status: "True"
  285. type: NamesAccepted
  286. - lastTransitionTime: null
  287. message: the initial names have been accepted
  288. reason: InitialNamesAccepted
  289. status: "True"
  290. type: Established
  291. storedVersions:
  292. - v1beta1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement