Note that the Kuberetes example does not include a `partition` field. Configuration entries are applied on Kubernetes using [custom resource definitions (CRD)](/docs/k8s/crds), which can only reference their own partition.
## Available Fields
## Available Fields
<ConfigEntryReference
<ConfigEntryReference
@ -149,13 +150,7 @@ spec:
name: 'namespace',
name: 'namespace',
enterprise: true,
enterprise: true,
description:
description:
'Must be set tot `default`. If running Consul Open Source, the namespace is ignored (see [Kubernetes Namespaces in Consul OSS](/docs/k8s/crds#consul-oss)). If running Consul Enterprise see [Kubernetes Namespaces in Consul Enterprise](/docs/k8s/crds#consul-enterprise) for additional information.',
'Must be set to `default`. If running Consul Open Source, the namespace is ignored (see [Kubernetes Namespaces in Consul OSS](/docs/k8s/crds#consul-oss)). If running Consul Enterprise see [Kubernetes Namespaces in Consul Enterprise](/docs/k8s/crds#consul-enterprise) for additional information.',
},
{
name: 'partition',
enterprise: true,
description:
'Specifies the admin partition in which the configuration will apply. The current partition is used if unspecified. Refer to the [Admin Partitions documentation](/docs/enterprise/admin-partitions) for details. The partitions parameter is not supported in Consul OSS.',
'Specifies the name of the admin partition in which the configuration entry applies. Refer to the [Admin Partitions documentation](/docs/enterprise/admin-partitions) for additional information.',
'Specifies the name of the admin partition in which the configuration entry applies. Refer to the [Admin Partitions documentation](/docs/enterprise/admin-partitions) for additional information.',
yaml: false,
yaml: false,
},
},
{
{
name: 'Meta',
name: 'Meta',
type: 'map<string|string>: nil',
type: 'map<string|string>: nil',
@ -353,8 +352,7 @@ spec:
{
{
name: 'Protocol',
name: 'Protocol',
type: 'string: ""',
type: 'string: ""',
description:
description: `The protocol for the upstream listener.<br><br>
`The protocol for the upstream listener.<br><br>
NOTE: The protocol of a service should ideally be configured via the
NOTE: The protocol of a service should ideally be configured via the