Share feedback
Answers are generated based on the documentation.

Experimental

Schema

FeatureOptions

Type: object

FeatureOptions carries typed admission intent; unknown fields are refused.
managedVolumes

Schema: ManagedVolumeOptions

managed_volumes selects persistent resources and guest targets.
All schema constraints and annotations
{
  "$ref": "#/components/schemas/ManagedVolumeOptions",
  "description": "managed_volumes selects persistent resources and guest targets."
}
storedSecrets

Schema: StoredSecretOptions

stored_secrets selects authorized stored references, never raw material.
All schema constraints and annotations
{
  "$ref": "#/components/schemas/StoredSecretOptions",
  "description": "stored_secrets selects authorized stored references, never raw material."
}
timeouts

Schema: TimeoutOptions

timeouts enables an explicit deadline; omission enables none.
All schema constraints and annotations
{
  "$ref": "#/components/schemas/TimeoutOptions",
  "description": "timeouts enables an explicit deadline; omission enables none."
}
All schema constraints and annotations
{
  "additionalProperties": false,
  "description": "FeatureOptions carries typed admission intent; unknown fields are refused.",
  "properties": {
    "managedVolumes": {
      "$ref": "#/components/schemas/ManagedVolumeOptions",
      "description": "managed_volumes selects persistent resources and guest targets."
    },
    "storedSecrets": {
      "$ref": "#/components/schemas/StoredSecretOptions",
      "description": "stored_secrets selects authorized stored references, never raw material."
    },
    "timeouts": {
      "$ref": "#/components/schemas/TimeoutOptions",
      "description": "timeouts enables an explicit deadline; omission enables none."
    }
  },
  "title": "FeatureOptions",
  "type": "object"
}