From f0f9c9754cbcacc4afd9fca84f4988be82727152 Mon Sep 17 00:00:00 2001 From: "joggrbot[bot]" <107281636+joggrbot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 15:14:01 +0000 Subject: [PATCH] [skip ci] docs: fix outdated docs --- docs/api/infrastructure.md | 127 +------------------------------------ 1 file changed, 1 insertion(+), 126 deletions(-) diff --git a/docs/api/infrastructure.md b/docs/api/infrastructure.md index bd4594ed..a7e6e792 100644 --- a/docs/api/infrastructure.md +++ b/docs/api/infrastructure.md @@ -15,10 +15,6 @@ Resource Types: Resource Types: -- [Vendor](#vendor) -- [CorporationTypeConfig](#corporationtypeconfig) - - --- @@ -95,125 +91,4 @@ Condition contains details for one aspect of the current state of this API Resou --- -## Vendor -[↩ Parent](#resourcemanagermiloapiscomv1alpha1) - -Vendor is the Schema for the Vendors API. - - - - - - - - - - - - -
NameTypeDescriptionRequired
apiVersionstringresourcemanager.miloapis.com/v1alpha1true
kindstringVendortrue
metadataobjectKubernetes standard object metadata.true
specobjectVendorSpec defines the desired state of Vendor.true
statusobjectVendorStatus defines the observed state of Vendor.false
- -### Vendor.spec - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
profileTypestring (enum: person, business)Profile type - person or businesstrue
legalNamestringLegal name of the vendortrue
nicknamestringNickname or display namefalse
billingAddressobjectBilling address (fields: street, street2, city, state, postalCode, country)true
mailingAddressobjectMailing address (same fields as billing) if different from billingfalse
descriptionstringDescription of the vendorfalse
websitestringWebsite URLfalse
statusstring (enum: pending, active, rejected, archived)Current status of the vendor (default: pending)true
corporationTypestringBusiness-specific field for "business" profileTypes only; must match a code from CorporationTypeConfigfalse
corporationDBAstringDoing business as namefalse
registrationNumberstringRegistration numberfalse
stateOfIncorporationstringState of incorporationfalse
taxInfoobjectTax information (fields: taxIdType, taxId, country, taxDocument, taxVerified, verificationTimestamp)true
- -### Vendor.status - - - - - - - - - -
NameTypeDescriptionRequired
observedGenerationintegerMost recent generation observed for this Vendor by the controller.false
conditions[]objectRepresents the observations of a vendor's current state. Known condition types are: "Ready"false
- -### Vendor.status.conditions[index] - -Refer to the [ProjectControlPlane.status.conditions[index]](#projectcontrolplanestatusconditionsindex) for the schema, as it shares the same structure. - ---- - -## CorporationTypeConfig -[↩ Parent](#resourcemanagermiloapiscomv1alpha1) - -CorporationTypeConfig is the Schema for the CorporationTypeConfigs API. - - - - - - - - - - - - -
NameTypeDescriptionRequired
apiVersionstringresourcemanager.miloapis.com/v1alpha1true
kindstringCorporationTypeConfigtrue
metadataobjectKubernetes standard object metadata.true
specobjectCorporationTypeConfigSpec defines the desired state of CorporationTypeConfig.true
statusobjectCorporationTypeConfigStatus defines the observed state of CorporationTypeConfig.false
- -### CorporationTypeConfig.spec - - - - - - - - - -
NameTypeDescriptionRequired
activeboolean (default: true)Whether this configuration is activetrue
corporationTypes[]objectAvailable corporation types that can be selected for vendorstrue
- -### CorporationTypeConfig.spec.corporationTypes[index] - - - - - - - - - - - - -
NameTypeDescriptionRequired
codestringThe unique identifier for this corporation type (pattern: ^[a-z0-9-]+$)true
displayNamestringHuman-readable display nametrue
descriptionstringOptional description of this corporation typefalse
enabledboolean (default: true)Whether this corporation type is currently available for selectiontrue
sortOrderinteger (default: 100)Sort order for display purposes (lower numbers appear first)true
- -### CorporationTypeConfig.status - - - - - - - - - - -
NameTypeDescriptionRequired
observedGenerationintegerMost recent generation observed for this CorporationTypeConfig by the controller.false
activeTypeCountintegerNumber of active corporation types.false
conditions[]objectRepresents the observations of a corporation type config's current state. Known condition types are: "Ready"false
- -### CorporationTypeConfig.status.conditions[index] - -Refer to the [ProjectControlPlane.status.conditions[index]](#projectcontrolplanestatusconditionsindex) for the schema, as it shares the same structure. - ---- + \ No newline at end of file