Last generated December 9, 2021
Config
Config represents configuration of an App.
Version v1alpha1
Properties
.apiVersion
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
.kind
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
.metadata
.spec
ConfigSpec is the spec part for the Config resource.
.spec.app
App details for which the configuration should be generated.
.spec.app.catalog
Catalog is the name of the App’s App Catalog.
.spec.app.name
Name is the name of the App.
.spec.app.version
Version is the version of the App.
.status
Status part of the Config resource.
.status.app
App details for which the configuration was generated.
.status.app.catalog
Catalog is the name of the App’s App Catalog.
.status.app.name
Name is the name of the App.
.status.app.version
Version is the version of the App.
.status.config
Config holds the references to the generated configuration.
.status.config.configMapRef
ConfigStatusConfigConfigMapRef contains a reference to the generated ConfigMap.
.status.config.configMapRef.name
.status.config.configMapRef.namespace
.status.config.secretRef
ConfigStatusConfigSecretRef contains a reference to the generated Secret.
.status.config.secretRef.name
.status.config.secretRef.namespace
.status.version
Version of the giantswarm/config repository used to generate the configuration.
This documentation page shows information based on apiextensions v0.5.1.
Need help with the Management API?
We listen in your Slack support channel. And of course, we welcome your pull requests to improve these docs!