BundleManifest/v1alpha1
BundleManifest is the Schema for the bundlemanifests API
spec
Description: BundleManifestSpec defines the desired state of BundleManifest
Type: object
Property | Type | Description |
---|---|---|
spec | object | BundleManifestSpec defines the desired state of BundleManifest |
spec.instanced | object | GitAppSpec defines the desired state of GitApp |
spec.instanced.authSecret | object | AuthSecret is the name of the secret containing credentials for Basic-Auth in the username and password keys |
spec.instanced.authSecret.name | string | Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? |
spec.instanced.branch | string | Branch to checkout |
spec.instanced.certSecret | object | CertSecret is the name of the secret containing the ca.crt needed to access the repo if the origin uses a self-signed certificate |
spec.instanced.certSecret.name | string | Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? |
spec.instanced.components | array | (No Description) |
spec.instanced.repo | string | Repo containing deployment files |
spec.prereqs | object | GitAppSpec defines the desired state of GitApp |
spec.prereqs.authSecret | object | AuthSecret is the name of the secret containing credentials for Basic-Auth in the username and password keys |
spec.prereqs.authSecret.name | string | Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? |
spec.prereqs.branch | string | Branch to checkout |
spec.prereqs.certSecret | object | CertSecret is the name of the secret containing the ca.crt needed to access the repo if the origin uses a self-signed certificate |
spec.prereqs.certSecret.name | string | Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? |
spec.prereqs.components | array | (No Description) |
spec.prereqs.repo | string | Repo containing deployment files |
status
Description: CommonStatus that can be used with StatusUpdater
Type: object
Property | Type | Description |
---|---|---|
status | object | CommonStatus that can be used with StatusUpdater |
status.conditions | array | (No Description) |
status.observedGeneration | integer | (No Description) |
status.phase | string | (No Description) |
status.resources | object | Resources contained in status |