Skip to content

Commit

Permalink
Add missing className docs (#443)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Fox <[email protected]>
  • Loading branch information
kfox1111 authored Nov 4, 2024
1 parent b7ee203 commit e2bbdf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/clusterspiffeid-crd.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The definition can be found [here](../api/v1alpha1/clusterspiffeid_types.go).
| `downstream` | OPTIONAL | Indicates that the entry describes a downstream SPIRE server. |
| `autoPopulateDNSNames` | OPTIONAL | Indicates whether or not to auto populate service DNS names. |
| `fallback` | OPTIONAL | Apply this ID only if there are no other matching non fallback ClusterSPIFFEIDs. |
| `className` | OPTIONAL | The class name of the SPIRE controller manager. |

## ClusterSPIFFEIDStatus

Expand Down
1 change: 1 addition & 0 deletions docs/clusterstaticentry-crd.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The definition can be found [here](../api/v1alpha1/clusterstaticentry_types.go).
| `admin` | OPTIONAL | Indicates whether the target workload is an admin workload (i.e. can access SPIRE administrative APIs) |
| `downstream` | OPTIONAL | Indicates that the entry describes a downstream SPIRE server. |
| `storeSVID` | OPTIONAL | Indicates whether the issued SVID must be stored through an SVIDStore plugin. |
| `className` | OPTIONAL | The class name of the SPIRE controller manager. |

## ClusterStaticEntryStatus

Expand Down
2 changes: 2 additions & 0 deletions docs/spire-controller-manager-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ the following fields are defined:
| `gcInterval` | OPTIONAL | `10s` | How often the SPIRE state is reconciled when the controller is otherwise idle. This impacts how quickly SPIRE state will converge after CRDs are removed or SPIRE state is mutated underneath the controller. |
| `spireServerSocketPath` | OPTIONAL | `/spire-server/api.sock` | The path the the SPIRE Server API socket |
| `logLevel` | OPTIONAL | `info` | The log level for the controller manager. Supported values are `info`, `error`, `warn` and `debug`. |
| `className` | OPTIONAL | | Only sync resources that have the specified className set on them. |
| `watchClassless` | OPTIONAL | | If className is set, also watch for resources that do not have any className set. |

0 comments on commit e2bbdf6

Please sign in to comment.