Skip to content

Commit

Permalink
Run make docs API changes
Browse files Browse the repository at this point in the history
Signed-off-by: Fabricio Aguiar <fabricio.aguiar@gmail.com>
  • Loading branch information
fao89 committed Feb 7, 2024
1 parent 4350989 commit fb53433
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- main
paths:
- .github/workflows/docs*
- api/v1beta1/**
- docs/**
- Gemfile
jobs:
Expand Down
8 changes: 4 additions & 4 deletions docs/assemblies/custom_resources.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -547,22 +547,22 @@ OpenStackDataPlaneNodeSetStatus defines the observed state of OpenStackDataPlane
| map[string]condition.Conditions
| false
| DNSClusterAddresses
| dnsClusterAddresses
| DNSClusterAddresses
| []string
| false
| CtlplaneSearchDomain
| ctlplaneSearchDomain
| CtlplaneSearchDomain
| string
| false
| AllHostnames
| allHostnames
| AllHostnames
| map[string]map[infranetworkv1.NetNameStr]string
| false
| AllIPs
| allIPs
| AllIPs
| map[string]map[infranetworkv1.NetNameStr]string
| false
Expand Down

0 comments on commit fb53433

Please sign in to comment.