|
| 1 | + |
| 2 | +--- |
| 3 | +apiVersion: apiextensions.k8s.io/v1 |
| 4 | +kind: CustomResourceDefinition |
| 5 | +metadata: |
| 6 | + creationTimestamp: null |
| 7 | + name: siteinfos.auditor.appscode.com |
| 8 | +spec: |
| 9 | + group: auditor.appscode.com |
| 10 | + names: |
| 11 | + categories: |
| 12 | + - auditor |
| 13 | + - appscode |
| 14 | + - all |
| 15 | + kind: SiteInfo |
| 16 | + listKind: SiteInfoList |
| 17 | + plural: siteinfos |
| 18 | + singular: siteinfo |
| 19 | + scope: Cluster |
| 20 | + versions: |
| 21 | + - name: v1alpha1 |
| 22 | + schema: |
| 23 | + openAPIV3Schema: |
| 24 | + properties: |
| 25 | + apiVersion: |
| 26 | + description: 'APIVersion defines the versioned schema of this representation |
| 27 | + of an object. Servers should convert recognized schemas to the latest |
| 28 | + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' |
| 29 | + type: string |
| 30 | + kind: |
| 31 | + description: 'Kind is a string value representing the REST resource this |
| 32 | + object represents. Servers may infer this from the endpoint the client |
| 33 | + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' |
| 34 | + type: string |
| 35 | + kubernetes: |
| 36 | + properties: |
| 37 | + clusterName: |
| 38 | + description: https://github.com/kmodules/client-go/blob/master/tools/clusterid/lib.go |
| 39 | + type: string |
| 40 | + clusterUID: |
| 41 | + type: string |
| 42 | + controlPlane: |
| 43 | + description: https://github.com/kmodules/client-go/blob/kubernetes-1.16.3/tools/analytics/analytics.go#L66 |
| 44 | + properties: |
| 45 | + dnsNames: |
| 46 | + items: |
| 47 | + type: string |
| 48 | + type: array |
| 49 | + emailAddresses: |
| 50 | + items: |
| 51 | + type: string |
| 52 | + type: array |
| 53 | + ipAddresses: |
| 54 | + items: |
| 55 | + type: string |
| 56 | + type: array |
| 57 | + notAfter: |
| 58 | + format: date-time |
| 59 | + type: string |
| 60 | + notBefore: |
| 61 | + format: date-time |
| 62 | + type: string |
| 63 | + uris: |
| 64 | + items: |
| 65 | + type: string |
| 66 | + type: array |
| 67 | + required: |
| 68 | + - notAfter |
| 69 | + - notBefore |
| 70 | + type: object |
| 71 | + nodeStats: |
| 72 | + properties: |
| 73 | + allocatable: |
| 74 | + additionalProperties: |
| 75 | + anyOf: |
| 76 | + - type: integer |
| 77 | + - type: string |
| 78 | + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ |
| 79 | + x-kubernetes-int-or-string: true |
| 80 | + description: Allocatable represents the resources of a node that |
| 81 | + are available for scheduling. Defaults to Capacity. |
| 82 | + type: object |
| 83 | + capacity: |
| 84 | + additionalProperties: |
| 85 | + anyOf: |
| 86 | + - type: integer |
| 87 | + - type: string |
| 88 | + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ |
| 89 | + x-kubernetes-int-or-string: true |
| 90 | + description: 'Capacity represents the total resources of a node. |
| 91 | + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity' |
| 92 | + type: object |
| 93 | + count: |
| 94 | + type: integer |
| 95 | + type: object |
| 96 | + version: |
| 97 | + description: 'Info contains versioning information. TODO: Add []string |
| 98 | + of api versions supported? It''s still unclear how we''ll want to |
| 99 | + distribute that information.' |
| 100 | + properties: |
| 101 | + buildDate: |
| 102 | + type: string |
| 103 | + compiler: |
| 104 | + type: string |
| 105 | + gitCommit: |
| 106 | + type: string |
| 107 | + gitTreeState: |
| 108 | + type: string |
| 109 | + gitVersion: |
| 110 | + type: string |
| 111 | + goVersion: |
| 112 | + type: string |
| 113 | + major: |
| 114 | + type: string |
| 115 | + minor: |
| 116 | + type: string |
| 117 | + platform: |
| 118 | + type: string |
| 119 | + required: |
| 120 | + - buildDate |
| 121 | + - compiler |
| 122 | + - gitCommit |
| 123 | + - gitTreeState |
| 124 | + - gitVersion |
| 125 | + - goVersion |
| 126 | + - major |
| 127 | + - minor |
| 128 | + - platform |
| 129 | + type: object |
| 130 | + required: |
| 131 | + - nodeStats |
| 132 | + type: object |
| 133 | + metadata: |
| 134 | + type: object |
| 135 | + product: |
| 136 | + properties: |
| 137 | + licenseID: |
| 138 | + type: string |
| 139 | + productName: |
| 140 | + description: This has been renamed to Features |
| 141 | + type: string |
| 142 | + productOwnerName: |
| 143 | + type: string |
| 144 | + productOwnerUID: |
| 145 | + type: string |
| 146 | + productUID: |
| 147 | + type: string |
| 148 | + version: |
| 149 | + properties: |
| 150 | + commitHash: |
| 151 | + type: string |
| 152 | + commitTimestamp: |
| 153 | + type: string |
| 154 | + compiler: |
| 155 | + type: string |
| 156 | + gitBranch: |
| 157 | + type: string |
| 158 | + gitTag: |
| 159 | + type: string |
| 160 | + goVersion: |
| 161 | + type: string |
| 162 | + platform: |
| 163 | + type: string |
| 164 | + version: |
| 165 | + type: string |
| 166 | + versionStrategy: |
| 167 | + type: string |
| 168 | + type: object |
| 169 | + required: |
| 170 | + - version |
| 171 | + type: object |
| 172 | + required: |
| 173 | + - kubernetes |
| 174 | + type: object |
| 175 | + served: true |
| 176 | + storage: true |
0 commit comments