|
| 1 | +{ |
| 2 | + "description": "LBTrustStore is the Schema for the LBTrustStores API. Provides a Trust Store resource for use with Load Balancers.", |
| 3 | + "properties": { |
| 4 | + "apiVersion": { |
| 5 | + "description": "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", |
| 6 | + "type": "string" |
| 7 | + }, |
| 8 | + "kind": { |
| 9 | + "description": "Kind is a string value representing the REST resource this object represents.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated.\nIn CamelCase.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", |
| 10 | + "type": "string" |
| 11 | + }, |
| 12 | + "metadata": { |
| 13 | + "type": "object" |
| 14 | + }, |
| 15 | + "spec": { |
| 16 | + "description": "LBTrustStoreSpec defines the desired state of LBTrustStore", |
| 17 | + "properties": { |
| 18 | + "forProvider": { |
| 19 | + "properties": { |
| 20 | + "caCertificatesBundleS3Bucket": { |
| 21 | + "description": "S3 Bucket name holding the client certificate CA bundle.", |
| 22 | + "type": "string" |
| 23 | + }, |
| 24 | + "caCertificatesBundleS3Key": { |
| 25 | + "description": "S3 object key holding the client certificate CA bundle.", |
| 26 | + "type": "string" |
| 27 | + }, |
| 28 | + "caCertificatesBundleS3ObjectVersion": { |
| 29 | + "description": "Version Id of CA bundle S3 bucket object, if versioned, defaults to latest if omitted.", |
| 30 | + "type": "string" |
| 31 | + }, |
| 32 | + "name": { |
| 33 | + "description": "Name of the Trust Store. This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.", |
| 34 | + "type": "string" |
| 35 | + }, |
| 36 | + "region": { |
| 37 | + "description": "Region where this resource will be managed. Defaults to the Region set in the provider configuration.\nRegion is the region you'd like your resource to be created in.", |
| 38 | + "type": "string" |
| 39 | + }, |
| 40 | + "tags": { |
| 41 | + "additionalProperties": { |
| 42 | + "type": "string" |
| 43 | + }, |
| 44 | + "description": "Key-value map of resource tags.", |
| 45 | + "type": "object", |
| 46 | + "x-kubernetes-map-type": "granular" |
| 47 | + } |
| 48 | + }, |
| 49 | + "required": [ |
| 50 | + "region" |
| 51 | + ], |
| 52 | + "type": "object", |
| 53 | + "additionalProperties": false |
| 54 | + }, |
| 55 | + "initProvider": { |
| 56 | + "description": "THIS IS A BETA FIELD. It will be honored\nunless the Management Policies feature flag is disabled.\nInitProvider holds the same fields as ForProvider, with the exception\nof Identifier and other resource reference fields. The fields that are\nin InitProvider are merged into ForProvider when the resource is created.\nThe same fields are also added to the terraform ignore_changes hook, to\navoid updating them after creation. This is useful for fields that are\nrequired on creation, but we do not desire to update them after creation,\nfor example because of an external controller is managing them, like an\nautoscaler.", |
| 57 | + "properties": { |
| 58 | + "caCertificatesBundleS3Bucket": { |
| 59 | + "description": "S3 Bucket name holding the client certificate CA bundle.", |
| 60 | + "type": "string" |
| 61 | + }, |
| 62 | + "caCertificatesBundleS3Key": { |
| 63 | + "description": "S3 object key holding the client certificate CA bundle.", |
| 64 | + "type": "string" |
| 65 | + }, |
| 66 | + "caCertificatesBundleS3ObjectVersion": { |
| 67 | + "description": "Version Id of CA bundle S3 bucket object, if versioned, defaults to latest if omitted.", |
| 68 | + "type": "string" |
| 69 | + }, |
| 70 | + "name": { |
| 71 | + "description": "Name of the Trust Store. This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.", |
| 72 | + "type": "string" |
| 73 | + }, |
| 74 | + "tags": { |
| 75 | + "additionalProperties": { |
| 76 | + "type": "string" |
| 77 | + }, |
| 78 | + "description": "Key-value map of resource tags.", |
| 79 | + "type": "object", |
| 80 | + "x-kubernetes-map-type": "granular" |
| 81 | + } |
| 82 | + }, |
| 83 | + "type": "object", |
| 84 | + "additionalProperties": false |
| 85 | + }, |
| 86 | + "managementPolicies": { |
| 87 | + "default": [ |
| 88 | + "*" |
| 89 | + ], |
| 90 | + "description": "THIS IS A BETA FIELD. It is on by default but can be opted out\nthrough a Crossplane feature flag.\nManagementPolicies specify the array of actions Crossplane is allowed to\ntake on the managed and external resources.\nSee the design doc for more information: https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223\nand this one: https://github.com/crossplane/crossplane/blob/444267e84783136daa93568b364a5f01228cacbe/design/one-pager-ignore-changes.md", |
| 91 | + "items": { |
| 92 | + "description": "A ManagementAction represents an action that the Crossplane controllers\ncan take on an external resource.", |
| 93 | + "enum": [ |
| 94 | + "Observe", |
| 95 | + "Create", |
| 96 | + "Update", |
| 97 | + "Delete", |
| 98 | + "LateInitialize", |
| 99 | + "*" |
| 100 | + ], |
| 101 | + "type": "string" |
| 102 | + }, |
| 103 | + "type": "array" |
| 104 | + }, |
| 105 | + "providerConfigRef": { |
| 106 | + "default": { |
| 107 | + "kind": "ClusterProviderConfig", |
| 108 | + "name": "default" |
| 109 | + }, |
| 110 | + "description": "ProviderConfigReference specifies how the provider that will be used to\ncreate, observe, update, and delete this managed resource should be\nconfigured.", |
| 111 | + "properties": { |
| 112 | + "kind": { |
| 113 | + "description": "Kind of the referenced object.", |
| 114 | + "type": "string" |
| 115 | + }, |
| 116 | + "name": { |
| 117 | + "description": "Name of the referenced object.", |
| 118 | + "type": "string" |
| 119 | + } |
| 120 | + }, |
| 121 | + "required": [ |
| 122 | + "kind", |
| 123 | + "name" |
| 124 | + ], |
| 125 | + "type": "object", |
| 126 | + "additionalProperties": false |
| 127 | + }, |
| 128 | + "writeConnectionSecretToRef": { |
| 129 | + "description": "WriteConnectionSecretToReference specifies the namespace and name of a\nSecret to which any connection details for this managed resource should\nbe written. Connection details frequently include the endpoint, username,\nand password required to connect to the managed resource.", |
| 130 | + "properties": { |
| 131 | + "name": { |
| 132 | + "description": "Name of the secret.", |
| 133 | + "type": "string" |
| 134 | + } |
| 135 | + }, |
| 136 | + "required": [ |
| 137 | + "name" |
| 138 | + ], |
| 139 | + "type": "object", |
| 140 | + "additionalProperties": false |
| 141 | + } |
| 142 | + }, |
| 143 | + "required": [ |
| 144 | + "forProvider" |
| 145 | + ], |
| 146 | + "type": "object", |
| 147 | + "x-kubernetes-validations": [ |
| 148 | + { |
| 149 | + "message": "spec.forProvider.caCertificatesBundleS3Bucket is a required parameter", |
| 150 | + "rule": "!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.caCertificatesBundleS3Bucket) || (has(self.initProvider) && has(self.initProvider.caCertificatesBundleS3Bucket))" |
| 151 | + }, |
| 152 | + { |
| 153 | + "message": "spec.forProvider.caCertificatesBundleS3Key is a required parameter", |
| 154 | + "rule": "!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.caCertificatesBundleS3Key) || (has(self.initProvider) && has(self.initProvider.caCertificatesBundleS3Key))" |
| 155 | + } |
| 156 | + ], |
| 157 | + "additionalProperties": false |
| 158 | + }, |
| 159 | + "status": { |
| 160 | + "description": "LBTrustStoreStatus defines the observed state of LBTrustStore.", |
| 161 | + "properties": { |
| 162 | + "atProvider": { |
| 163 | + "properties": { |
| 164 | + "arn": { |
| 165 | + "description": "ARN of the Trust Store (matches id).", |
| 166 | + "type": "string" |
| 167 | + }, |
| 168 | + "arnSuffix": { |
| 169 | + "description": "ARN suffix for use with CloudWatch Metrics.", |
| 170 | + "type": "string" |
| 171 | + }, |
| 172 | + "caCertificatesBundleS3Bucket": { |
| 173 | + "description": "S3 Bucket name holding the client certificate CA bundle.", |
| 174 | + "type": "string" |
| 175 | + }, |
| 176 | + "caCertificatesBundleS3Key": { |
| 177 | + "description": "S3 object key holding the client certificate CA bundle.", |
| 178 | + "type": "string" |
| 179 | + }, |
| 180 | + "caCertificatesBundleS3ObjectVersion": { |
| 181 | + "description": "Version Id of CA bundle S3 bucket object, if versioned, defaults to latest if omitted.", |
| 182 | + "type": "string" |
| 183 | + }, |
| 184 | + "id": { |
| 185 | + "description": "ARN of the Trust Store (matches arn).", |
| 186 | + "type": "string" |
| 187 | + }, |
| 188 | + "name": { |
| 189 | + "description": "Name of the Trust Store. This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.", |
| 190 | + "type": "string" |
| 191 | + }, |
| 192 | + "region": { |
| 193 | + "description": "Region where this resource will be managed. Defaults to the Region set in the provider configuration.\nRegion is the region you'd like your resource to be created in.", |
| 194 | + "type": "string" |
| 195 | + }, |
| 196 | + "tags": { |
| 197 | + "additionalProperties": { |
| 198 | + "type": "string" |
| 199 | + }, |
| 200 | + "description": "Key-value map of resource tags.", |
| 201 | + "type": "object", |
| 202 | + "x-kubernetes-map-type": "granular" |
| 203 | + }, |
| 204 | + "tagsAll": { |
| 205 | + "additionalProperties": { |
| 206 | + "type": "string" |
| 207 | + }, |
| 208 | + "description": "A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.", |
| 209 | + "type": "object", |
| 210 | + "x-kubernetes-map-type": "granular" |
| 211 | + } |
| 212 | + }, |
| 213 | + "type": "object", |
| 214 | + "additionalProperties": false |
| 215 | + }, |
| 216 | + "conditions": { |
| 217 | + "description": "Conditions of the resource.", |
| 218 | + "items": { |
| 219 | + "description": "A Condition that may apply to a resource.", |
| 220 | + "properties": { |
| 221 | + "lastTransitionTime": { |
| 222 | + "description": "LastTransitionTime is the last time this condition transitioned from one\nstatus to another.", |
| 223 | + "format": "date-time", |
| 224 | + "type": "string" |
| 225 | + }, |
| 226 | + "message": { |
| 227 | + "description": "A Message containing details about this condition's last transition from\none status to another, if any.", |
| 228 | + "type": "string" |
| 229 | + }, |
| 230 | + "observedGeneration": { |
| 231 | + "description": "ObservedGeneration represents the .metadata.generation that the condition was set based upon.\nFor instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date\nwith respect to the current state of the instance.", |
| 232 | + "format": "int64", |
| 233 | + "type": "integer" |
| 234 | + }, |
| 235 | + "reason": { |
| 236 | + "description": "A Reason for this condition's last transition from one status to another.", |
| 237 | + "type": "string" |
| 238 | + }, |
| 239 | + "status": { |
| 240 | + "description": "Status of this condition; is it currently True, False, or Unknown?", |
| 241 | + "type": "string" |
| 242 | + }, |
| 243 | + "type": { |
| 244 | + "description": "Type of this condition. At most one of each condition type may apply to\na resource at any point in time.", |
| 245 | + "type": "string" |
| 246 | + } |
| 247 | + }, |
| 248 | + "required": [ |
| 249 | + "lastTransitionTime", |
| 250 | + "reason", |
| 251 | + "status", |
| 252 | + "type" |
| 253 | + ], |
| 254 | + "type": "object", |
| 255 | + "additionalProperties": false |
| 256 | + }, |
| 257 | + "type": "array", |
| 258 | + "x-kubernetes-list-map-keys": [ |
| 259 | + "type" |
| 260 | + ], |
| 261 | + "x-kubernetes-list-type": "map" |
| 262 | + }, |
| 263 | + "observedGeneration": { |
| 264 | + "description": "ObservedGeneration is the latest metadata.generation\nwhich resulted in either a ready state, or stalled due to error\nit can not recover from without human intervention.", |
| 265 | + "format": "int64", |
| 266 | + "type": "integer" |
| 267 | + } |
| 268 | + }, |
| 269 | + "type": "object", |
| 270 | + "additionalProperties": false |
| 271 | + } |
| 272 | + }, |
| 273 | + "required": [ |
| 274 | + "spec" |
| 275 | + ], |
| 276 | + "type": "object" |
| 277 | +} |
0 commit comments